From owner-cvs-all Sat Apr 25 23:20:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA25430 for cvs-all-outgoing; Sat, 25 Apr 1998 23:20:49 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA25425; Sat, 25 Apr 1998 23:20:48 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA09300; Sat, 25 Apr 1998 23:19:27 -0700 (PDT) Date: Sat, 25 Apr 1998 23:19:27 -0700 (PDT) Message-Id: <199804260619.XAA09300@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libc/sys sigprocmask.2 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1998/04/25 23:19:26 PDT Modified files: lib/libc/sys sigprocmask.2 Log: `sigprocmask()' man page references `sigmask()' in synopsis. Note odd `sigmask()' line in synopsis. `sigsetops(3)' is better suited for `sigprocmask' and is already referenced from the manual page. (`sigmask()' is useful for the older (& deprecated) `sigsetmask()' API). PR: 6395 Reviewed by: phk Submitted by: Joseph Koshy Revision Changes Path 1.6 +0 -1 src/lib/libc/sys/sigprocmask.2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message