diff options
| author | Krónos <Krónos@Sāturnus> | 1993-10-11 00:00:00 +0100 |
|---|---|---|
| committer | Alejandro Colomar <alx@kernel.org> | 2022-12-15 23:09:38 +0100 |
| commit | 9e0fdb0c0192079e5847f49832374ea28b5ad436 (patch) | |
| tree | 0eb6ca406983d655aa04225550ec9f8a6c265e90 /man3/siginterrupt.3 | |
| parent | 3c23040573650f36a3f2778a3629f4ae7e6c10ab (diff) | |
| download | man-pages-prehistory-backwards.tar.gz | |
man-pages 1.0prehistory-backwards
man-pages-1.1 seems to be missing. :/
Link: <https://www.win.tue.nl/~aeb/ftpdocs/linux-local/manpages.archive/>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'man3/siginterrupt.3')
| -rw-r--r-- | man3/siginterrupt.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man3/siginterrupt.3 b/man3/siginterrupt.3 index 1eab83262e..6e2fdfb04d 100644 --- a/man3/siginterrupt.3 +++ b/man3/siginterrupt.3 @@ -23,14 +23,14 @@ Linux. However, when a new signal handler is specified with the \fBsignal\fP(2) function, the system call is interrupted by default. .PP If the \fIflags\fP argument is true (1) and no data has been transferred, -then a system call interrupted by the signal \fIsig\fP will return \-1 +then a system call interrupted by the signal \fIsig\fP will return -1 and the global variable \fIerrno\fP will be set to \fIEINTR\fP. .PP If the \fIflags\fP argument is true (1) and data transfer has started, then the system call will be interrupted and will return the actual amount of data transferred. .SH "RETURN VALUE" -The \fBsiginterrupt()\fP function returns 0 on success, or \-1 if the +The \fBsiginterrupt()\fP function returns 0 on success, or -1 if the signal number \fIsig\fP is invalid. .SH "ERRORS" .TP @@ -38,5 +38,5 @@ signal number \fIsig\fP is invalid. The specified signal number is invalid. .SH "CONFORMING TO" BSD 4.3 -.SH "SEE ALSO" +.SH SEE ALSO .BR signal (2) |
