diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2005-10-19 07:29:28 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2005-10-19 07:29:28 +0000 |
| commit | e1d6264d9feaed449e70f288ebdd40d8abae818c (patch) | |
| tree | c3c8c2c31ecf22c1e9cb32458e485d02a695d3c6 /man3/remove.3 | |
| parent | f8fc5a2301bcf0cbfaa1db15adedde386e26a081 (diff) | |
| download | man-pages-e1d6264d9feaed449e70f288ebdd40d8abae818c.tar.gz | |
Manual fixes for parentheses formatting
Diffstat (limited to 'man3/remove.3')
| -rw-r--r-- | man3/remove.3 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/man3/remove.3 b/man3/remove.3 index 1fb8d2e8c8..a47eb760bf 100644 --- a/man3/remove.3 +++ b/man3/remove.3 @@ -39,9 +39,9 @@ remove \- delete a name and possibly the file it refers to .BR remove () deletes a name from the filesystem. It calls -.I unlink +.IR unlink () for files, and -.I rmdir +.IR rmdir () for directories. If the removed name was the @@ -74,7 +74,9 @@ disappearance of files which are still being used. .SH NOTE Under libc4 and libc5, .BR remove () -was an alias for unlink (and hence would not remove directories). +was an alias for +.BR unlink () +(and hence would not remove directories). .SH "SEE ALSO" .BR rm (1), .BR link (2), |
