diff options
author | 2006-07-24 14:43:59 +0000 | |
---|---|---|
committer | 2006-07-24 14:43:59 +0000 | |
commit | e5522f80ec08aa4a6e7bddb04c6c78f4a478be26 (patch) | |
tree | da9c56487e46fc0eaa5ab609abeed880dfbfebd3 | |
parent | disable tunnel forwarding when no strict host key checking (diff) | |
download | wireguard-openbsd-e5522f80ec08aa4a6e7bddb04c6c78f4a478be26.tar.xz wireguard-openbsd-e5522f80ec08aa4a6e7bddb04c6c78f4a478be26.zip |
Use 'cp -R' instead of 'cp -r' in the example of the -J option.
ok jmc@
-rw-r--r-- | usr.bin/xargs/xargs.1 | 4 |
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 |