From 504ab89f25cc0186f409732ad3a6915d1615423d Mon Sep 17 00:00:00 2001 From: kleink Date: Tue, 23 Nov 2004 09:38:45 +0000 Subject: [PATCH] Remove references to the header SIG_* are located in altogether; exposed too much implementation detail, and remains the sole header referenced by this page. --- lib/libc/sys/sigprocmask.2 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/libc/sys/sigprocmask.2 b/lib/libc/sys/sigprocmask.2 index 43d3ff09d613..f0f6b1bdd622 100644 --- a/lib/libc/sys/sigprocmask.2 +++ b/lib/libc/sys/sigprocmask.2 @@ -1,4 +1,4 @@ -.\" $NetBSD: sigprocmask.2,v 1.18 2004/08/25 11:56:50 pooka Exp $ +.\" $NetBSD: sigprocmask.2,v 1.19 2004/11/23 09:38:45 kleink Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -59,8 +59,7 @@ The signal mask is changed as a function of the specified and the current mask. The function is specified by .Fa how -using one of the following values from -.Aq Pa sys/signal.h : +using one of the following values: .Bl -tag -width SIG_UNBLOCK .It Dv SIG_BLOCK The new mask is the union of the current mask and the specified