summaryrefslogtreecommitdiff
path: root/bin/rm
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>1998-11-06 00:34:10 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>1998-11-06 00:34:10 +0000
commitc7ba9894bc98405517ce7b9b3d076986982f3e1d (patch)
tree12883bf1bc3936e90284167df01b47e57f2db784 /bin/rm
parentd0f07253f0c4d7eb7f51bce1f5a52cd9b87daadd (diff)
use .Dq/.Sq macros instead of `` ''s and ` 's (think typesetting and future
processing); kill redundant .Pp macros; other misc fixes
Diffstat (limited to 'bin/rm')
-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 f39e49cc308..2e93f666ad6 100644
--- a/bin/rm/rm.1
+++ b/bin/rm/rm.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rm.1,v 1.3 1997/07/03 21:55:31 downsj Exp $
+.\" $OpenBSD: rm.1,v 1.4 1998/11/06 00:34:09 aaron Exp $
.\" $NetBSD: rm.1,v 1.8 1995/07/25 19:37:30 jtc Exp $
.\"
.\" Copyright (c) 1990, 1993, 1994
@@ -112,7 +112,10 @@ The
.Nm rm
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 rm