summaryrefslogtreecommitdiffstats
path: root/bin/rm/rm.1
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>1999-05-28 12:47:31 +0000
committerkris <kris@FreeBSD.org>1999-05-28 12:47:31 +0000
commit74171e7d70a316b34e4fe4b7fc72111a1819ea70 (patch)
treedff660f848d47da33cf88bc06f4226aba6e9429f /bin/rm/rm.1
parentf2330285f270d887515ce96289baa43dffc72e5a (diff)
downloadFreeBSD-src-74171e7d70a316b34e4fe4b7fc72111a1819ea70.zip
FreeBSD-src-74171e7d70a316b34e4fe4b7fc72111a1819ea70.tar.gz
Use .Dq instead of ``'' in manpage
Use optimal blocksize for rm -P, instead of always using 8192-byte blocks to overwrite the file. Obtained from: OpenBSD
Diffstat (limited to 'bin/rm/rm.1')
-rw-r--r--bin/rm/rm.17
1 files changed, 5 insertions, 2 deletions
diff --git a/bin/rm/rm.1 b/bin/rm/rm.1
index 7ef2995..ac76673 100644
--- a/bin/rm/rm.1
+++ b/bin/rm/rm.1
@@ -33,7 +33,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)rm.1 8.5 (Berkeley) 12/5/94
-.\" $Id: rm.1,v 1.12 1998/05/18 06:37:35 charnier Exp $
+.\" $Id: rm.1,v 1.13 1999/01/28 17:41:02 wollman Exp $
.\"
.Dd January 28, 1999
.Dt RM 1
@@ -109,7 +109,10 @@ The
.Nm
utility removes symbolic links, not the files referenced by the links.
.Pp
-It is an error to attempt to remove the files ``.'' and ``..''.
+It is an error to attempt to remove the files
+.Dq \&.
+or
+.Dq .. .
.Pp
The
.Nm
OpenPOWER on IntegriCloud