Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-08-23 01:15:07 +0400
committerEric Andersen <andersen@codepoet.org>2003-08-23 01:15:07 +0400
commit6d3c7e7a9cd5c92e1557f3287ab87658161a8591 (patch)
tree5cc98931ae3cc0edbb9b2a6226169ddd16a06af5 /archival/Config.in
parent24e098a77d5a6a452c19c02baf4c21e95ae14cb2 (diff)
trivial doc fix
Diffstat (limited to 'archival/Config.in')
-rw-r--r--archival/Config.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/archival/Config.in b/archival/Config.in
index 09e40dd49..b00bf2218 100644
--- a/archival/Config.in
+++ b/archival/Config.in
@@ -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.