diff options
author | ru <ru@FreeBSD.org> | 2005-01-16 16:41:59 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2005-01-16 16:41:59 +0000 |
commit | ffd9fd4c0ed5972f009b7bef7962e63c16e7bd44 (patch) | |
tree | 1775365203268b35ac39f4ba2e40744174a93e39 /bin/rm/rm.1 | |
parent | ea812ffcf7bd499c17e770d26e4a5656d8d23f57 (diff) | |
download | FreeBSD-src-ffd9fd4c0ed5972f009b7bef7962e63c16e7bd44.zip FreeBSD-src-ffd9fd4c0ed5972f009b7bef7962e63c16e7bd44.tar.gz |
Add the new standard EXIT STATUS section where appropriate.
Sort standard sections in the (documented) preferred order.
Diffstat (limited to 'bin/rm/rm.1')
-rw-r--r-- | bin/rm/rm.1 | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/bin/rm/rm.1 b/bin/rm/rm.1 index 1c7ec8b..9ba934d 100644 --- a/bin/rm/rm.1 +++ b/bin/rm/rm.1 @@ -163,22 +163,6 @@ path reference. For example: .Dl rm /home/user/-filename .Dl rm ./-filename -.Sh SEE ALSO -.Xr chflags 1 , -.Xr rmdir 1 , -.Xr undelete 2 , -.Xr unlink 2 , -.Xr fts 3 , -.Xr getopt 3 , -.Xr symlink 7 -.Sh BUGS -The -.Fl P -option assumes that the underlying file system is a fixed-block file -system. -UFS is a fixed-block file system, LFS is not. -In addition, only regular files are overwritten, other types of files -are not. .Sh COMPATIBILITY The .Nm @@ -194,6 +178,14 @@ Also, historical .Bx implementations prompted on the standard output, not the standard error output. +.Sh SEE ALSO +.Xr chflags 1 , +.Xr rmdir 1 , +.Xr undelete 2 , +.Xr unlink 2 , +.Xr fts 3 , +.Xr getopt 3 , +.Xr symlink 7 .Sh STANDARDS The .Nm @@ -209,3 +201,11 @@ A .Nm command appeared in .At v1 . +.Sh BUGS +The +.Fl P +option assumes that the underlying file system is a fixed-block file +system. +UFS is a fixed-block file system, LFS is not. +In addition, only regular files are overwritten, other types of files +are not. |