Documentation updates.

committer: mfx <mfx> 978450814 +0000
This commit is contained in:
Markus F.X.J. Oberhumer 2001-01-02 15:53:34 +00:00
parent aa540f85fa
commit d328e834b1
2 changed files with 14 additions and 3 deletions

View File

@ -259,7 +259,10 @@ All debug information will be stripped, though.
Extra options available for this executable format: Extra options available for this executable format:
(none) --all-methods Compress the program several times, using all
available compression methods. This may improve
the compression ratio in some cases, but usually
the default method gives the best results anyway.
@ -701,8 +704,8 @@ Extra options available for this executable format:
=head2 NOTES FOR VMLINUZ/386 =head2 NOTES FOR VMLINUZ/386
The vmlinuz/386 and bvmlinuz/386 formats take a gzip-compressed The vmlinuz/386 and bvmlinuz/386 formats take a gzip-compressed
bootable kernel image ("vmlinuz", "zImage", "bzImage"), gzip-decompress bootable Linux kernel image ("vmlinuz", "zImage", "bzImage"),
it and re-compress it with the B<UPX> compression method. gzip-decompress it and re-compress it with the B<UPX> compression method.
vmlinuz/386 is completely unrelated to the other Linux executable vmlinuz/386 is completely unrelated to the other Linux executable
formats, and it does not share any of their drawbacks. formats, and it does not share any of their drawbacks.

View File

@ -132,6 +132,14 @@ void show_help(int x)
" --overlay=strip strip any extra data attached to the file [dangerous]\n" " --overlay=strip strip any extra data attached to the file [dangerous]\n"
" --overlay=skip don't compress a file with an overlay\n" " --overlay=skip don't compress a file with an overlay\n"
"\n"); "\n");
#if 1
fg = con_fg(f,FG_YELLOW);
con_fprintf(f,"Options for atari/tos:\n");
fg = con_fg(f,fg);
con_fprintf(f,
" --all-methods try all available compression methods\n"
"\n");
#endif
fg = con_fg(f,FG_YELLOW); fg = con_fg(f,FG_YELLOW);
con_fprintf(f,"Options for djgpp2/coff:\n"); con_fprintf(f,"Options for djgpp2/coff:\n");
fg = con_fg(f,fg); fg = con_fg(f,fg);