chown.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 09:25:05 +01:00
parent a75c7fd7af
commit 2dc723cfac
1 changed files with 9 additions and 2 deletions

View File

@ -87,7 +87,12 @@ _ATFILE_SOURCE
.PD
.SH DESCRIPTION
These system calls change the owner and group of a file.
They differ only in how the file is specified:
The
.BR chown (),
.BR fchown (),
and
.BR lchown ()
system calls differ only in how the file is specified:
.IP * 2
.BR chown ()
changes the ownership of the file specified by
@ -217,7 +222,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 chown ()
are listed below.