Small documentation adjustments
This commit is contained in:
parent
9295f9b708
commit
d8f3a0c3fd
@ -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 "Dec 07, 2008"
|
.TH XORRISO 1 "Dec 08, 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:
|
||||||
@ -1795,21 +1795,24 @@ Some read-only drives and media show no usable session history at all.
|
|||||||
Eventually option -rom_toc_scan might help.
|
Eventually option -rom_toc_scan might help.
|
||||||
.TP
|
.TP
|
||||||
\fB\-mount_cmd\fR drive entity id path
|
\fB\-mount_cmd\fR drive entity id path
|
||||||
Print to the result channel an appropriate command line for mounting the
|
Emit an appropriate command line for mounting the ISO session
|
||||||
ISO session which is depicted by drive, entity and id. See option -mount
|
indicated by drive, entity and id.
|
||||||
for direct execution of this command.
|
The result will be different on Linux and on FreeBSD.
|
||||||
.br
|
.br
|
||||||
drive can be "indev", "outdev" or the address of a not yet aquired drive.
|
drive can be "indev" or "outdev" to indicate already aquired drives,
|
||||||
|
or it can be the path of a not yet acquired drive.
|
||||||
Prefix "stdio:" for non-MMC drives is not mandatory.
|
Prefix "stdio:" for non-MMC drives is not mandatory.
|
||||||
.br
|
.br
|
||||||
The id can be a block address with entity "sbsector", a track number with
|
entity must be either "sbsector" , "track" , "session" , "volid"
|
||||||
"track", a session number with "session", a volume id search pattern with
|
or "auto". See also option -load.
|
||||||
"volid", or a dummy text with "auto". See also option -load.
|
|
||||||
.br
|
.br
|
||||||
path will be used as mount point and has already to exist as directory.
|
id gives the superblock sector address, the track number, the session number,
|
||||||
|
or a search pattern for the volume id respectively.
|
||||||
.br
|
.br
|
||||||
xorriso determines on which kind of system it runs. Supported are Linux and
|
path will be used as mount point and must already exist as a directory.
|
||||||
FreeBSD.
|
.br
|
||||||
|
The command gets printed to the result channel. See option -mount
|
||||||
|
for direct execution of this command.
|
||||||
.TP
|
.TP
|
||||||
\fB\-session_string\fR drive entity id format
|
\fB\-session_string\fR drive entity id format
|
||||||
Print to the result channel a text which gets composed according to
|
Print to the result channel a text which gets composed according to
|
||||||
|
Loading…
Reference in New Issue
Block a user