diff options
author | des <des@FreeBSD.org> | 2005-12-07 12:33:52 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2005-12-07 12:33:52 +0000 |
commit | 8361b705759acbf9e898198e13a40d5f0d29ca1d (patch) | |
tree | 259b92c56d1a5cadc783d2ce0ff3fdf942234af4 /usr.bin | |
parent | 0ec9711525940fa0e2a966d61cbce54fdaed9be7 (diff) | |
download | FreeBSD-src-8361b705759acbf9e898198e13a40d5f0d29ca1d.zip FreeBSD-src-8361b705759acbf9e898198e13a40d5f0d29ca1d.tar.gz |
Wording tweaks.
PR: not quite docs/84620
MFC after: 2 weeks
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/xargs/xargs.1 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/xargs/xargs.1 b/usr.bin/xargs/xargs.1 index e96f9d8..928a112 100644 --- a/usr.bin/xargs/xargs.1 +++ b/usr.bin/xargs/xargs.1 @@ -74,8 +74,7 @@ Any arguments specified on the command line are given to upon each invocation, followed by some number of the arguments read from the standard input of .Nm . -The utility -is repeatedly executed until standard input is exhausted. +This is repeated until standard input is exhausted. .Pp Spaces, tabs and newlines may be embedded in arguments using single (``\ '\ '') @@ -303,7 +302,7 @@ extensions which may not be available on other operating systems. .Sh HISTORY The .Nm -command appeared in PWB UNIX. +utility appeared in PWB UNIX. .Sh BUGS If .Ar utility |