From 893305fe5e152214969a046145eb5f988cefa11f Mon Sep 17 00:00:00 2001 From: Juli Mallett Date: Sat, 22 Jun 2002 12:47:56 +0000 Subject: [PATCH] When giving an example that relies on shell expansion/globbing, don't use a replstr for -J that will be interpereted by the shell. MFC after: 1 day --- usr.bin/xargs/xargs.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/xargs/xargs.1 b/usr.bin/xargs/xargs.1 index 6c6e1d4c470..6236c58527b 100644 --- a/usr.bin/xargs/xargs.1 +++ b/usr.bin/xargs/xargs.1 @@ -160,7 +160,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 .Pp .It Fl L Ar number Call