Mentioned man xorrisofs in man xorriso

This commit is contained in:
Thomas Schmitt 2011-03-05 17:42:25 +00:00
parent 04bcee0f3f
commit b6873d70cf
3 changed files with 101 additions and 71 deletions

View File

@ -2522,10 +2522,10 @@ The offset value of an ISO image gets preserved when a new session is added.
So the value defined here is only in effect if a new ISO image gets written. So the value defined here is only in effect if a new ISO image gets written.
.br .br
\fBpartition_hd_cyl=\fRnumber gives the number of heads per cylinder for \fBpartition_hd_cyl=\fRnumber gives the number of heads per cylinder for
partition offset. 0 chooses a default value. Maximum is 255. the partition table. 0 chooses a default value. Maximum is 255.
.br .br
\fBpartition_sec_hd=\fRnumber gives the number of sectors per head for \fBpartition_sec_hd=\fRnumber gives the number of sectors per head for
partition offset. 0 chooses a default value. Maximum is 63. the partition table. 0 chooses a default value. Maximum is 63.
.br .br
The product partition_sec_hd * partition_hd_cyl * 512 is the cylinder size. The product partition_sec_hd * partition_hd_cyl * 512 is the cylinder size.
It should be divisible by 2048 in order to allow exact alignment. It should be divisible by 2048 in order to allow exact alignment.
@ -3564,10 +3564,9 @@ file paths and pathspecs.
A lot of options are not supported and lead to failure of the mkisofs A lot of options are not supported and lead to failure of the mkisofs
emulation. Some are ignored, but better do not rely on this tolerance. emulation. Some are ignored, but better do not rely on this tolerance.
.br .br
-graft-points is equivalent to -pathspecs on. Note that pathspecs without "=" The supported options are documented in detail in xorrisofs.info
are interpreted differently than with xorriso option -add. Directories get and in man xorrisofs. The description here is focused on the effect
merged with the root directory of the ISO image, other filetypes get mapped of mkisofs emulation in the context of a xorriso run.
into that root directory.
.br .br
Other than with the "cdrecord" personality there is no automatic -commit at Other than with the "cdrecord" personality there is no automatic -commit at
the end of a "mkisofs" option list. Verbosity settings -v (= "UPDATE") and the end of a "mkisofs" option list. Verbosity settings -v (= "UPDATE") and
@ -3575,6 +3574,11 @@ the end of a "mkisofs" option list. Verbosity settings -v (= "UPDATE") and
persists until things happen like -commit, -rollback, -dev, or end of xorriso. persists until things happen like -commit, -rollback, -dev, or end of xorriso.
-pacifier gets set to "mkisofs" if files are added to the image. -pacifier gets set to "mkisofs" if files are added to the image.
.br .br
-graft-points is equivalent to -pathspecs on. Note that pathspecs without "="
are interpreted differently than with xorriso option -add. Directories get
merged with the root directory of the ISO image, other filetypes get mapped
into that root directory.
.br
If pathspecs are given and if no output file was chosen before or during the If pathspecs are given and if no output file was chosen before or during the
"mkisofs" option list, then standard output (-outdev "-") will get into effect. "mkisofs" option list, then standard output (-outdev "-") will get into effect.
If -o points to a regular file, then it will be truncated to 0 bytes If -o points to a regular file, then it will be truncated to 0 bytes
@ -3656,11 +3660,8 @@ The options of genisoimage Jigdo Template Extraction are recognized and
performed via xorriso option -jigdo. See the "Alias:" names there for the performed via xorriso option -jigdo. See the "Alias:" names there for the
meaning of the genisoimage options. meaning of the genisoimage options.
.br .br
--no_rc as first argument prevents interpretation of
startup files. See section FILES below.
.br
Personalites "\fBxorrisofs\fR", "\fBgenisoimage\fR", Personalities "\fBxorrisofs\fR", "\fBgenisoimage\fR",
and "\fBgenisofs\fR" are aliases for "mkisofs". and "\fBgenisofs\fR" are aliases for "mkisofs".
.br .br
If xorriso is started with one of the leafnames "xorrisofs", "genisofs", If xorriso is started with one of the leafnames "xorrisofs", "genisofs",
@ -3670,6 +3671,9 @@ I.e. all arguments will be interpreted mkisofs style until "--"
is encountered. is encountered.
From then on, options are interpreted as xorriso options. From then on, options are interpreted as xorriso options.
.br .br
--no_rc as first argument of such a program start
prevents interpretation of startup files. See section FILES below.
.br
Personality "\fBcdrecord\fR" accepts the options listed with: Personality "\fBcdrecord\fR" accepts the options listed with:
.br .br
@ -3712,6 +3716,9 @@ If xorriso is started with one of the leafnames "xorrecord", "cdrskin",
to the command line arguments. I.e. all arguments will be interpreted cdrecord to the command line arguments. I.e. all arguments will be interpreted cdrecord
style until "--" is encountered and an eventual commit happens. style until "--" is encountered and an eventual commit happens.
From then on, options are interpreted as xorriso options. From then on, options are interpreted as xorriso options.
.br
--no_rc as first argument of such a program start
prevents interpretation of xorriso startup files. See section FILES below.
.TP .TP
\fB\-read_mkisofsrc\fR \fB\-read_mkisofsrc\fR
Try one by one to open for reading: Try one by one to open for reading:
@ -4485,6 +4492,9 @@ The default setting of -check_media abort_file= is:
.br .br
.SH SEE ALSO .SH SEE ALSO
.TP .TP
For the mkisofs emulation of xorriso
.BR xorrisofs(1)
.TP
For mounting xorriso generated ISO 9660 images (-t iso9660) For mounting xorriso generated ISO 9660 images (-t iso9660)
.BR mount(8) .BR mount(8)
.TP .TP

