summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-09-23 06:12:34 +0000
committerEric Andersen <andersen@codepoet.org>2000-09-23 06:12:34 +0000
commit6d66817b6bcc237c24c6aeb37af1407b36f49f9f (patch)
treed85cad8ef6740930761092607ab740e046946fde
parent82e061410197fcf6361af8b3d283a773e7f7a9c6 (diff)
downloadbusybox-w32-6d66817b6bcc237c24c6aeb37af1407b36f49f9f.tar.gz
busybox-w32-6d66817b6bcc237c24c6aeb37af1407b36f49f9f.tar.bz2
busybox-w32-6d66817b6bcc237c24c6aeb37af1407b36f49f9f.zip
update docs for xargs
-rw-r--r--docs/busybox.pod4
-rw-r--r--docs/busybox.sgml2
2 files changed, 1 insertions, 5 deletions
diff --git a/docs/busybox.pod b/docs/busybox.pod
index 5caf1de7d..40ad1939d 100644
--- a/docs/busybox.pod
+++ b/docs/busybox.pod
@@ -2090,8 +2090,6 @@ Executes COMMAND on every item given by standard input.
2090Options: 2090Options:
2091 2091
2092 -t Print the command just before it is run 2092 -t Print the command just before it is run
2093 -l LEN Use LEN as maximum line length (default 490, max 1023)
2094 -e ENDING Append ENDING to the command before executing it.
2095 2093
2096Example: 2094Example:
2097 2095
@@ -2202,4 +2200,4 @@ Enrique Zanardi <ezanardi@ull.es>
2202 2200
2203=cut 2201=cut
2204 2202
2205# $Id: busybox.pod,v 1.71 2000/09/22 20:22:27 andersen Exp $ 2203# $Id: busybox.pod,v 1.72 2000/09/23 06:12:34 andersen Exp $
diff --git a/docs/busybox.sgml b/docs/busybox.sgml
index e213ca1b2..9c0179011 100644
--- a/docs/busybox.sgml
+++ b/docs/busybox.sgml
@@ -3678,8 +3678,6 @@
3678 <para> 3678 <para>
3679 <screen> 3679 <screen>
3680 -t Print the command just before it is run 3680 -t Print the command just before it is run
3681 -l LEN Use LEN as maximum line length (default 490, max 1023)
3682 -e ENDING Append ENDING to the command before executing it.
3683 </screen> 3681 </screen>
3684 </para> 3682 </para>
3685 3683