Minor wording fixes

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Nicolas Franois 2008-09-29 11:09:52 +02:00 committed by Michael Kerrisk
parent 44e5793157
commit 178d104e83
6 changed files with 6 additions and 8 deletions

View File

@ -92,7 +92,7 @@ in the buffer pointed to by
.SH "RETURN VALUE"
On success,
.BR getgroups ()
returns the number of supplementary group IDs is returned.
returns the number of supplementary group IDs.
On error, \-1 is returned, and
.I errno
is set appropriately.

View File

@ -131,7 +131,7 @@ are:
A non-empty
.I nodemask
specifies physical node ids.
Linux does will not remap the
Linux does not remap the
.I nodemask
when the process moves to a different cpuset context,
nor when the set of nodes allowed by the process's

View File

@ -226,7 +226,7 @@ and:
.PD 0
.RS
.IP * 2
the effective effective ID of the caller does not match
the effective user ID of the caller does not match
the owner of the file,
the caller does not have write access to the file,
and the caller is not privileged
@ -574,7 +574,7 @@ pointing to a structure in which both
.I tv_nsec
fields are
.BR UTIME_NOW ,
in order to update the both timestamps to the current time.
in order to update both timestamps to the current time.
However,
.BR futimens ()
instead checks whether the

View File

@ -161,8 +161,6 @@ C99, POSIX.1-2001.
The variant returning
.I double
also conforms to
.I double
variant also conforms to
SVr4, 4.3BSD, C89.
.SH "SEE ALSO"
.BR acos (3),

View File

@ -43,7 +43,7 @@ _XOPEN_SOURCE\ >=\ 600
.SH DESCRIPTION
The
.BR clock_getcpuclockid ()
obtains the ID of the CPU-time clock of the process whose ID is
function obtains the ID of the CPU-time clock of the process whose ID is
.IR pid ,
and returns it in the location pointed to by
.IR clock_id .

View File

@ -346,7 +346,7 @@ In version 2.3.2 and earlier,
.\" to confirm if this error occurs only in 2.3.2.
when an overflow or underflow error occurs, glibc's
.BR pow ()
generates a bogus invalid floating-point
generates a bogus invalid floating-point exception
.RB ( FE_INVALID )
in addition to the overflow or underflow exception.
.SH "SEE ALSO"