summaryrefslogtreecommitdiff
path: root/bin/cp
diff options
context:
space:
mode:
authorMike Pechkin <mpech@cvs.openbsd.org>2002-02-11 18:43:53 +0000
committerMike Pechkin <mpech@cvs.openbsd.org>2002-02-11 18:43:53 +0000
commit08be39f5bb2c3749f037ee6a116aec7656b0460b (patch)
tree94d8c274d8fb74b16780ae5b6e401c511d9f84d5 /bin/cp
parent11661b37fd11040c9eb7ea938591fd8c371e7c9c (diff)
Initial patch.
When you give command examples in a manual page prefix them with $ command or # command deraadt@ ok
Diffstat (limited to 'bin/cp')
-rw-r--r--bin/cp/cp.18
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/cp/cp.1 b/bin/cp/cp.1
index 8882bce56c8..2dfef10d4e1 100644
--- a/bin/cp/cp.1
+++ b/bin/cp/cp.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: cp.1,v 1.18 2000/11/10 13:03:00 aaron Exp $
+.\" $OpenBSD: cp.1,v 1.19 2002/02/11 18:43:50 mpech Exp $
.\" $NetBSD: cp.1,v 1.9 1995/07/25 19:36:45 jtc Exp $
.\"
.\" Copyright (c) 1989, 1990, 1993, 1994
@@ -185,20 +185,20 @@ The
.Nm
utility exits 0 on success or >0 if an error occurred.
.Sh EXAMPLES
-.Cm cp foo bar
+.Cm $ cp foo bar
.Pp
Make a copy of file
.Pa foo
named
.Pa bar .
.Pp
-.Cm cp *.txt /tmp
+.Cm $ cp *.txt /tmp
.Pp
Copy a group of files to the
.Pa /tmp
directory.
.Pp
-.Cm cp -R junk /tmp
+.Cm $ cp -R junk /tmp
.Pp
Copy the directory
.Pa junk