View File

@ -2245,9 +2245,9 @@ filesystem and announced by an MBR partition table entry.
is added. So the value defined here is only in effect if a new is added. So the value defined here is only in effect if a new
ISO image gets written. ISO image gets written.
*partition_hd_cyl=*number gives the number of heads per cylinder *partition_hd_cyl=*number gives the number of heads per cylinder
for partition offset. 0 chooses a default value. Maximum is 255. for the partition table. 0 chooses a default value. Maximum is 255.
*partition_sec_hd=*number gives the number of sectors per head for *partition_sec_hd=*number gives the number of sectors per head for
partition offset. 0 chooses a default value. Maximum is 63. the partition table. 0 chooses a default value. Maximum is 63.
The product partition_sec_hd * partition_hd_cyl * 512 is the The product partition_sec_hd * partition_hd_cyl * 512 is the
cylinder size. It should be divisible by 2048 in order to allow cylinder size. It should be divisible by 2048 in order to allow
exact alignment. If it is too small to describe the image size by exact alignment. If it is too small to describe the image size by
@ -3177,16 +3177,19 @@ programs trigger comparable actions.
-hide-joliet-list, file paths and pathspecs. A lot of options are -hide-joliet-list, file paths and pathspecs. A lot of options are
not supported and lead to failure of the mkisofs emulation. Some not supported and lead to failure of the mkisofs emulation. Some
are ignored, but better do not rely on this tolerance. are ignored, but better do not rely on this tolerance.
-graft-points is equivalent to -pathspecs on. Note that pathspecs The supported options are documented in detail in xorrisofs.info
without "=" are interpreted differently than with xorriso option and in man xorrisofs. The description here is focused on the effect
-add. Directories get merged with the root directory of the ISO of mkisofs emulation in the context of a xorriso run.
image, other filetypes get mapped into that root directory.
Other than with the "cdrecord" personality there is no automatic Other than with the "cdrecord" personality there is no automatic
-commit at the end of a "mkisofs" option list. Verbosity settings -commit at the end of a "mkisofs" option list. Verbosity settings
-v (= "UPDATE") and -quiet (= "SORRY") persist. The output file, -v (= "UPDATE") and -quiet (= "SORRY") persist. The output file,
eventually chosen with -o, persists until things happen like eventually chosen with -o, persists until things happen like
-commit, -rollback, -dev, or end of xorriso. -pacifier gets set -commit, -rollback, -dev, or end of xorriso. -pacifier gets set
to "mkisofs" if files are added to the image. to "mkisofs" if files are added to the image.
-graft-points is equivalent to -pathspecs on. Note that pathspecs
without "=" are interpreted differently than with xorriso option
-add. Directories get merged with the root directory of the ISO
image, other filetypes get mapped into that root directory.
If pathspecs are given and if no output file was chosen before or If pathspecs are given and if no output file was chosen before or
during the "mkisofs" option list, then standard output (-outdev during the "mkisofs" option list, then standard output (-outdev
"-") will get into effect. If -o points to a regular file, then "-") will get into effect. If -o points to a regular file, then
@ -3247,10 +3250,8 @@ programs trigger comparable actions.
The options of genisoimage Jigdo Template Extraction are The options of genisoimage Jigdo Template Extraction are
recognized and performed via xorriso option -jigdo. See the recognized and performed via xorriso option -jigdo. See the
"Alias:" names there for the meaning of the genisoimage options. "Alias:" names there for the meaning of the genisoimage options.
--no_rc as first argument prevents interpretation of startup
files. See section FILES below.
Personalites "*xorrisofs*", "*genisoimage*", and "*genisofs*" are Personalities "*xorrisofs*", "*genisoimage*", and "*genisofs*" are
aliases for "mkisofs". aliases for "mkisofs".
If xorriso is started with one of the leafnames "xorrisofs", If xorriso is started with one of the leafnames "xorrisofs",
"genisofs", "mkisofs", or "genisoimage", then it performs "genisofs", "mkisofs", or "genisoimage", then it performs
@ -3258,6 +3259,8 @@ programs trigger comparable actions.
arguments. I.e. all arguments will be interpreted mkisofs style arguments. I.e. all arguments will be interpreted mkisofs style
until "--" is encountered. From then on, options are interpreted until "--" is encountered. From then on, options are interpreted
as xorriso options. as xorriso options.
--no_rc as first argument of such a program start prevents
interpretation of startup files. See section FILES below.
Personality "*cdrecord*" accepts the options listed with: Personality "*cdrecord*" accepts the options listed with:
-as cdrecord -help -- -as cdrecord -help --
@ -3290,6 +3293,8 @@ programs trigger comparable actions.
will be interpreted cdrecord style until "--" is encountered and will be interpreted cdrecord style until "--" is encountered and
an eventual commit happens. From then on, options are interpreted an eventual commit happens. From then on, options are interpreted
as xorriso options. as xorriso options.
--no_rc as first argument of such a program start prevents
interpretation of xorriso startup files. See section FILES below.
-read_mkisofsrc -read_mkisofsrc
Try one by one to open for reading: ./.mkisofsrc , $MKISOFSRC , Try one by one to open for reading: ./.mkisofsrc , $MKISOFSRC ,
@ -4000,6 +4005,9 @@ File: xorriso.info, Node: Seealso, Next: Legal, Prev: Files, Up: Top
12 See also 12 See also
*********** ***********
For the mkisofs emulation of xorriso
xorrisofs(1)
For mounting xorriso generated ISO 9660 images (-t iso9660) For mounting xorriso generated ISO 9660 images (-t iso9660)
mount(8) mount(8)
@ -4187,7 +4195,7 @@ File: xorriso.info, Node: CommandIdx, Next: ConceptIdx, Prev: Legal, Up: Top
* -out_charset sets output character set: SetWrite. (line 183) * -out_charset sets output character set: SetWrite. (line 183)
* -outdev aquires a drive for output: AqDrive. (line 29) * -outdev aquires a drive for output: AqDrive. (line 29)
* -overwrite enables overwriting in ISO: SetInsert. (line 127) * -overwrite enables overwriting in ISO: SetInsert. (line 127)
* -pacifier controls pacifier text form: Emulation. (line 153) * -pacifier controls pacifier text form: Emulation. (line 158)
* -padding sets amount or mode of image padding: SetWrite. (line 266) * -padding sets amount or mode of image padding: SetWrite. (line 266)
* -page set terminal geometry: DialogCtl. (line 19) * -page set terminal geometry: DialogCtl. (line 19)
* -paste_in copies file into disk file: Restore. (line 117) * -paste_in copies file into disk file: Restore. (line 117)
@ -4207,7 +4215,7 @@ File: xorriso.info, Node: CommandIdx, Next: ConceptIdx, Prev: Legal, Up: Top
* -quoted_not_list sets exclusions: SetInsert. (line 72) * -quoted_not_list sets exclusions: SetInsert. (line 72)
* -quoted_path_list inserts paths from disk file: Insert. (line 80) * -quoted_path_list inserts paths from disk file: Insert. (line 80)
* -read_mkisofsrc searches and reads .mkisofsrc file: Emulation. * -read_mkisofsrc searches and reads .mkisofsrc file: Emulation.
(line 141) (line 146)
* -reassure enables confirmation question: DialogCtl. (line 32) * -reassure enables confirmation question: DialogCtl. (line 32)
* -report_about controls verbosity: Exception. (line 55) * -report_about controls verbosity: Exception. (line 55)
* -return_with controls exit value: Exception. (line 39) * -return_with controls exit value: Exception. (line 39)
@ -4217,7 +4225,7 @@ File: xorriso.info, Node: CommandIdx, Next: ConceptIdx, Prev: Legal, Up: Top
* -rollback discards pending changes: Writing. (line 9) * -rollback discards pending changes: Writing. (line 9)
* -rollback_end ends program without writing: Scripting. (line 125) * -rollback_end ends program without writing: Scripting. (line 125)
* -rom_toc_scan searches for sessions: Loading. (line 203) * -rom_toc_scan searches for sessions: Loading. (line 203)
* -scdbackup_tag enables scdbackup checksum tag: Emulation. (line 163) * -scdbackup_tag enables scdbackup checksum tag: Emulation. (line 168)
* -scsi_log reports SCSI commands: Scripting. (line 113) * -scsi_log reports SCSI commands: Scripting. (line 113)
* -session_log logs written sessions: Scripting. (line 104) * -session_log logs written sessions: Scripting. (line 104)
* -session_string composes session info line: Inquiry. (line 56) * -session_string composes session info line: Inquiry. (line 56)
@ -4274,11 +4282,11 @@ File: xorriso.info, Node: ConceptIdx, Prev: CommandIdx, Up: Top
* Backslash Interpretation, _definition: Processing. (line 49) * Backslash Interpretation, _definition: Processing. (line 49)
* Backup, enable fast incremental, -disk_dev_ino: Loading. (line 182) * Backup, enable fast incremental, -disk_dev_ino: Loading. (line 182)
* Backup, enable features, -for_backup: Loading. (line 177) * Backup, enable features, -for_backup: Loading. (line 177)
* Backup, scdbackup checksum tag, -scdbackup: Emulation. (line 163) * Backup, scdbackup checksum tag, -scdbackup: Emulation. (line 168)
* Blank media, _definition: Media. (line 29) * Blank media, _definition: Media. (line 29)
* Blind growing, _definition: Methods. (line 40) * Blind growing, _definition: Methods. (line 40)
* Bootability, control, -boot_image: Bootable. (line 26) * Bootability, control, -boot_image: Bootable. (line 26)
* cdrecord, Emulation: Emulation. (line 108) * cdrecord, Emulation: Emulation. (line 111)
* Character Set, _definition: Charset. (line 6) * Character Set, _definition: Charset. (line 6)
* Character Set, for input, -in_charset: Loading. (line 92) * Character Set, for input, -in_charset: Loading. (line 92)
* Character Set, for input/output, -charset: Charset. (line 43) * Character Set, for input/output, -charset: Charset. (line 43)
@ -4317,10 +4325,10 @@ File: xorriso.info, Node: ConceptIdx, Prev: CommandIdx, Up: Top
* Drive, write and eject, -commit_eject: Writing. (line 40) * Drive, write and eject, -commit_eject: Writing. (line 40)
* El Torito, _definiton: Extras. (line 19) * El Torito, _definiton: Extras. (line 19)
* Emulation, -as: Emulation. (line 13) * Emulation, -as: Emulation. (line 13)
* Emulation, .mkisofsrc, -read_mkisofsrc: Emulation. (line 141) * Emulation, .mkisofsrc, -read_mkisofsrc: Emulation. (line 146)
* Emulation, cdrecord, -as: Emulation. (line 108) * Emulation, cdrecord, -as: Emulation. (line 111)
* Emulation, mkisofs, -as: Emulation. (line 16) * Emulation, mkisofs, -as: Emulation. (line 16)
* Emulation, pacifier form, -pacifier: Emulation. (line 153) * Emulation, pacifier form, -pacifier: Emulation. (line 158)
* Examples: Examples. (line 6) * Examples: Examples. (line 6)
* Filter, _definition: Filter. (line 6) * Filter, _definition: Filter. (line 6)
* Filter, apply to file tree, -set_filter_r: Filter. (line 84) * Filter, apply to file tree, -set_filter_r: Filter. (line 84)
@ -4525,38 +4533,38 @@ Node: Filter79052
Node: Writing83401 Node: Writing83401
Node: SetWrite89690 Node: SetWrite89690
Node: Bootable103631 Node: Bootable103631
Node: Jigdo116943 Node: Jigdo116949
Node: Charset121201 Node: Charset121207
Node: Exception123952 Node: Exception123958
Node: DialogCtl128467 Node: DialogCtl128473
Node: Inquiry131054 Node: Inquiry131060
Node: Navigate135431 Node: Navigate135437
Node: Verify143371 Node: Verify143377
Node: Restore151960 Node: Restore151966
Node: Emulation158616 Node: Emulation158622
Node: Scripting168091 Node: Scripting168458
Node: Frontend173653 Node: Frontend174020
Node: Examples174948 Node: Examples175315
Node: ExDevices176117 Node: ExDevices176484
Node: ExCreate176751 Node: ExCreate177118
Node: ExDialog178025 Node: ExDialog178392
Node: ExGrowing179287 Node: ExGrowing179654
Node: ExModifying180089 Node: ExModifying180456
Node: ExBootable180590 Node: ExBootable180957
Node: ExCharset181137 Node: ExCharset181504
Node: ExPseudo181965 Node: ExPseudo182332
Node: ExCdrecord182859 Node: ExCdrecord183226
Node: ExMkisofs183174 Node: ExMkisofs183541
Node: ExGrowisofs184177 Node: ExGrowisofs184544
Node: ExException185301 Node: ExException185668
Node: ExTime185755 Node: ExTime186122
Node: ExIncBackup186214 Node: ExIncBackup186581
Node: ExRestore190135 Node: ExRestore190502
Node: ExRecovery191104 Node: ExRecovery191471
Node: Files191670 Node: Files192037
Node: Seealso192898 Node: Seealso193265
Node: Legal193422 Node: Legal193845
Node: CommandIdx194344 Node: CommandIdx194767
Node: ConceptIdx208651 Node: ConceptIdx209074
 
