summaryrefslogtreecommitdiff
path: root/bin/mv
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/mv
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/mv')
-rw-r--r--bin/mv/mv.15
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/mv/mv.1 b/bin/mv/mv.1
index e5b3f0e17d7..45067a124fb 100644
--- a/bin/mv/mv.1
+++ b/bin/mv/mv.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mv.1,v 1.4 1998/09/14 22:13:51 aaron Exp $
+.\" $OpenBSD: mv.1,v 1.5 1998/11/06 00:34:08 aaron Exp $
.\" $NetBSD: mv.1,v 1.8 1995/03/21 09:06:51 cgd Exp $
.\"
.\" Copyright (c) 1989, 1990, 1993
@@ -82,7 +82,8 @@ Causes
.Nm mv
to write a prompt to standard error before moving a file that would
overwrite an existing file.
-If the response from the standard input begins with the character ``y'',
+If the response from the standard input begins with the character
+.Dq y ,
the move is attempted.
.El
.Pp