clock_nanosleep.2, clock_getcpuclockid.3, getnetent_r.3, getprotoent_r.3, getrpcent_r.3, getservent_r.3, sigwait.3: RETURN VALUE: Note that "positive error numbers" are listed in ERRORS

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2010-09-10 07:49:10 +02:00
parent 636036b6b1
commit 535f0df5e8
7 changed files with 14 additions and 14 deletions

View File

@ -21,7 +21,7 @@
.\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work.
.\"
.TH CLOCK_NANOSLEEP 2 2010-06-26 "Linux" "Linux Programmer's Manual"
.TH CLOCK_NANOSLEEP 2 2010-09-10 "Linux" "Linux Programmer's Manual"
.SH NAME
clock_nanosleep \- high-resolution sleep with specifiable clock
.SH SYNOPSIS
@ -142,7 +142,7 @@ On successfully sleeping for the requested interval,
.BR clock_nanosleep ()
returns 0.
If the call is interrupted by a signal handler or encounters an error,
then it returns a positive error number.
then it returns one of the positive error number listed in ERRORS.
.SH ERRORS
.TP
.B EFAULT

View File

@ -21,7 +21,7 @@
.\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work.
.\"
.TH CLOCK_GETCPUCLOCKID 3 2009-02-20 "Linux" "Linux Programmer's Manual"
.TH CLOCK_GETCPUCLOCKID 3 2010-09-10 "Linux" "Linux Programmer's Manual"
.SH NAME
clock_getcpuclockid \- obtain ID of a process CPU-time clock
.SH SYNOPSIS
@ -55,7 +55,7 @@ of the calling process is returned.
On success,
.BR clock_getcpuclockid ()
returns 0;
on error, it returns a positive error number.
on error, it returns one of the positive error numbers listed in ERRORS.
.SH ERRORS
.TP
.B ENOSYS

View File

@ -21,7 +21,7 @@
.\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work.
.\"
.TH GETNETENT_R 3 2009-02-21 "GNU" "Linux Programmer's Manual"
.TH GETNETENT_R 3 2010-09-10 "GNU" "Linux Programmer's Manual"
.SH NAME
getnetent_r, getnetbyname_r, getnetbyaddr_r \- get
network entry (reentrant)
@ -113,7 +113,7 @@ by the nonreentrant versions of these functions.
.\" the nonreentrant functions no seem to set h_errno.
.SH "RETURN VALUE"
On success, these functions return 0.
On error, a positive error number is returned.
On error, they return one of the positive error numbers listed in ERRORS.
On error, record not found
.RB ( getnetbyname_r (),

View File

@ -21,7 +21,7 @@
.\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work.
.\"
.TH GETPROTOENT_R 3 2008-08-19 "GNU" "Linux Programmer's Manual"
.TH GETPROTOENT_R 3 2010-09-10 "GNU" "Linux Programmer's Manual"
.SH NAME
getprotoent_r, getprotobyname_r, getprotobynumber_r \- get
protocol entry (reentrant)
@ -103,7 +103,7 @@ otherwise,
is set to NULL.
.SH "RETURN VALUE"
On success, these functions return 0.
On error, a positive error number is returned.
On error, they return one of the positive error numbers listed in ERRORS.
On error, record not found
.RB ( getprotobyname_r (),

View File

@ -21,7 +21,7 @@
.\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work.
.\"
.TH GETRPCENT_R 3 2008-08-19 "GNU" "Linux Programmer's Manual"
.TH GETRPCENT_R 3 2010-09-10 "GNU" "Linux Programmer's Manual"
.SH NAME
getrpcent_r, getrpcbyname_r, getrpcbynumber_r \- get
RPC entry (reentrant)
@ -102,7 +102,7 @@ otherwise,
is set to NULL.
.SH "RETURN VALUE"
On success, these functions return 0.
On error, a positive error number is returned.
On error, they return one of the positive error numbers listed in ERRORS.
On error, record not found
.RB ( getrpcbyname_r (),

View File

@ -21,7 +21,7 @@
.\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work.
.\"
.TH GETSERVENT_R 3 2008-08-19 "GNU" "Linux Programmer's Manual"
.TH GETSERVENT_R 3 2010-09-10 "GNU" "Linux Programmer's Manual"
.SH NAME
getservent_r, getservbyname_r, getservbyport_r \- get
service entry (reentrant)
@ -102,7 +102,7 @@ otherwise,
is set to NULL.
.SH "RETURN VALUE"
On success, these functions return 0.
On error, a positive error number is returned.
On error, they return one of the positive error numbers listed in errors.
On error, record not found
.RB ( getservbyname_r (),

View File

@ -21,7 +21,7 @@
.\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work.
.\"
.TH SIGWAIT 3 2009-02-10 "Linux" "Linux Programmer's Manual"
.TH SIGWAIT 3 2010-09-10 "Linux" "Linux Programmer's Manual"
.SH NAME
sigwait \- wait for a signal
.SH SYNOPSIS
@ -67,7 +67,7 @@ The return values of the two functions are different.
On success,
.BR sigwait ()
returns 0.
On error, it returns a positive error number.
On error, it returns a positive error number (listed in ERRORS).
.SH ERRORS
.TP
.B EINVAL