Date: Thu, 4 Jan 2001 17:47:31 +0000 From: Ben Smithurst <ben@FreeBSD.org> To: Will Andrews <will@physics.purdue.edu> Cc: doc@FreeBSD.org Subject: Re: sigmask(2) MLINK? against sigsetmask(2)/sigblock(2) manpages... Message-ID: <20010104174731.J85794@strontium.scientia.demon.co.uk> In-Reply-To: <20010104115943.F86630@argon.firepipe.net> References: <20010104115943.F86630@argon.firepipe.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Will Andrews wrote: > It seems that sigmask(2) is referenced in both the sigsetmask(2) and > sigblock(2) manpages (src/lib/libc/compat-43). But sigmask(2) itself > has no manpage or even a MLINK. How about adding: > > MLINKS+= sigmask.2 sigblock.2 Do it, but they're the wrong way round. The source file comes first, MLINKS+= sigblock.2 sigmask.2 > Further, the sigsetmask(2) manpage's SYNOPSIS for sigmask(2) is missing > the return type. Fix it with ".Ft int" (but I'm sure you could have worked that out). -- Ben Smithurst / ben@FreeBSD.org / PGP: 0x99392F7D To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010104174731.J85794>