diff options
| author | Philippe Charnier <charnier@FreeBSD.org> | 2003-03-24 16:05:24 +0000 |
|---|---|---|
| committer | Philippe Charnier <charnier@FreeBSD.org> | 2003-03-24 16:05:24 +0000 |
| commit | 9d09157a0f55ef695b75eafb407f57206453a1f1 (patch) | |
| tree | 71e3892a3a656b566e2fb0d980a8bc0a6fe0c300 /lib/libc/sys/sigwait.2 | |
| parent | 0552350ecc55f34e3385dc06abf3c9c45092b332 (diff) | |
Notes
Diffstat (limited to 'lib/libc/sys/sigwait.2')
| -rw-r--r-- | lib/libc/sys/sigwait.2 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libc/sys/sigwait.2 b/lib/libc/sys/sigwait.2 index e20595eaa94f..3ff8a5299876 100644 --- a/lib/libc/sys/sigwait.2 +++ b/lib/libc/sys/sigwait.2 @@ -65,8 +65,9 @@ returns 0 and sets the location pointed to by to the cleared signal number. Otherwise, an error number is returned. .Sh ERRORS +The .Fn sigwait -will fail if: +function will fail if: .Bl -tag -width Er .It Bq Er EINVAL .Fa set @@ -79,6 +80,7 @@ specifies one or more invalid signal numbers. .Xr pause 3 , .Xr pthread_sigmask 3 .Sh STANDARDS +The .Fn sigwait -conforms to +function conforms to .St -p1003.1-96 |
