diff options
author | 1997-06-13 13:12:31 +0000 | |
---|---|---|
committer | 1997-06-13 13:12:31 +0000 | |
commit | 66f070967b0bf3fb93f00a79246bf4c6560e9442 (patch) | |
tree | 7a37f27d32abdd877a251534ef22373d1e1eb8cc /lib/libc | |
parent | the any typo; netbsd (diff) | |
download | wireguard-openbsd-66f070967b0bf3fb93f00a79246bf4c6560e9442.tar.xz wireguard-openbsd-66f070967b0bf3fb93f00a79246bf4c6560e9442.zip |
sigsuspend, not sigpause
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/gen/pause.3 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/libc/gen/pause.3 b/lib/libc/gen/pause.3 index 9c2e678a1b8..63ade19286f 100644 --- a/lib/libc/gen/pause.3 +++ b/lib/libc/gen/pause.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pause.3,v 1.2 1996/08/19 08:25:14 tholo Exp $ +.\" $OpenBSD: pause.3,v 1.3 1997/06/13 13:12:31 deraadt Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -43,7 +43,8 @@ .Fn pause void .Sh DESCRIPTION .Bf -symbolic -Pause is made obsolete by sigpause(3). +Pause is made obsolete by +.Xr sigsuspend 2 . .Ef .Pp The @@ -75,7 +76,8 @@ The call was interrupted. .Sh SEE ALSO .Xr kill 2 , .Xr select 2 , -.Xr sigpause 2 +.Xr setitimer 2 , +.Xr sigsuspend 2 .Sh HISTORY A .Fn pause |