readlink.2: Clarify EINVAL error description

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-01-12 10:10:35 +01:00
parent 4a6f17b57a
commit 972748d883
1 changed files with 3 additions and 1 deletions

View File

@ -177,7 +177,9 @@ is not positive.
.\" Subject: [patch 0/3] [RFC] kernel/glibc mismatch of "readlink" syscall?
.TP
.B EINVAL
The named file is not a symbolic link.
The named file (i.e., the final filename component of
.IR pathname )
is not a symbolic link.
.TP
.B EIO
An I/O error occurred while reading from the filesystem.