This commit is contained in:
Michael Kerrisk 2008-09-18 12:30:37 +00:00
parent dbeeb714f1
commit 7c40de088e
5 changed files with 5 additions and 6 deletions

View File

@ -103,7 +103,7 @@ is a file descriptor referring to a file other than a directory.
was added to Linux in kernel 2.6.16.
.SH "CONFORMING TO"
This system call is non-standard.
It was implemented from a specification that was proposed POSIX.1,
It was implemented from a specification that was proposed for POSIX.1,
but that specification was replaced by the one for
.BR utimensat (2).

View File

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

View File

@ -226,8 +226,7 @@ Only meaningful in conjunction with
Don't perform read-ahead:
only create page tables entries for pages
that are already present in RAM.
Since Linux 2.6.23,
this flags causes
Since Linux 2.6.23, this flag causes
.BR MAP_POPULATE
to do nothing.
One day the combination of

View File

@ -180,7 +180,7 @@ Mount file system read-only.
.BR MS_RELATIME " (Since Linux 2.6.20)"
When a file on this file system is accessed,
only update the file's last access time (atime) if the current value
of atime is less than or equal to the file's last modification (mtime)
of atime is less than or equal to the file's last modification time (mtime)
or last status change time (ctime).
This option is useful for programs, such as
.BR mutt (1),

View File

@ -123,7 +123,7 @@ does not support the removal of directories.
.TP
.B EROFS
.I pathname
refers to a file on a read-only file system.
refers to a directory on a read-only file system.
.SH "CONFORMING TO"
SVr4, 4.3BSD, POSIX.1-2001.
.SH BUGS