summaryrefslogtreecommitdiff
path: root/bin/cp
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2003-03-12 20:12:44 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2003-03-12 20:12:44 +0000
commit14e969b705e70fddba0193246802558b1b85f7fc (patch)
tree0c243d723b590b9920e91182ca468de8cfffddc0 /bin/cp
parentfc683899279ea279f5ecf6087bb06cc0403e903d (diff)
more .Li
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 2dfef10d4e1..25f7123bd0c 100644
--- a/bin/cp/cp.1
+++ b/bin/cp/cp.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: cp.1,v 1.19 2002/02/11 18:43:50 mpech Exp $
+.\" $OpenBSD: cp.1,v 1.20 2003/03/12 20:12:35 deraadt 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
+.Li $ cp foo bar
.Pp
Make a copy of file
.Pa foo
named
.Pa bar .
.Pp
-.Cm $ cp *.txt /tmp
+.Li $ cp *.txt /tmp
.Pp
Copy a group of files to the
.Pa /tmp
directory.
.Pp
-.Cm $ cp -R junk /tmp
+.Li $ cp -R junk /tmp
.Pp
Copy the directory
.Pa junk