summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/pause.3
diff options
context:
space:
mode:
authormpp <mpp@FreeBSD.org>1997-03-09 00:42:46 +0000
committermpp <mpp@FreeBSD.org>1997-03-09 00:42:46 +0000
commitdb4d23e2e109882080fb07b9694e903e75a7c870 (patch)
tree4ab2d1af2b76341b32d0a0e3888eb3d1c5e318a2 /lib/libc/gen/pause.3
parent6c3dd051dba03cf74489415890ade017a1af731f (diff)
downloadFreeBSD-src-db4d23e2e109882080fb07b9694e903e75a7c870.zip
FreeBSD-src-db4d23e2e109882080fb07b9694e903e75a7c870.tar.gz
Pause() is made obsolete by sigsuspend(2), not sigpause(3).
Part of PR# 2917.
Diffstat (limited to 'lib/libc/gen/pause.3')
-rw-r--r--lib/libc/gen/pause.38
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/gen/pause.3 b/lib/libc/gen/pause.3
index b5fd207..962c6cb 100644
--- a/lib/libc/gen/pause.3
+++ b/lib/libc/gen/pause.3
@@ -30,6 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)pause.3 8.1 (Berkeley) 6/4/93
+.\" $Id$
.\"
.Dd June 4, 1993
.Dt PAUSE 3
@@ -42,9 +43,8 @@
.Ft int
.Fn pause void
.Sh DESCRIPTION
-.Bf -symbolic
-Pause is made obsolete by sigpause(3).
-.Ef
+.Sy Pause is made obsolete by
+.Xr sigsuspend 2 .
.Pp
The
.Fn pause
@@ -75,7 +75,7 @@ The call was interrupted.
.Sh SEE ALSO
.Xr kill 2 ,
.Xr select 2 ,
-.Xr sigpause 2
+.Xr sigsuspend 2
.Sh HISTORY
A
.Fn pause
OpenPOWER on IntegriCloud