Module Name:    src
Committed By:   mrg
Date:           Sat Aug 10 23:33:10 UTC 2019

Modified Files:
        src/share/man/man9: Makefile

Log Message:
oops. i must have deleted the 'u' in 'ustore.9' when partially
fixing the alphabeta ordering here.  fixes build.


To generate a diff of this commit:
cvs rdiff -u -r1.438 -r1.439 src/share/man/man9/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man9/Makefile
diff -u src/share/man/man9/Makefile:1.438 src/share/man/man9/Makefile:1.439
--- src/share/man/man9/Makefile:1.438	Sat Aug 10 20:35:35 2019
+++ src/share/man/man9/Makefile	Sat Aug 10 23:33:10 2019
@@ -1,4 +1,4 @@
-#       $NetBSD: Makefile,v 1.438 2019/08/10 20:35:35 mrg Exp $
+#       $NetBSD: Makefile,v 1.439 2019/08/10 23:33:10 mrg Exp $
 
 #	Makefile for section 9 (kernel function and variable) manual pages.
 
@@ -53,14 +53,13 @@ MAN=	accept_filter.9 accf_data.9 accf_ht
 	SET.9 setbit.9 setjmp.9 shutdownhook_establish.9 \
 	signal.9 skpc.9 sockopt.9 softintr.9 spl.9 specificdata.9 \
 	spi.9 splraiseipl.9 \
-	store.9 \
 	suspendsched.9 \
 	sysctl.9 sysmon_envsys.9 sysmon_pswitch.9 sysmon_taskq.9 tc.9 \
 	tcp_congctl.9 threadpool.9 timecounter.9 time_second.9 todr.9 \
 	ts2timo.9 tvtohz.9 \
 	ubc.9 ucas.9 ucom.9 ufetch.9 uiomove.9 \
 	usbd_status.9 usbdi.9 usbnet.9 \
-	userret.9 \
+	userret.9 ustore.9 \
 	uvm.9 uvm_hotplug.9 uvm_km.9 uvm_map.9 \
 	vattr.9 veriexec.9 vcons.9 vfs.9 vfs_hooks.9 vfsops.9 vfssubr.9 \
 	video.9 vme.9 vnfileops.9 vnode.9 vnodeops.9 vnsubr.9 vmem.9  \

Reply via email to