diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-08-22 21:15:07 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-08-22 21:15:07 +0000 |
commit | 6d3c7e7a9cd5c92e1557f3287ab87658161a8591 (patch) | |
tree | 5cc98931ae3cc0edbb9b2a6226169ddd16a06af5 /archival | |
parent | 24e098a77d5a6a452c19c02baf4c21e95ae14cb2 (diff) | |
download | busybox-w32-6d3c7e7a9cd5c92e1557f3287ab87658161a8591.tar.gz busybox-w32-6d3c7e7a9cd5c92e1557f3287ab87658161a8591.tar.bz2 busybox-w32-6d3c7e7a9cd5c92e1557f3287ab87658161a8591.zip |
trivial doc fix
Diffstat (limited to 'archival')
-rw-r--r-- | archival/Config.in | 5 |
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. |