diff options
Diffstat (limited to 'bin/cp')
-rw-r--r-- | bin/cp/cp.1 | 8 |
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 |