aboutsummaryrefslogtreecommitdiff
path: root/bin/rm
diff options
context:
space:
mode:
authorSheldon Hearn <sheldonh@FreeBSD.org>1999-12-21 08:57:58 +0000
committerSheldon Hearn <sheldonh@FreeBSD.org>1999-12-21 08:57:58 +0000
commit9a73cc73e913eb0953c76a10f02af9ec4cb317bc (patch)
treecbf28c092b0aa7d0ffd47bcbefb1d554d74001bb /bin/rm
parent9035ec00a0e5840d346eb3032570b769b09d232d (diff)
Fix cut'n'paste niggles in previous commit.
Notes
svn path=/head/; revision=54943
Diffstat (limited to 'bin/rm')
-rw-r--r--bin/rm/rm.113
1 files changed, 7 insertions, 6 deletions
diff --git a/bin/rm/rm.1 b/bin/rm/rm.1
index a9b04af220dd..a038392f6f14 100644
--- a/bin/rm/rm.1
+++ b/bin/rm/rm.1
@@ -125,9 +125,9 @@ only one argument,
which must not be a directory,
may be supplied.
No options may be supplied in this simple mode of operation,
-which simply performs an
+which performs an
.Xr unlink 2
-operation using the two passed arguments.
+operation on the passed argument.
.Pp
The
.Nm
@@ -206,12 +206,13 @@ option if such behavior is desired. This follows the historical
behavior of
.Nm
with respect to directories.
+.Pp
+The simplified
+.Nm unlink
+command conforms to
+.St -susv2 .
.Sh HISTORY
A
.Nm
command appeared in
.At v1 .
-The simplified
-.Nm unlink
-command conforms to
-.St -susv2 .