Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man9 Fix a typo in the MLINKS line for kmem.9.



details:   https://anonhg.NetBSD.org/src/rev/c9ba224391c8
branches:  trunk
changeset: 752046:c9ba224391c8
user:      dyoung <dyoung%NetBSD.org@localhost>
date:      Fri Feb 12 01:00:22 2010 +0000

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

diffstat:

 share/man/man9/Makefile |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 71a6cc10982e -r c9ba224391c8 share/man/man9/Makefile
--- a/share/man/man9/Makefile   Fri Feb 12 00:45:37 2010 +0000
+++ b/share/man/man9/Makefile   Fri Feb 12 01:00:22 2010 +0000
@@ -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 \



Home | Main Index | Thread Index | Old Index