update docs for xargs
diff --git a/docs/busybox.pod b/docs/busybox.pod
index 5caf1de..40ad193 100644
--- a/docs/busybox.pod
+++ b/docs/busybox.pod
@@ -2090,8 +2090,6 @@
 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 @@
 
 =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 $
diff --git a/docs/busybox.sgml b/docs/busybox.sgml
index e213ca1..9c01790 100644
--- a/docs/busybox.sgml
+++ b/docs/busybox.sgml
@@ -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>