aboutsummaryrefslogtreecommitdiff
path: root/bin/rm/rm.1
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2005-01-16 16:41:59 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2005-01-16 16:41:59 +0000
commit6fca4c7c3f16b87ad8b9ffa6564f5654f44ed581 (patch)
tree1775365203268b35ac39f4ba2e40744174a93e39 /bin/rm/rm.1
parent2d7142bf0d3cccc74a0fc8479fa63c795d0d0556 (diff)
downloadsrc-6fca4c7c3f16b87ad8b9ffa6564f5654f44ed581.tar.gz
src-6fca4c7c3f16b87ad8b9ffa6564f5654f44ed581.zip
Add the new standard EXIT STATUS section where appropriate.
Sort standard sections in the (documented) preferred order.
Notes
Notes: svn path=/head/; revision=140353
Diffstat (limited to 'bin/rm/rm.1')
-rw-r--r--bin/rm/rm.132
1 files changed, 16 insertions, 16 deletions
diff --git a/bin/rm/rm.1 b/bin/rm/rm.1
index 1c7ec8bf0b4c..9ba934d7e323 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.