From owner-freebsd-doc Thu Jan 4 10:15:42 2001 From owner-freebsd-doc@FreeBSD.ORG Thu Jan 4 10:15:40 2001 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from scientia.demon.co.uk (scientia.demon.co.uk [212.228.14.13]) by hub.freebsd.org (Postfix) with ESMTP id DA34D37B400 for ; Thu, 4 Jan 2001 10:15:39 -0800 (PST) Received: from strontium.scientia.demon.co.uk ([192.168.91.36] ident=root) by scientia.demon.co.uk with esmtp (Exim 3.20 #1) id 14EEU8-0002I3-00; Thu, 04 Jan 2001 17:47:32 +0000 Received: (from ben@localhost) by strontium.scientia.demon.co.uk (8.11.1/8.11.1) id f04HlWA68278; Thu, 4 Jan 2001 17:47:32 GMT (envelope-from ben) Date: Thu, 4 Jan 2001 17:47:31 +0000 From: Ben Smithurst To: Will Andrews Cc: doc@FreeBSD.org Subject: Re: sigmask(2) MLINK? against sigsetmask(2)/sigblock(2) manpages... Message-ID: <20010104174731.J85794@strontium.scientia.demon.co.uk> References: <20010104115943.F86630@argon.firepipe.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010104115943.F86630@argon.firepipe.net> Sender: ben@scientia.demon.co.uk Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 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