summaryrefslogtreecommitdiff
path: root/lib/libc/compat-43/sigsetmask.3
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2003-05-30 11:56:46 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2003-05-30 11:56:46 +0000
commitd0c7d464457de0b23e23fe905b876d730cd58832 (patch)
tree9eeb9656a9bb1058baefca044f5f5438b673226e /lib/libc/compat-43/sigsetmask.3
parentb3f771cd5f116b8aa221ebe12d4db6a4c4384de1 (diff)
- section reorder
- in sigvec(3) removed .Xr to itself, added section numbers to two other .Xr's
Diffstat (limited to 'lib/libc/compat-43/sigsetmask.3')
-rw-r--r--lib/libc/compat-43/sigsetmask.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/compat-43/sigsetmask.3 b/lib/libc/compat-43/sigsetmask.3
index 613ef08670a..d23199ea9ff 100644
--- a/lib/libc/compat-43/sigsetmask.3
+++ b/lib/libc/compat-43/sigsetmask.3
@@ -29,7 +29,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $OpenBSD: sigsetmask.3,v 1.10 2001/01/18 18:51:44 millert Exp $
+.\" $OpenBSD: sigsetmask.3,v 1.11 2003/05/30 11:56:45 jmc Exp $
.\"
.Dd March 10, 1991
.Dt SIGSETMASK 3
@@ -64,6 +64,8 @@ quietly disallows
or
.Dv SIGSTOP
to be blocked.
+.Sh RETURN VALUES
+The previous set of masked signals is returned.
.Sh EXAMPLES
The following example utilizing
.Fn sigsetmask :
@@ -123,8 +125,6 @@ sigset_t eset;
sigemptyset(&eset);
(void) sigprocmask(SIG_SETMASK, &eset, NULL);
.Ed
-.Sh RETURN VALUES
-The previous set of masked signals is returned.
.Sh SEE ALSO
.Xr kill 2 ,
.Xr sigaction 2 ,