From a1299e52b462e50b4ca38b5679a3fd7d92b2f72c Mon Sep 17 00:00:00 2001 From: andersen Date: Fri, 22 Aug 2003 21:15:07 +0000 Subject: trivial doc fix git-svn-id: svn://busybox.net/trunk/busybox@7252 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- archival/Config.in | 5 +++-- 1 file 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. -- cgit v1.2.3-55-g6feb