]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/remove.3
Automated addition of parentheses by add_parens_for_own_funcs.sh
[thirdparty/man-pages.git] / man3 / remove.3
index 84f252418f1d3225b5cc61e2ca2952736c6a03c0..1fb8d2e8c8d634fcabc900c4591638f0252164e0 100644 (file)
@@ -36,7 +36,7 @@ remove \- delete a name and possibly the file it refers to
 .sp
 .BI "int remove(const char *" pathname );
 .SH DESCRIPTION
-.B remove
+.BR remove ()
 deletes a name from the filesystem.
 It calls
 .I unlink
@@ -73,7 +73,7 @@ Infelicities in the protocol underlying NFS can cause the unexpected
 disappearance of files which are still being used.
 .SH NOTE
 Under libc4 and libc5,
-.B remove
+.BR remove ()
 was an alias for unlink (and hence would not remove directories).
 .SH "SEE ALSO"
 .BR rm (1),