Module Name:    src
Committed By:   cherry
Date:           Thu Dec 22 11:46:48 UTC 2016

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

Log Message:
Add the uvm_hotplug.9 manpage to the build tree.


To generate a diff of this commit:
cvs rdiff -u -r1.398 -r1.399 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.398 src/share/man/man9/Makefile:1.399
--- src/share/man/man9/Makefile:1.398	Mon Nov 28 11:00:24 2016
+++ src/share/man/man9/Makefile	Thu Dec 22 11:46:48 2016
@@ -1,4 +1,4 @@
-#       $NetBSD: Makefile,v 1.398 2016/11/28 11:00:24 mlelstv Exp $
+#       $NetBSD: Makefile,v 1.399 2016/12/22 11:46:48 cherry Exp $
 
 #	Makefile for section 9 (kernel function and variable) manual pages.
 
@@ -59,8 +59,8 @@ MAN=	accept_filter.9 accf_data.9 accf_ht
 	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 \
-	ubc.9 usbd_status.9 usbdi.9 uvm.9 uvm_km.9 uvm_map.9 vmem.9 \
-	wapbl.9 wdc.9 workqueue.9 \
+	ubc.9 usbd_status.9 usbdi.9 uvm.9 uvm_hotplug.9 uvm_km.9 uvm_map.9 \
+	vmem.9 wapbl.9 wdc.9 workqueue.9 \
 	wscons.9 wsdisplay.9 wsfont.9 wskbd.9 wsmouse.9 \
 	xcall.9
 

Reply via email to