From owner-freebsd-doc Thu Jan 4 8:59:53 2001 From owner-freebsd-doc@FreeBSD.ORG Thu Jan 4 08:59:52 2001 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from puck.firepipe.net (poynting.physics.purdue.edu [128.210.146.58]) by hub.freebsd.org (Postfix) with ESMTP id B03A637B400 for ; Thu, 4 Jan 2001 08:59:51 -0800 (PST) Received: from argon.firepipe.net (pm002-022.dialup.bignet.net [64.79.80.70]) by puck.firepipe.net (Postfix) with ESMTP id 015861A0A for ; Thu, 4 Jan 2001 11:59:50 -0500 (EST) Received: by argon.firepipe.net (Postfix, from userid 1000) id 6B92F19E0; Thu, 4 Jan 2001 11:59:44 -0500 (EST) Date: Thu, 4 Jan 2001 11:59:44 -0500 From: Will Andrews To: doc@FreeBSD.org Subject: sigmask(2) MLINK? against sigsetmask(2)/sigblock(2) manpages... Message-ID: <20010104115943.F86630@argon.firepipe.net> Reply-To: Will Andrews Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-Operating-System: FreeBSD 5.0-CURRENT i386 Sender: will@argon.firepipe.net Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org [ Keep me on cc: since I'm not on -doc, thanks! ] Hi -doc guys, 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 to src/lib/libc/compat-43/Makefile.inc ? Further, the sigsetmask(2) manpage's SYNOPSIS for sigmask(2) is missing the return type. -- wca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message