Corrected falsely computed default setting of -file_size_limit

This commit is contained in:
2008-09-16 18:52:58 +00:00
parent bc002b24de
commit d7864bd13c
3 changed files with 8 additions and 5 deletions

View File

@ -1104,7 +1104,7 @@ Set the maximum permissible size for a single data file. The values get
summed up for the actual limit. If the only value is "off" then the file
size is not limited by xorriso. Default is a limit of 100 extents, 4g -2k each:
.br
-file_size_limit 400g -800k --
-file_size_limit 400g -200k --
.br
When mounting ISO 9660 filesystems, old operating systems can handle only files
up to 2g -1 --. Newer ones are good up to 4g -1 --.
@ -1911,7 +1911,7 @@ and byte_offset must be a multiple of 2048, e.g. an integer with suffix
s, m, or g.
.br
This option is implemented by a special run of -check_media and governed by
most of the options which can be set iby -check_media_defaults.
most of the options which can be set by -check_media_defaults.
Its main purpose is to allow handling of large files if they are not supported
by mount -t iso9660 and if the reading system is unable to buffer them as
a whole.