chmod.2: Post-merge reworking of text

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-02-21 08:46:23 +01:00
parent 5dec01d6bd
commit 3894e13892
1 changed files with 8 additions and 2 deletions

View File

@ -79,7 +79,11 @@ _ATFILE_SOURCE
.PD
.ad
.SH DESCRIPTION
These system calls change the permissions of a file.
The
.BR chmod ()
and
.BR fchmod ()
system calls change the permissions of a file.
They differ only in how the file is specified:
.IP * 2
.BR chmod ()
@ -225,7 +229,9 @@ On error, \-1 is returned, and
.I errno
is set appropriately.
.SH ERRORS
Depending on the filesystem, other errors can be returned.
Depending on the filesystem,
errors other than those listed below can be returned.
The more general errors for
.BR chmod ()
are listed below: