]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man2/readlink.2
Automated addition of parentheses by add_parens_for_own_funcs.sh
[thirdparty/man-pages.git] / man2 / readlink.2
index 6f16f47442e0bbf420850b9212bba811ce5ab353..76066cc89800d897b3b86d2bf785fe3fbb2a620c 100644 (file)
@@ -43,14 +43,14 @@ readlink \- read value of a symbolic link
 .sp
 .BI "int readlink(const char *" path ", char *" buf ", size_t " bufsiz );
 .SH DESCRIPTION
-.B readlink
+.BR readlink ()
 places the contents of the symbolic link
 .I path
 in the buffer
 .IR buf ,
 which has size
 .IR bufsiz .
-.B readlink
+.BR readlink ()
 does not append a
 .B NUL
 character to
@@ -100,7 +100,7 @@ Insufficient kernel memory was available.
 A component of the path prefix is not a directory.
 .SH "CONFORMING TO"
 X/OPEN, 4.4BSD (the
-.B readlink
+.BR readlink ()
 function call appeared in 4.2BSD).
 .SH "SEE ALSO"
 .BR lstat (2),