End Tag Table End Tag Table

View File

@ -44,7 +44,7 @@
@c man .\" First parameter, NAME, should be all caps @c man .\" First parameter, NAME, should be all caps
@c man .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection @c man .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
@c man .\" other parameters are allowed: see man(7), man(1) @c man .\" other parameters are allowed: see man(7), man(1)
@c man .TH XORRISO 1 "Mar 04, 2011" @c man .TH XORRISO 1 "Mar 05, 2011"
@c man .\" Please adjust this date whenever revising the manpage. @c man .\" Please adjust this date whenever revising the manpage.
@c man .\" @c man .\"
@c man .\" Some roff macros, for reference: @c man .\" Some roff macros, for reference:
@ -2994,10 +2994,10 @@ So the value defined here is only in effect if a new ISO image gets written.
@* @*
@cindex Cylinder size, _definiton @cindex Cylinder size, _definiton
@strong{partition_hd_cyl=}number gives the number of heads per cylinder for @strong{partition_hd_cyl=}number gives the number of heads per cylinder for
partition offset. 0 chooses a default value. Maximum is 255. the partition table. 0 chooses a default value. Maximum is 255.
@* @*
@strong{partition_sec_hd=}number gives the number of sectors per head for @strong{partition_sec_hd=}number gives the number of sectors per head for
partition offset. 0 chooses a default value. Maximum is 63. the partition table. 0 chooses a default value. Maximum is 63.
@* @*
The product partition_sec_hd * partition_hd_cyl * 512 is the cylinder size. The product partition_sec_hd * partition_hd_cyl * 512 is the cylinder size.
It should be divisible by 2048 in order to allow exact alignment. It should be divisible by 2048 in order to allow exact alignment.
@ -4221,10 +4221,9 @@ file paths and pathspecs.
A lot of options are not supported and lead to failure of the mkisofs A lot of options are not supported and lead to failure of the mkisofs
emulation. Some are ignored, but better do not rely on this tolerance. emulation. Some are ignored, but better do not rely on this tolerance.
@* @*
-graft-points is equivalent to -pathspecs on. Note that pathspecs without "=" The supported options are documented in detail in xorrisofs.info
are interpreted differently than with xorriso option -add. Directories get and in man xorrisofs. The description here is focused on the effect
merged with the root directory of the ISO image, other filetypes get mapped of mkisofs emulation in the context of a xorriso run.
into that root directory.
@* @*
Other than with the "cdrecord" personality there is no automatic -commit at Other than with the "cdrecord" personality there is no automatic -commit at
the end of a "mkisofs" option list. Verbosity settings -v (= "UPDATE") and the end of a "mkisofs" option list. Verbosity settings -v (= "UPDATE") and
@ -4232,6 +4231,11 @@ the end of a "mkisofs" option list. Verbosity settings -v (= "UPDATE") and
persists until things happen like -commit, -rollback, -dev, or end of xorriso. persists until things happen like -commit, -rollback, -dev, or end of xorriso.
-pacifier gets set to "mkisofs" if files are added to the image. -pacifier gets set to "mkisofs" if files are added to the image.
@* @*
-graft-points is equivalent to -pathspecs on. Note that pathspecs without "="
are interpreted differently than with xorriso option -add. Directories get
merged with the root directory of the ISO image, other filetypes get mapped
into that root directory.
@*
If pathspecs are given and if no output file was chosen before or during the If pathspecs are given and if no output file was chosen before or during the
"mkisofs" option list, then standard output (-outdev "-") will get into effect. "mkisofs" option list, then standard output (-outdev "-") will get into effect.
If -o points to a regular file, then it will be truncated to 0 bytes If -o points to a regular file, then it will be truncated to 0 bytes
@ -4313,12 +4317,9 @@ The options of genisoimage Jigdo Template Extraction are recognized and
performed via xorriso option -jigdo. See the "Alias:" names there for the performed via xorriso option -jigdo. See the "Alias:" names there for the
meaning of the genisoimage options. meaning of the genisoimage options.
@* @*
@minus{}@minus{}no_rc as first argument prevents interpretation of
startup files. See section FILES below.
@*
@sp 1 @sp 1
Personalites "@strong{xorrisofs}", "@strong{genisoimage}", Personalities "@strong{xorrisofs}", "@strong{genisoimage}",
and "@strong{genisofs}" are aliases for "mkisofs". and "@strong{genisofs}" are aliases for "mkisofs".
@* @*
If xorriso is started with one of the leafnames "xorrisofs", "genisofs", If xorriso is started with one of the leafnames "xorrisofs", "genisofs",
@ -4328,6 +4329,9 @@ I.e. all arguments will be interpreted mkisofs style until "@minus{}@minus{}"
is encountered. is encountered.
From then on, options are interpreted as xorriso options. From then on, options are interpreted as xorriso options.
@* @*
@minus{}@minus{}no_rc as first argument of such a program start
prevents interpretation of startup files. See section FILES below.
@*
@sp 1 @sp 1
@cindex Emulation, cdrecord, -as @cindex Emulation, cdrecord, -as
@ -4373,6 +4377,9 @@ If xorriso is started with one of the leafnames "xorrecord", "cdrskin",
to the command line arguments. I.e. all arguments will be interpreted cdrecord to the command line arguments. I.e. all arguments will be interpreted cdrecord
style until "@minus{}@minus{}" is encountered and an eventual commit happens. style until "@minus{}@minus{}" is encountered and an eventual commit happens.
From then on, options are interpreted as xorriso options. From then on, options are interpreted as xorriso options.
@*
@minus{}@minus{}no_rc as first argument of such a program start
prevents interpretation of xorriso startup files. See section FILES below.
@c man .TP @c man .TP
@item -read_mkisofsrc @item -read_mkisofsrc
@kindex -read_mkisofsrc searches and reads .mkisofsrc file @kindex -read_mkisofsrc searches and reads .mkisofsrc file
@ -5369,6 +5376,9 @@ The default setting of -check_media abort_file= is:
@* @*
@c man .SH SEE ALSO @c man .SH SEE ALSO
@c man .TP @c man .TP
@c man For the mkisofs emulation of xorriso
@c man .BR xorrisofs(1)
@c man .TP
@c man For mounting xorriso generated ISO 9660 images (-t iso9660) @c man For mounting xorriso generated ISO 9660 images (-t iso9660)
@c man .BR mount(8) @c man .BR mount(8)
@c man .TP @c man .TP
@ -5397,6 +5407,8 @@ The default setting of -check_media abort_file= is:
@node Seealso, Legal, Files, Top @node Seealso, Legal, Files, Top
@chapter See also @chapter See also
@table @asis @table @asis
@item For the mkisofs emulation of xorriso
xorrisofs(1)
@item For mounting xorriso generated ISO 9660 images (-t iso9660) @item For mounting xorriso generated ISO 9660 images (-t iso9660)
mount(8) mount(8)
@item Libreadline, a comfortable input line facility @item Libreadline, a comfortable input line facility