]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/man/man2/readlink.2
xnu-3789.41.3.tar.gz
[apple/xnu.git] / bsd / man / man2 / readlink.2
index 8d02c1e0d0ecc442fb1c6542d56392b8ed6773b3..375eca319e26a1a50e651be224b23ed60bfdc23d 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
@@ -91,7 +91,7 @@ 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
 .\" ===========