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

ok wiz
This commit is contained in:
riastradh 2011-05-19 21:39:02 +00:00
parent a0e931c0ee
commit 1cef303517
2 changed files with 7 additions and 3 deletions

View File

@ -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

View File

@ -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+=tree.3 RB_PROTOTYPE.3 tree.3 RB_GENERATE.3 \
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>