diff options
author | delphij <delphij@FreeBSD.org> | 2004-11-01 16:52:34 +0000 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2004-11-01 16:52:34 +0000 |
commit | 3705c45967c13944511b6c0d8c6672fda513da0d (patch) | |
tree | a1beb1182eec1b5f951bcc81a583f1aa1c7a64f7 /bin | |
parent | d35dbc74e3458366394f33140c5ad663a422bff2 (diff) | |
download | FreeBSD-src-3705c45967c13944511b6c0d8c6672fda513da0d.zip FreeBSD-src-3705c45967c13944511b6c0d8c6672fda513da0d.tar.gz |
Correct a typo and make the documentation more mdoc(7) complaint.
Pointed out by: dd
Approved by: murray (mentor)
Diffstat (limited to 'bin')
-rw-r--r-- | bin/rm/rm.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/rm/rm.1 b/bin/rm/rm.1 index 5fb6f05..7f3cb94 100644 --- a/bin/rm/rm.1 +++ b/bin/rm/rm.1 @@ -77,9 +77,9 @@ option overrides any previous .Fl f options. .It Fl I -Request confirmation once if more then three files are being removed or if a -directory is being recursively removed. This is a far less intrusive option -than +Request confirmation once if more than three files are being removed or if a +directory is being recursively removed. +This is a far less intrusive option than .Fl i yet provides almost the same level of protection against mistakes. .It Fl P |