diff options
author | 2001-06-25 04:30:00 +0000 | |
---|---|---|
committer | 2001-06-25 04:30:00 +0000 | |
commit | 1d027e20a58f63043c1644e57cdbdfaab243740b (patch) | |
tree | 77c17924b33a7d96cf3197026e3feb3cd14460ea /lib/libc | |
parent | Manpage login_krb5(8), made by copying login_krb4(8) and changing some pieces. (diff) | |
download | wireguard-openbsd-1d027e20a58f63043c1644e57cdbdfaab243740b.tar.xz wireguard-openbsd-1d027e20a58f63043c1644e57cdbdfaab243740b.zip |
Refer to siginterrupt(3) rather than to a nonexistant part of intro(2)
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/wait.2 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/libc/sys/wait.2 b/lib/libc/sys/wait.2 index 9b0140324ba..dec3eadbdf4 100644 --- a/lib/libc/sys/wait.2 +++ b/lib/libc/sys/wait.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: wait.2,v 1.10 2000/10/18 05:12:12 aaron Exp $ +.\" $OpenBSD: wait.2,v 1.11 2001/06/25 04:30:00 pjanzen Exp $ .\" $NetBSD: wait.2,v 1.6 1995/02/27 12:39:37 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993, 1994 @@ -208,9 +208,8 @@ If a signal is caught while any of the .Fn wait calls is pending, the call may be interrupted or restarted when the signal-catching routine returns, depending on the options in effect -for the signal; see -.Xr intro 2 , -System call restart. +for the signal; for further information, see +.Xr siginterrupt 3 . .Sh RETURN VALUES If .Fn wait |