update docs for xargs

This commit is contained in:
Eric Andersen 2000-09-23 06:12:34 +00:00
parent 82e0614101
commit 6d66817b6b
2 changed files with 1 additions and 5 deletions

View File

@ -2090,8 +2090,6 @@ Executes COMMAND on every item given by standard input.
Options:
-t Print the command just before it is run
-l LEN Use LEN as maximum line length (default 490, max 1023)
-e ENDING Append ENDING to the command before executing it.
Example:
@ -2202,4 +2200,4 @@ Enrique Zanardi <ezanardi@ull.es>
=cut
# $Id: busybox.pod,v 1.71 2000/09/22 20:22:27 andersen Exp $
# $Id: busybox.pod,v 1.72 2000/09/23 06:12:34 andersen Exp $

View File

@ -3678,8 +3678,6 @@
<para>
<screen>
-t Print the command just before it is run
-l LEN Use LEN as maximum line length (default 490, max 1023)
-e ENDING Append ENDING to the command before executing it.
</screen>
</para>