diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2005-12-07 12:33:52 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2005-12-07 12:33:52 +0000 |
| commit | 90c69417b6c2b39532a94efd68bb19f307300d3e (patch) | |
| tree | 259b92c56d1a5cadc783d2ce0ff3fdf942234af4 /usr.bin | |
| parent | 1c6859f8332eb09bc4639ffd41e070748bd0693a (diff) | |
Notes
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 e96f9d8c81e6..928a11223d4d 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 |
