aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2003-08-22 21:15:07 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2003-08-22 21:15:07 +0000
commita1299e52b462e50b4ca38b5679a3fd7d92b2f72c (patch)
tree5cc98931ae3cc0edbb9b2a6226169ddd16a06af5
parentae48cf90819cda788af767458ce165f08537a051 (diff)
downloadbusybox-w32-a1299e52b462e50b4ca38b5679a3fd7d92b2f72c.tar.gz
busybox-w32-a1299e52b462e50b4ca38b5679a3fd7d92b2f72c.tar.bz2
busybox-w32-a1299e52b462e50b4ca38b5679a3fd7d92b2f72c.zip
trivial doc fix
git-svn-id: svn://busybox.net/trunk/busybox@7252 69ca8d6d-28ef-0310-b511-8ec308f3f277
-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
16 The original files' contents, mode (permissions), timestamp, owner, 16 The original files' contents, mode (permissions), timestamp, owner,
17 and group are preserved in the archive, and can be restored on 17 and group are preserved in the archive, and can be restored on
18 extraction. 18 extraction.
19
19 The stored filename is limited to 15 characters. (for more information 20 The stored filename is limited to 15 characters. (for more information
20 see long filename support). 21 see long filename support).
21 ar has 60 bytes of overheads for every stored file. 22 ar has 60 bytes of overheads for every stored file.
22 23
23 This implementation of ar can extract archives, it cannot create or 24 This implementation of ar can extract archives, it cannot create or
24 modify them. 25 modify them.
25 On an x86 system, the ar applet adds about XXX bytes. 26 On an x86 system, the ar applet adds about 1K.
26 27
27 Unless you have a specific application which requires ar, you should 28 Unless you have a specific application which requires ar, you should
28 probably say N here. 29 probably say N here.
@@ -48,7 +49,7 @@ config CONFIG_BUNZIP2
48 performance of the PPM family of statistical compressors. 49 performance of the PPM family of statistical compressors.
49 50
50 The BusyBox bunzip2 applet is limited to de-compression only. 51 The BusyBox bunzip2 applet is limited to de-compression only.
51 On an x86 system, this applet adds about XXX bytes. 52 On an x86 system, this applet adds about 11K.
52 53
53 Unless you have a specific application which requires bunzip2, you 54 Unless you have a specific application which requires bunzip2, you
54 should probably say N here. 55 should probably say N here.