diff options
author | 1999-06-03 10:03:18 +0000 | |
---|---|---|
committer | 1999-06-03 10:03:18 +0000 | |
commit | 2b0e239d19fa735f67c66aeb952d48b8cc4b7db1 (patch) | |
tree | 966a659c15eb7d5ac35e5d7a2cce58e3c4d40d39 /lib/libc/gen/siginterrupt.3 | |
parent | use the hyphenated form "command-line" in the case of a compound adjective; (diff) | |
download | wireguard-openbsd-2b0e239d19fa735f67c66aeb952d48b8cc4b7db1.tar.xz wireguard-openbsd-2b0e239d19fa735f67c66aeb952d48b8cc4b7db1.zip |
use \-1, not -1, to change the meaning of `-' to minus sign from hyphen;
pjanzen@
Diffstat (limited to 'lib/libc/gen/siginterrupt.3')
-rw-r--r-- | lib/libc/gen/siginterrupt.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/gen/siginterrupt.3 b/lib/libc/gen/siginterrupt.3 index e03513bcdf5..86200e067c1 100644 --- a/lib/libc/gen/siginterrupt.3 +++ b/lib/libc/gen/siginterrupt.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: siginterrupt.3,v 1.6 1999/05/29 21:24:20 aaron Exp $ +.\" $OpenBSD: siginterrupt.3,v 1.7 1999/06/03 10:03:23 aaron Exp $ .\" .\" Copyright (c) 1985, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -62,7 +62,7 @@ is true (1), the restarting of system calls is disabled. If a system call is interrupted by the specified signal and no data has been transferred, -the system call will return -1 with the global variable +the system call will return \-1 with the global variable .Va errno set to .Er EINTR . @@ -98,7 +98,7 @@ system call that is not available in hence it should not be used if backward compatibility is needed. .Sh RETURN VALUES .Fn siginterrupt -returns 0 on success or -1 if an invalid signal number has been +returns 0 on success or \-1 if an invalid signal number has been specified. .Sh SEE ALSO .Xr sigaction 2 , |