Module Name:    src
Committed By:   martin
Date:           Sun Sep  1 19:31:44 UTC 2019

Modified Files:
        src/share/man/man9 [netbsd-9]: Makefile

Log Message:
Pull up following revision(s) (requested by oster in ticket #166):

        share/man/man9/Makefile: revision 1.439

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.437.2.1 -r1.437.2.2 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.437.2.1 src/share/man/man9/Makefile:1.437.2.2
--- src/share/man/man9/Makefile:1.437.2.1	Sun Sep  1 13:00:37 2019
+++ src/share/man/man9/Makefile	Sun Sep  1 19:31:43 2019
@@ -1,4 +1,4 @@
-#       $NetBSD: Makefile,v 1.437.2.1 2019/09/01 13:00:37 martin Exp $
+#       $NetBSD: Makefile,v 1.437.2.2 2019/09/01 19:31:43 martin 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