aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/xargs/xargs.1
diff options
context:
space:
mode:
authorDima Dorfman <dd@FreeBSD.org>2004-06-28 11:18:47 +0000
committerDima Dorfman <dd@FreeBSD.org>2004-06-28 11:18:47 +0000
commit5c3fd35c8800efafd3c81ede42cc8f7c89575fde (patch)
treec9b6fdaf04b6c611292c9d38b29c2283b570d20c /usr.bin/xargs/xargs.1
parent6863e5bed2cc53e25ea490d8a0b78f64c02d6d0e (diff)
downloadsrc-5c3fd35c8800efafd3c81ede42cc8f7c89575fde.tar.gz
src-5c3fd35c8800efafd3c81ede42cc8f7c89575fde.zip
Fix spelling error in my own paragraph.
Notes
Notes: svn path=/head/; revision=131229
Diffstat (limited to 'usr.bin/xargs/xargs.1')
-rw-r--r--usr.bin/xargs/xargs.12
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/xargs/xargs.1 b/usr.bin/xargs/xargs.1
index b4bc0ce22701..bfafea02d7b1 100644
--- a/usr.bin/xargs/xargs.1
+++ b/usr.bin/xargs/xargs.1
@@ -136,7 +136,7 @@ If this option is specified,
will use the data read from standard input to replace the first occurrence of
.Ar replstr
instead of appending that data after all other arguments.
-This option will not effect how many arguments will be read from input
+This option will not affect how many arguments will be read from input
.Pq Fl n ,
or the size of the command(s)
.Nm