diff options
author | mpp <mpp@FreeBSD.org> | 1996-03-27 20:49:07 +0000 |
---|---|---|
committer | mpp <mpp@FreeBSD.org> | 1996-03-27 20:49:07 +0000 |
commit | 822fdcab93140306c21991b7fe837e606e75b48e (patch) | |
tree | 56c4c6b3ee0f1367c7bb50d3cb70ee35ec089c82 /lib/libc/gen/signal.3 | |
parent | cd9e381ea0b409efec3ad4c0f4633f95a1eac734 (diff) | |
download | FreeBSD-src-822fdcab93140306c21991b7fe837e606e75b48e.zip FreeBSD-src-822fdcab93140306c21991b7fe837e606e75b48e.tar.gz |
Added missing section numbers to a bunch of .Xr macros, or
converted them into .Fn macros where appropriate. Also fixed
up some minor formatting problems.
Diffstat (limited to 'lib/libc/gen/signal.3')
-rw-r--r-- | lib/libc/gen/signal.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gen/signal.3 b/lib/libc/gen/signal.3 index 37ad60b..3fd52d8 100644 --- a/lib/libc/gen/signal.3 +++ b/lib/libc/gen/signal.3 @@ -193,7 +193,7 @@ Otherwise, \-1 is returned and the global variable .Va errno is set to indicate the error. .Sh ERRORS -.Xr Signal +.Fn Signal will fail and no action will take place if one of the following occur: .Bl -tag -width [EINVAL] |