Fix error in, and reword, RETURN VALUE text.

This commit is contained in:
Michael Kerrisk 2008-07-12 11:11:42 +00:00
parent cba678df2d
commit aae1ff184d
1 changed files with 2 additions and 1 deletions

View File

@ -73,7 +73,8 @@ is ignored.
.SH "RETURN VALUE"
On success,
.BR readlinkat ()
returns 0.
returns the number of bytes placed in
.IR buf .
On error, \-1 is returned and
.I errno
is set to indicate the error.