]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/man/man2/readlink.2
xnu-6153.11.26.tar.gz
[apple/xnu.git] / bsd / man / man2 / readlink.2
index 8d02c1e0d0ecc442fb1c6542d56392b8ed6773b3..2940e9ced4848f3252485a06d6c62743a70212ba 100644 (file)
@@ -53,7 +53,7 @@
 .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
@@ -85,13 +85,14 @@ in the
 .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
 .\" ===========