Source-Changes-HG archive

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

[src/pgoyette-localcount]: src Add MLINKS for localcount(9)



details:   https://anonhg.NetBSD.org/src/rev/3e0d7d9056a6
branches:  pgoyette-localcount
changeset: 852790:3e0d7d9056a6
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Sat Jul 16 09:49:24 2016 +0000

description:
Add MLINKS for localcount(9)

diffstat:

 distrib/sets/lists/comp/mi |  17 ++++++++++++++++-
 share/man/man9/Makefile    |   7 ++++++-
 2 files changed, 22 insertions(+), 2 deletions(-)

diffs (66 lines):

diff -r 7619952d3290 -r 3e0d7d9056a6 distrib/sets/lists/comp/mi
--- a/distrib/sets/lists/comp/mi        Sat Jul 16 09:41:07 2016 +0000
+++ b/distrib/sets/lists/comp/mi        Sat Jul 16 09:49:24 2016 +0000
@@ -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
diff -r 7619952d3290 -r 3e0d7d9056a6 share/man/man9/Makefile
--- a/share/man/man9/Makefile   Sat Jul 16 09:41:07 2016 +0000
+++ b/share/man/man9/Makefile   Sat Jul 16 09:49:24 2016 +0000
@@ -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+=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  \



Home | Main Index | Thread Index | Old Index