trivial doc fix
authorEric Andersen <andersen@codepoet.org>
Fri, 22 Aug 2003 21:15:07 +0000 (21:15 -0000)
committerEric Andersen <andersen@codepoet.org>
Fri, 22 Aug 2003 21:15:07 +0000 (21:15 -0000)
archival/Config.in

index 09e40dd494c10311263bac6c3270ea5cb08323dd..b00bf2218afdd977a4102129240fafc0284e0201 100644 (file)
@@ -16,13 +16,14 @@ config CONFIG_AR
          The original files' contents, mode (permissions), timestamp, owner,
          and group are preserved in the archive, and can be restored on
          extraction.
+
          The stored filename is limited to 15 characters. (for more information
          see long filename support).
          ar has 60 bytes of overheads for every stored file.
 
          This implementation of ar can extract archives, it cannot create or
          modify them.
-         On an x86 system, the ar applet adds about XXX bytes.
+         On an x86 system, the ar applet adds about 1K.
 
          Unless you have a specific application which requires ar, you should
          probably say N here.
@@ -48,7 +49,7 @@ config CONFIG_BUNZIP2
          performance of the PPM family of statistical compressors.  
          
          The BusyBox bunzip2 applet is limited to de-compression only.
-         On an x86 system, this applet adds about XXX bytes.
+         On an x86 system, this applet adds about 11K.
          
          Unless you have a specific application which requires bunzip2, you
          should probably say N here.