From 4c40fc658f44dce9831ad22a593ff5da9494ee47 Mon Sep 17 00:00:00 2001 From: Kirk McKusick Date: Fri, 10 May 1985 00:43:04 -0800 Subject: [PATCH] 4.3BSD beta release manual page SCCS-vsn: lib/libc/compat-43/sigpause.2 6.1 --- usr/src/lib/libc/compat-43/sigpause.2 | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/usr/src/lib/libc/compat-43/sigpause.2 b/usr/src/lib/libc/compat-43/sigpause.2 index 9f2efd3db9..2bf67aa836 100644 --- a/usr/src/lib/libc/compat-43/sigpause.2 +++ b/usr/src/lib/libc/compat-43/sigpause.2 @@ -2,9 +2,9 @@ .\" All rights reserved. The Berkeley software License Agreement .\" specifies the terms and conditions for redistribution. .\" -.\" @(#)sigpause.2 5.1 (Berkeley) %G% +.\" @(#)sigpause.2 6.1 (Berkeley) %G% .\" -.TH SIGPAUSE 2 "7 July 1983" +.TH SIGPAUSE 2 "" .UC 4 .SH NAME sigpause \- atomically release blocked signals and wait for interrupt @@ -25,7 +25,9 @@ on return the set of masked signals is restored. is usually 0 to indicate that no signals are now to be blocked. .I Sigpause -always terminates by being interrupted, returning EINTR. +always terminates by being interrupted, returning \-1 with +.I errno +set to EINTR. .PP In normal usage, a signal is blocked using .IR sigblock (2), -- 2.20.1