readlink.2: Fix return type of readlinkat()

Signed-off-by: Rasmus Villemoes <rv@rasmusvillemoes.dk>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Rasmus Villemoes 2014-04-30 21:42:33 +02:00 committed by Michael Kerrisk
parent 3779bbef74
commit 479fd9add4
1 changed files with 2 additions and 2 deletions

View File

@ -54,8 +54,8 @@ readlink, readlinkat \- read value of a symbolic link
.BR "#include <fcntl.h> " "/* Definition of AT_* constants */"
.B #include <unistd.h>
.sp
.BI "int readlinkat(int " dirfd ", const char *" pathname ,
.BI " char *" buf ", size_t " bufsiz );
.BI "ssize_t readlinkat(int " dirfd ", const char *" pathname ,
.BI " char *" buf ", size_t " bufsiz );
.sp
.fi
.in -4n