summaryrefslogtreecommitdiff
path: root/usr.bin/xargs
diff options
context:
space:
mode:
authorBernd Ahlers <bernd@cvs.openbsd.org>2006-07-24 14:44:00 +0000
committerBernd Ahlers <bernd@cvs.openbsd.org>2006-07-24 14:44:00 +0000
commitc1f9f52900cac8d98ca1664c2129eb9589c4a3b0 (patch)
treec7fbb71646471c9d5112974fdd94b4c458db9edd /usr.bin/xargs
parent50fbe7d8d0522167bb8c2a2b8623eadf51443d68 (diff)
Use 'cp -R' instead of 'cp -r' in the example of the -J option.
ok jmc@
Diffstat (limited to 'usr.bin/xargs')
-rw-r--r--usr.bin/xargs/xargs.14
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/xargs/xargs.1 b/usr.bin/xargs/xargs.1
index 4634440a539..5478695cd2b 100644
--- a/usr.bin/xargs/xargs.1
+++ b/usr.bin/xargs/xargs.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: xargs.1,v 1.17 2006/02/14 15:05:11 otto Exp $
+.\" $OpenBSD: xargs.1,v 1.18 2006/07/24 14:43:59 bernd Exp $
.\" $FreeBSD: xargs.1,v 1.30 2003/05/21 21:07:28 ru Exp $$
.\"
.\" Copyright (c) 1990, 1991, 1993
@@ -163,7 +163,7 @@ directories which start with an uppercase letter in the current
directory to
.Pa destdir :
.Pp
-.Dl "/bin/ls -1d [A-Z]* | xargs -J % cp -rp % destdir"
+.Dl "/bin/ls -1d [A-Z]* | xargs -J % cp -Rp % destdir"
.It Fl L Ar number
Call
.Ar utility