Source-Changes-HG archive

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

[src/trunk]: src Add man mage links for __debugused(3) and __diagused(3).



details:   https://anonhg.NetBSD.org/src/rev/bace806344bd
branches:  trunk
changeset: 790939:bace806344bd
user:      apb <apb%NetBSD.org@localhost>
date:      Sun Oct 27 11:56:18 2013 +0000

description:
Add man mage links for __debugused(3) and __diagused(3).

diffstat:

 distrib/sets/lists/comp/mi |  8 +++++++-
 share/man/man3/Makefile    |  4 +++-
 2 files changed, 10 insertions(+), 2 deletions(-)

diffs (54 lines):

diff -r a2129fab5ef9 -r bace806344bd distrib/sets/lists/comp/mi
--- a/distrib/sets/lists/comp/mi        Sun Oct 27 11:43:07 2013 +0000
+++ b/distrib/sets/lists/comp/mi        Sun Oct 27 11:56:18 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: mi,v 1.1850 2013/10/27 09:27:23 apb Exp $
+#      $NetBSD: mi,v 1.1851 2013/10/27 11:56:18 apb Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 #
@@ -4555,6 +4555,8 @@
 ./usr/share/man/cat3/__cacheline_aligned.0     comp-c-catman           .cat
 ./usr/share/man/cat3/__constfunc.0             comp-c-catman           .cat
 ./usr/share/man/cat3/__dead.0                  comp-c-catman           .cat
+./usr/share/man/cat3/__debugused.0             comp-c-catman           .cat
+./usr/share/man/cat3/__diagused.0              comp-c-catman           .cat
 ./usr/share/man/cat3/__insn_barrier.0          comp-c-catman           .cat
 ./usr/share/man/cat3/__noinline.0              comp-c-catman           .cat
 ./usr/share/man/cat3/__packed.0                        comp-c-catman           .cat
@@ -11160,6 +11162,8 @@
 ./usr/share/man/html3/__cacheline_aligned.html comp-c-htmlman          html
 ./usr/share/man/html3/__constfunc.html         comp-c-htmlman          html
 ./usr/share/man/html3/__dead.html              comp-c-htmlman          html
+./usr/share/man/html3/__debugused.html         comp-c-htmlman          html
+./usr/share/man/html3/__diagused.html          comp-c-htmlman          html
 ./usr/share/man/html3/__insn_barrier.html      comp-c-htmlman          html
 ./usr/share/man/html3/__noinline.html          comp-c-htmlman          html
 ./usr/share/man/html3/__packed.html            comp-c-htmlman          html
@@ -17567,6 +17571,8 @@
 ./usr/share/man/man3/__cacheline_aligned.3     comp-c-man              .man
 ./usr/share/man/man3/__constfunc.3             comp-c-man              .man
 ./usr/share/man/man3/__dead.3                  comp-c-man              .man
+./usr/share/man/man3/__debugused.3             comp-c-man              .man
+./usr/share/man/man3/__diagused.3              comp-c-man              .man
 ./usr/share/man/man3/__insn_barrier.3          comp-c-man              .man
 ./usr/share/man/man3/__noinline.3              comp-c-man              .man
 ./usr/share/man/man3/__packed.3                        comp-c-man              .man
diff -r a2129fab5ef9 -r bace806344bd share/man/man3/Makefile
--- a/share/man/man3/Makefile   Sun Oct 27 11:43:07 2013 +0000
+++ b/share/man/man3/Makefile   Sun Oct 27 11:56:18 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.82 2013/10/17 16:50:36 christos Exp $
+#      $NetBSD: Makefile,v 1.83 2013/10/27 11:56:18 apb Exp $
 #      @(#)Makefile    8.2 (Berkeley) 12/13/93
 
 MAN=   _DIAGASSERT.3 __CONCAT.3 __UNCONST.3 __USE.3 CMSG_DATA.3 \
@@ -26,6 +26,8 @@
        attribute.3 __noinline.3 \
        attribute.3 __unused.3 \
        attribute.3 __used.3 \
+       attribute.3 __diagused.3 \
+       attribute.3 __debugused.3 \
        attribute.3 __packed.3 \
        attribute.3 __aligned.3 \
        attribute.3 __section.3 \



Home | Main Index | Thread Index | Old Index