diff options
author | ru <ru@FreeBSD.org> | 2004-07-03 23:14:34 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2004-07-03 23:14:34 +0000 |
commit | e9b8d742f70abe1555426a5d2b336a707562b775 (patch) | |
tree | a1c8a69df6c57ad4a6b4f53b8213bbb3296bb031 /lib/libc/sys/sigwait.2 | |
parent | bc58a1e574b7db84f6f7c2cd0ee8ca209f8e2a36 (diff) | |
download | FreeBSD-src-e9b8d742f70abe1555426a5d2b336a707562b775.zip FreeBSD-src-e9b8d742f70abe1555426a5d2b336a707562b775.tar.gz |
Fixed markup.
Diffstat (limited to 'lib/libc/sys/sigwait.2')
-rw-r--r-- | lib/libc/sys/sigwait.2 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libc/sys/sigwait.2 b/lib/libc/sys/sigwait.2 index 2c9839a..2d635cb 100644 --- a/lib/libc/sys/sigwait.2 +++ b/lib/libc/sys/sigwait.2 @@ -26,6 +26,7 @@ .\" EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" .\" $FreeBSD$ +.\" .Dd April 27, 2000 .Dt SIGWAIT 2 .Os @@ -70,7 +71,9 @@ The system call will fail if: .Bl -tag -width Er .It Bq Er EINVAL +The .Fa set +argument specifies one or more invalid signal numbers. .El .Sh SEE ALSO |