.Fa "int fd" "const char *restrict path" "char *restrict buf" "size_t bufsize"
.Fc
.Sh DESCRIPTION
-.Fn Readlink
+.Fn readlink
places the contents of the symbolic link
.Fa path
in the buffer
.Fa fd
parameter, the current working directory is used and the behavior is
identical to a call to
+.Fn readlink .
.Sh RETURN VALUES
The call returns the count of characters placed in the buffer
if it succeeds, or a -1 if an error occurs, placing the error
code in the global variable
.Va errno .
.Sh ERRORS
-.Fn Readlink
+.Fn readlink
will fail if:
.Bl -tag -width Er
.\" ===========