Module Name:    src
Committed By:   pgoyette
Date:           Sat Jul 16 09:49:24 UTC 2016

Modified Files:
        src/distrib/sets/lists/comp [pgoyette-localcount]: mi
        src/share/man/man9 [pgoyette-localcount]: Makefile

Log Message:
Add MLINKS for localcount(9)


To generate a diff of this commit:
cvs rdiff -u -r1.2051.2.1 -r1.2051.2.2 src/distrib/sets/lists/comp/mi
cvs rdiff -u -r1.396.2.1 -r1.396.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/distrib/sets/lists/comp/mi
diff -u src/distrib/sets/lists/comp/mi:1.2051.2.1 src/distrib/sets/lists/comp/mi:1.2051.2.2
--- src/distrib/sets/lists/comp/mi:1.2051.2.1	Sat Jul 16 09:41:07 2016
+++ src/distrib/sets/lists/comp/mi	Sat Jul 16 09:49:24 2016
@@ -1,4 +1,4 @@
-#	$NetBSD: mi,v 1.2051.2.1 2016/07/16 09:41:07 pgoyette Exp $
+#	$NetBSD: mi,v 1.2051.2.2 2016/07/16 09:49:24 pgoyette Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 ./etc/mtree/set.comp				comp-sys-root
@@ -10462,6 +10462,11 @@
 ./usr/share/man/cat9/le64toh.0			comp-sys-catman		.cat
 ./usr/share/man/cat9/linedisc.0			comp-sys-catman		.cat
 ./usr/share/man/cat9/localcount.0		comp-sys-catman		.cat
+./usr/share/man/cat9/localcount_init.0		comp-sys-catman		.cat
+./usr/share/man/cat9/localcount_fini.0		comp-sys-catman		.cat
+./usr/share/man/cat9/localcount_acquire.0	comp-sys-catman		.cat
+./usr/share/man/cat9/localcount_release.0	comp-sys-catman		.cat
+./usr/share/man/cat9/localcount_drain.0		comp-sys-catman		.cat
 ./usr/share/man/cat9/lock.0			comp-sys-catman		.cat
 ./usr/share/man/cat9/lockinit.0			comp-sys-catman		.cat
 ./usr/share/man/cat9/lockmgr.0			comp-sys-catman		.cat
@@ -17616,6 +17621,11 @@
 ./usr/share/man/html9/le64toh.html		comp-sys-htmlman	html
 ./usr/share/man/html9/linedisc.html		comp-sys-htmlman	html
 ./usr/share/man/html9/localcount.html		comp-sys-htmlman	html
+./usr/share/man/html9/localcount_init.html	comp-sys-htmlman	html
+./usr/share/man/html9/localcount_fini.html	comp-sys-htmlman	html
+./usr/share/man/html9/localcount_acquire.html	comp-sys-htmlman	html
+./usr/share/man/html9/localcount_release.html	comp-sys-htmlman	html
+./usr/share/man/html9/localcount_drain.html	comp-sys-htmlman	html
 ./usr/share/man/html9/lock.html			comp-sys-htmlman	html
 ./usr/share/man/html9/lockinit.html		comp-sys-htmlman	html
 ./usr/share/man/html9/lockmgr.html		comp-sys-htmlman	html
@@ -24924,6 +24934,11 @@
 ./usr/share/man/man9/le64toh.9			comp-sys-man		.man
 ./usr/share/man/man9/linedisc.9			comp-sys-man		.man
 ./usr/share/man/man9/localcount.9		comp-sys-man		.man
+./usr/share/man/man9/localcount_init.9		comp-sys-man		.man
+./usr/share/man/man9/localcount_fini.9		comp-sys-man		.man
+./usr/share/man/man9/localcount_acquire.9	comp-sys-man		.man
+./usr/share/man/man9/localcount_release.9	comp-sys-man		.man
+./usr/share/man/man9/localcount_drain.9		comp-sys-man		.man
 ./usr/share/man/man9/lock.9			comp-sys-man		.man
 ./usr/share/man/man9/lockinit.9			comp-sys-man		.man
 ./usr/share/man/man9/lockmgr.9			comp-sys-man		.man

Index: src/share/man/man9/Makefile
diff -u src/share/man/man9/Makefile:1.396.2.1 src/share/man/man9/Makefile:1.396.2.2
--- src/share/man/man9/Makefile:1.396.2.1	Sat Jul 16 09:36:57 2016
+++ src/share/man/man9/Makefile	Sat Jul 16 09:49:24 2016
@@ -1,4 +1,4 @@
-#       $NetBSD: Makefile,v 1.396.2.1 2016/07/16 09:36:57 pgoyette Exp $
+#       $NetBSD: Makefile,v 1.396.2.2 2016/07/16 09:49:24 pgoyette Exp $
 
 #	Makefile for section 9 (kernel function and variable) manual pages.
 
@@ -455,6 +455,11 @@ MLINKS+=kthread.9 kthread_exit.9 \
 MLINKS+=linedisc.9 ttyldisc_add.9 \
 	linedisc.9 ttyldisc_lookup.9 \
 	linedisc.9 ttyldisc_remove.9
+MLINKS+=localcount.9 localcount_init.9 \
+	localcount.9 localcount_fini.9 \
+	localcount.9 localcount_acquire.9 \
+	localcount.9 localcount_release.9 \
+	localcount.9 localcount_drain.9
 MLINKS+=lock.9 simple_lock_init.9 lock.9 simple_lock.9 \
 	lock.9 simple_lock_try.9 lock.9 simple_unlock.9 \
 	lock.9 simple_lock_freecheck.9 lock.9 simple_lock_dump.9  \

Reply via email to