summaryrefslogtreecommitdiffstats
path: root/man3/remove.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/remove.3')
-rw-r--r--man3/remove.330
1 files changed, 15 insertions, 15 deletions
diff --git a/man3/remove.3 b/man3/remove.3
index 3e2c00df2..085d465ea 100644
--- a/man3/remove.3
+++ b/man3/remove.3
@@ -25,9 +25,9 @@ Standard C library
.BR remove ()
deletes a name from the filesystem.
It calls
-.BR unlink (2)
+.MR unlink 2
for files, and
-.BR rmdir (2)
+.MR rmdir 2
for directories.
.P
If the removed name was the
@@ -50,12 +50,12 @@ On error, \-1 is returned, and
is set to indicate the error.
.SH ERRORS
The errors that occur are those for
-.BR unlink (2)
+.MR unlink 2
and
-.BR rmdir (2).
+.MR rmdir 2 .
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -81,13 +81,13 @@ POSIX.1-2001, C89, 4.3BSD.
Infelicities in the protocol underlying NFS can cause the unexpected
disappearance of files which are still being used.
.SH SEE ALSO
-.BR rm (1),
-.BR unlink (1),
-.BR link (2),
-.BR mknod (2),
-.BR open (2),
-.BR rename (2),
-.BR rmdir (2),
-.BR unlink (2),
-.BR mkfifo (3),
-.BR symlink (7)
+.MR rm 1 ,
+.MR unlink 1 ,
+.MR link 2 ,
+.MR mknod 2 ,
+.MR open 2 ,
+.MR rename 2 ,
+.MR rmdir 2 ,
+.MR unlink 2 ,
+.MR mkfifo 3 ,
+.MR symlink 7