Adjusted documentation of -split_size
This commit is contained in:
parent
120ea0972c
commit
98d226bea0
@ -2,7 +2,7 @@
|
|||||||
.\" First parameter, NAME, should be all caps
|
.\" First parameter, NAME, should be all caps
|
||||||
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
||||||
.\" other parameters are allowed: see man(7), man(1)
|
.\" other parameters are allowed: see man(7), man(1)
|
||||||
.TH XORRISO 1 "March, 11, 2008"
|
.TH XORRISO 1 "March, 29, 2008"
|
||||||
.\" Please adjust this date whenever revising the manpage.
|
.\" Please adjust this date whenever revising the manpage.
|
||||||
.\"
|
.\"
|
||||||
.\" Some roff macros, for reference:
|
.\" Some roff macros, for reference:
|
||||||
@ -992,7 +992,7 @@ existing directory and all its subordinates.
|
|||||||
Set the threshold for automatic splitting of regular files. Such splitting
|
Set the threshold for automatic splitting of regular files. Such splitting
|
||||||
maps a large disk file onto a ISO directory with several part files in it.
|
maps a large disk file onto a ISO directory with several part files in it.
|
||||||
This is necessary if the size of the disk file exceeds 4 GiB - 1.
|
This is necessary if the size of the disk file exceeds 4 GiB - 1.
|
||||||
Older operating systems can handle files only if they are 2 GiB - 1.
|
Older operating systems can handle files only if they are smaller than 2 GiB.
|
||||||
See also option -cut_out for more information about file parts.
|
See also option -cut_out for more information about file parts.
|
||||||
.br
|
.br
|
||||||
Default is 0 which will exclude files >= 4 GiB by a FAILURE event.
|
Default is 0 which will exclude files >= 4 GiB by a FAILURE event.
|
||||||
|
@ -9414,9 +9414,10 @@ int Xorriso_option_help(struct XorrisO *xorriso, int flag)
|
|||||||
"",
|
"",
|
||||||
" -follow \"on\"|\"pattern:param:link:mount:limit=#\"|\"default\"|\"off\"",
|
" -follow \"on\"|\"pattern:param:link:mount:limit=#\"|\"default\"|\"off\"",
|
||||||
" Follow symbolic links and mount points within disk_path.",
|
" Follow symbolic links and mount points within disk_path.",
|
||||||
"",
|
|
||||||
" -overwrite \"on\"|\"nondir\"|\"off\"",
|
" -overwrite \"on\"|\"nondir\"|\"off\"",
|
||||||
" Allow or disallow to overwrite existing files in ISO image.",
|
" Allow or disallow to overwrite existing files in ISO image.",
|
||||||
|
" -split_size number[\"k\"|\"m\"]",
|
||||||
|
" Set the threshold for automatic splitting of regular files.",
|
||||||
" -reassure \"on\"|\"tree\"|\"off\"",
|
" -reassure \"on\"|\"tree\"|\"off\"",
|
||||||
" If \"on\" then ask the user for \"y\" or \"n\" with any",
|
" If \"on\" then ask the user for \"y\" or \"n\" with any",
|
||||||
" file before deleting or overwriting it in the ISO image.",
|
" file before deleting or overwriting it in the ISO image.",
|
||||||
|
@ -1 +1 @@
|
|||||||
#define Xorriso_timestamP "2008.03.29.164038"
|
#define Xorriso_timestamP "2008.03.31.081347"
|
||||||
|
Loading…
Reference in New Issue
Block a user