Module Name:    src
Committed By:   dyoung
Date:           Fri Feb 12 01:00:22 UTC 2010

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

Log Message:
Fix a typo in the MLINKS line for kmem.9.


To generate a diff of this commit:
cvs rdiff -u -r1.315 -r1.316 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.315 src/share/man/man9/Makefile:1.316
--- src/share/man/man9/Makefile:1.315	Thu Feb 11 23:28:53 2010
+++ src/share/man/man9/Makefile	Fri Feb 12 01:00:22 2010
@@ -1,4 +1,4 @@
-#       $NetBSD: Makefile,v 1.315 2010/02/11 23:28:53 haad Exp $
+#       $NetBSD: Makefile,v 1.316 2010/02/12 01:00:22 dyoung Exp $
 
 #	Makefile for section 9 (kernel function and variable) manual pages.
 
@@ -345,7 +345,10 @@
 	isapnp.9 isapnp_unconfig.9
 MLINKS+=knote.9 KNOTE.9 \
 	kfilter_register.9 kfilter_unregister.9
-MLINKS+=kmem.9 kmem_alloc.9 kmem.9 kmem_free.9 kmem.9 kmem_zalloc.9 kmem_asprintf.9
+MLINKS+=kmem.9 kmem_alloc.9 \
+	kmem.9 kmem_free.9 \
+	kmem.9 kmem_zalloc.9 \
+	kmem.9 kmem_asprintf.9
 MAN+=	kpreempt.9
 MLINKS+=kpreempt.9 kpreempt_disable.9 \
 	kpreempt.9 kpreempt_disabled.9 \

Reply via email to