chown.2: ERRORS: improve EBADF description

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-01-01 11:45:15 +01:00
parent 3ad7769474
commit ad3450b92c
1 changed files with 2 additions and 1 deletions

View File

@ -272,7 +272,8 @@ The general errors for
are listed below:
.TP
.B EBADF
The descriptor is not valid.
.I fd
is not a valid open file descriptor.
.TP
.B EIO
A low-level I/O error occurred while modifying the inode.