Source-Changes-HG archive

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

[src/trunk]: src Add a cmsg.3 man page symlink, since I can never remember it...



details:   https://anonhg.NetBSD.org/src/rev/4cf48a9926d9
branches:  trunk
changeset: 765117:4cf48a9926d9
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Thu May 19 21:39:02 2011 +0000

description:
Add a cmsg.3 man page symlink, since I can never remember its name.

ok wiz

diffstat:

 distrib/sets/lists/comp/mi |  5 ++++-
 share/man/man3/Makefile    |  5 +++--
 2 files changed, 7 insertions(+), 3 deletions(-)

diffs (52 lines):

diff -r 5c36fca5a064 -r 4cf48a9926d9 distrib/sets/lists/comp/mi
--- a/distrib/sets/lists/comp/mi        Thu May 19 21:26:38 2011 +0000
+++ b/distrib/sets/lists/comp/mi        Thu May 19 21:39:02 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: mi,v 1.1623 2011/05/09 17:13:20 manu Exp $
+#      $NetBSD: mi,v 1.1624 2011/05/19 21:39:02 riastradh Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 #
@@ -5624,6 +5624,7 @@
 ./usr/share/man/cat3/closelog_r.0              comp-c-catman           .cat
 ./usr/share/man/cat3/clrtobot.0                        comp-c-catman           .cat
 ./usr/share/man/cat3/clrtoeol.0                        comp-c-catman           .cat
+./usr/share/man/cat3/cmsg.0                    comp-c-catman           .cat
 ./usr/share/man/cat3/color_content.0           comp-c-catman           .cat
 ./usr/share/man/cat3/color_set.0               comp-c-catman           .cat
 ./usr/share/man/cat3/com_err.0                 comp-krb5-catman        kerberos,.cat
@@ -11717,6 +11718,7 @@
 ./usr/share/man/html3/closelog_r.html          comp-c-htmlman          html
 ./usr/share/man/html3/clrtobot.html            comp-c-htmlman          html
 ./usr/share/man/html3/clrtoeol.html            comp-c-htmlman          html
+./usr/share/man/html3/cmsg.html                        comp-c-htmlman          html
 ./usr/share/man/html3/color_content.html       comp-c-htmlman          html
 ./usr/share/man/html3/color_set.html           comp-c-htmlman          html
 ./usr/share/man/html3/com_err.html             comp-krb5-htmlman       kerberos,html
@@ -17717,6 +17719,7 @@
 ./usr/share/man/man3/closelog_r.3              comp-c-man              .man
 ./usr/share/man/man3/clrtobot.3                        comp-c-man              .man
 ./usr/share/man/man3/clrtoeol.3                        comp-c-man              .man
+./usr/share/man/man3/cmsg.3                    comp-c-man              .man
 ./usr/share/man/man3/color_content.3           comp-c-man              .man
 ./usr/share/man/man3/color_set.3               comp-c-man              .man
 ./usr/share/man/man3/com_err.3                 comp-krb5-man           kerberos,.man
diff -r 5c36fca5a064 -r 4cf48a9926d9 share/man/man3/Makefile
--- a/share/man/man3/Makefile   Thu May 19 21:26:38 2011 +0000
+++ b/share/man/man3/Makefile   Thu May 19 21:39:02 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.75 2011/04/12 08:22:49 jruoho Exp $
+#      $NetBSD: Makefile,v 1.76 2011/05/19 21:39:03 riastradh Exp $
 #      @(#)Makefile    8.2 (Berkeley) 12/13/93
 
 MAN=   _DIAGASSERT.3 __CONCAT.3 __UNCONST.3 CMSG_DATA.3 \
@@ -266,7 +266,8 @@
 MLINKS+=CMSG_DATA.3 CMSG_FIRSTHDR.3 \
        CMSG_DATA.3 CMSG_LEN.3 \
        CMSG_DATA.3 CMSG_NXTHDR.3 \
-       CMSG_DATA.3 CMSG_SPACE.3
+       CMSG_DATA.3 CMSG_SPACE.3 \
+       CMSG_DATA.3 cmsg.3
 
 .include <bsd.man.mk>
 .include <bsd.subdir.mk>



Home | Main Index | Thread Index | Old Index