This commit is contained in:
Michael Kerrisk 2006-08-03 02:40:44 +00:00
parent 635c9a5437
commit 43487dbb6e
2 changed files with 2 additions and 1 deletions

View File

@ -182,7 +182,7 @@ can be changed:
before kernel 2.6.16, the following could also be changed:
.BR MS_NOATIME
and
.BR MS_NODIRATIME;
.BR MS_NODIRATIME ;
and, additionally, before kernel 2.4, the following could also be changed:
.BR MS_NOSUID ,
.BR MS_NODEV ,

View File

@ -88,6 +88,7 @@ then it returns \-1, with
.I errno
set to indicate the error.
.SH ERRORS
.TP
.B EFAULT
Problem with copying information from user space.
.TP