Reacted on complaints of lintian spelling check
This commit is contained in:
@ -9,7 +9,7 @@
|
||||
.\" First parameter, NAME, should be all caps
|
||||
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
||||
.\" other parameters are allowed: see man(7), man(1)
|
||||
.TH XORRISO 1 "Version 1.4.1, Sep 16, 2015"
|
||||
.TH XORRISO 1 "Version 1.4.1, Sep 20, 2015"
|
||||
.\" Please adjust this date whenever revising the manpage.
|
||||
.\"
|
||||
.\" Some roff macros, for reference:
|
||||
@ -34,7 +34,7 @@ with Rock Ridge extensions.
|
||||
.PP
|
||||
\fBxorriso\fR
|
||||
is a program which copies file objects from POSIX compliant
|
||||
filesystems into Rock Ridge enhanced ISO 9660 filesystems and allows
|
||||
filesystems into Rock Ridge enhanced ISO 9660 filesystems and performs
|
||||
session\-wise manipulation of such filesystems. It can load the management
|
||||
information of existing ISO images and it writes the session results to
|
||||
optical media or to filesystem objects.
|
||||
@ -126,7 +126,7 @@ represent arbitrary media or from regular disk files.
|
||||
.PP
|
||||
This session usage model has been extended on CD media by the concept of
|
||||
\fBmulti\-session\fR ,
|
||||
which allows to add information to the CD and gives the mount programs
|
||||
which adds information to the CD and gives the mount programs
|
||||
of the operating systems the addresses of the entry points of each
|
||||
session. The mount programs recognize block devices which represent
|
||||
CD media and will by default mount the image in the last session.
|
||||
@ -151,7 +151,7 @@ See paragraph Creating, Growing, Modifying, Blind Growing below.
|
||||
.PP
|
||||
\fBxorriso\fR adopts the concept of multi\-session by loading an
|
||||
image directory tree if present,
|
||||
by allowing to manipulate it by several actions,
|
||||
by offering to manipulate it by several actions,
|
||||
and by writing the new image to the target medium.
|
||||
.br
|
||||
The first session of a \fBxorriso\fR run begins by the definition of
|
||||
@ -177,11 +177,11 @@ unformatted DVD\-RW. These media provide a table of content which
|
||||
describes their existing sessions. See command \fB\-toc\fR.
|
||||
.br
|
||||
Similar to multi\-session media are DVD\-R DL and minimally blanked DVD\-RW.
|
||||
They allow only a single session of which the size must be known in advance.
|
||||
They record only a single session of which the size must be known in advance.
|
||||
\fBxorriso\fR will write onto them only if command \-close is set to "on".
|
||||
.br
|
||||
\fBOverwriteable media\fR are DVD\-RAM, DVD+RW, BD\-RE, and formatted DVD\-RW.
|
||||
They allow random write access but do not provide information about their
|
||||
They offer random write access but do not provide information about their
|
||||
session history. If they contain one or more ISO 9660 sessions and if the
|
||||
first session was written by \fBxorriso\fR, then a table of content can
|
||||
be emulated. Else only a single overall session will be visible.
|
||||
@ -330,8 +330,8 @@ their path in the filesystem. E.g.:
|
||||
.br
|
||||
\-dev stdio:/dev/sdc
|
||||
.br
|
||||
The default setting of \-drive_class allows to address files outside the
|
||||
/dev tree without that prefix. E.g.:
|
||||
The default setting of \-drive_class allows the user to address files outside
|
||||
the /dev tree without that prefix. E.g.:
|
||||
.br
|
||||
\-dev /tmp/pseudo_drive
|
||||
.br
|
||||
@ -369,7 +369,7 @@ drive.
|
||||
.br
|
||||
One may use command
|
||||
\fB\-ban_stdio_write\fR
|
||||
to surely prevent this risk and to allow only MMC drives.
|
||||
to surely prevent this risk and to restrict drive usage to MMC drives.
|
||||
.br
|
||||
One may prepend "mmc:" to a path to surely disallow any automatic "stdio:".
|
||||
.br
|
||||
@ -458,8 +458,7 @@ only on GNU/Linux and FreeBSD.
|
||||
.PP
|
||||
\fBxattr\fR (aka EA, or extattr)
|
||||
are pairs of name and value which can be attached to file objects. AAIP is
|
||||
able to represent them and \fBxorriso\fR allows to record and restore
|
||||
pairs which
|
||||
able to represent them and \fBxorriso\fR can record and restore pairs which
|
||||
have names out of the user namespace. I.e. those which begin with "user.",
|
||||
like "user.x" or "user.whatever". Name has to be a 0 terminated string.
|
||||
Value may be any array of bytes which does not exceed the size of 4095 bytes.
|
||||
@ -533,7 +532,7 @@ quotations or an open quotation cause the next input line to be appended.
|
||||
Quoted input accepts any 8\-bit character except NUL (0) as the content of
|
||||
the quotes.
|
||||
Nevertheless it can be cumbersome for the user to produce those characters
|
||||
directly. Therefore quoted input and program arguments allow optional
|
||||
directly. Therefore quoted input and program arguments offer optional
|
||||
\fBBackslash Interpretation\fR
|
||||
which can represent all 8\-bit characters except NUL (0) via backslash codes
|
||||
as in $'...' of bash.
|
||||
@ -562,7 +561,7 @@ availability
|
||||
of package readline\-dev at the time when \fBxorriso\fR was built from
|
||||
its sourcecode.
|
||||
.br
|
||||
Readline allows to move the cursor over the text in the line by help of the
|
||||
Readline lets the user move the cursor over the text in the line by help of the
|
||||
Left and the Right arrow keys.
|
||||
Text may be inserted at the cursor position. The Delete key removes the
|
||||
character under the cursor. Up and Down arrow keys navigate through
|
||||
@ -951,8 +950,8 @@ if any occur despite the prescriptions of ECMA\-119.
|
||||
.TP
|
||||
\fB\-disk_dev_ino\fR "on"|"ino_only"|"off"
|
||||
Enable or disable processing of recorded file identification numbers
|
||||
(dev_t and ino_t). If enabled they are stored as xattr and allow
|
||||
to substantially accelerate file comparison. The root node gets a global start
|
||||
(dev_t and ino_t). If enabled they are stored as xattr and can
|
||||
substantially accelerate file comparison. The root node gets a global start
|
||||
timestamp. If during comparison a file with younger timestamps is found in the
|
||||
ISO image, then it is suspected to have inconsistent content.
|
||||
.br
|
||||
@ -983,7 +982,7 @@ leading bytes replaced by '_'.
|
||||
iso_rr_paths with the long components will still be able to access the
|
||||
file paths with truncated components. To avoid confusion by having both
|
||||
truncated and untrancated names in the same directory, it is not possible
|
||||
to change this setting after a drive was aquired. All file names get
|
||||
to change this setting after a drive was acquired. All file names get
|
||||
truncated by the same length.
|
||||
.br
|
||||
File name patterns will only work if they match the truncated name.
|
||||
@ -1450,13 +1449,13 @@ It also disables \-disk_pattern expansion for command \-add.
|
||||
and re\-enables \-disk_pattern expansion.
|
||||
.TP
|
||||
\fB\-overwrite\fR "on"|"nondir"|"off"
|
||||
Allow or disallow to overwrite existing files in the
|
||||
Allow or disallow overwriting of existing files in the
|
||||
ISO image by files with the same name.
|
||||
.br
|
||||
With setting "off", name collisions cause FAILURE events.
|
||||
With setting "nondir", only directories are protected by such events, other
|
||||
existing file types get treated with \-rm before the new file gets added.
|
||||
Setting "on" allows automatic \-rm_r. I.e. a non\-directory can replace an
|
||||
Setting "on" enables automatic \-rm_r. I.e. a non\-directory can replace an
|
||||
existing directory and all its subordinates.
|
||||
.br
|
||||
If restoring of files is enabled, then the overwrite rule applies to the
|
||||
@ -2272,7 +2271,7 @@ prevent any suffix renaming.
|
||||
.br
|
||||
Attaching or detaching filters will not alter the state of \-changes_pending.
|
||||
If the filter manipulations shall be the only changes in a write run, then
|
||||
explicitely execute \-changes_pending "yes".
|
||||
explicitly execute \-changes_pending "yes".
|
||||
.TP
|
||||
\fB\-set_filter_r\fR name iso_rr_path [***]
|
||||
Like \-set_filter but affecting all data files below eventual directories.
|
||||
@ -2967,7 +2966,7 @@ its option \-multi is missing.
|
||||
Set the write type for the next burn run. "auto" will select SAO with blank
|
||||
CD media, DAO with blank DVD\-R[W] if \-close is "on", and elsewise CD TAO or the
|
||||
equivalent write type of the particular DVD/BD media.
|
||||
Choosing TAO or SAO/DAO explicitely might cause the burn run to fail if the
|
||||
Choosing TAO or SAO/DAO explicitly might cause the burn run to fail if the
|
||||
desired write type is not possible with the given media state.
|
||||
.TP
|
||||
\fB\-padding\fR number["k"|"m"]|"included"|"appended"
|
||||
@ -3330,7 +3329,7 @@ the partition table. 0 chooses a default value. Maximum is 255.
|
||||
the partition table. 0 chooses a default value. Maximum is 63.
|
||||
.br
|
||||
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 make exact alignment possible.
|
||||
With appended partitions and "appended_part_as=gpt" there
|
||||
is no limit for the number of cylinders. Else there may be at most 1024
|
||||
of them.
|
||||
@ -3368,9 +3367,8 @@ It will overwrite the first 512 bytes of any data provided by system_area=.
|
||||
Only a single boot file can be declared by mipsel_path=.
|
||||
.br
|
||||
\fBsparc_label=\fRtext causes the production of a SUN Disk Label with the
|
||||
given text as ASCII label. This boot block format allows to append images
|
||||
for partitions 2 to 8. Partition 1 will always be the ISO image.
|
||||
See command \-append_partition.
|
||||
given text as ASCII label. Partitions 2 to 8 may occupied by appended images.
|
||||
Partition 1 will always be the ISO image. See command \-append_partition.
|
||||
The first 512 bytes of any data provided by system_area= will be overwritten.
|
||||
.br
|
||||
\fBgrub2_sparc_core=\fRiso_rr_path causes the content address and size
|
||||
@ -3885,11 +3883,11 @@ to be the most recent real session then.
|
||||
Some read\-only drives and media show no usable session history at all.
|
||||
Command \-rom_toc_scan might help.
|
||||
.br
|
||||
If input device and output device are both aquired and not the same,
|
||||
If input device and output device are both acquired and not the same,
|
||||
then both tables\-of\-content get shown.
|
||||
.TP
|
||||
\fB\-toc_of\fR "in"|"out"|"all"[":short"]
|
||||
Like command \-toc but explicitely choosing which drive's table\-of\-content
|
||||
Like command \-toc but explicitly choosing which drive's table\-of\-content
|
||||
to show. "in" shows \-indev or \-dev, "out" shows \-outdev or \-dev,
|
||||
"all" shows the same as \-toc.
|
||||
.br
|
||||
@ -3897,7 +3895,7 @@ If ":short" is appended to the drive choosing word, then only a short
|
||||
summary of drive state and medium content is printed.
|
||||
.br
|
||||
As further difference to \-toc, this command does not emit FAILURE events
|
||||
if the desired drive is not aquired.
|
||||
if the desired drive is not acquired.
|
||||
.TP
|
||||
\fB\-mount_cmd\fR drive entity id path
|
||||
Emit an appropriate command line for mounting the ISO session
|
||||
@ -3922,7 +3920,7 @@ for direct execution of this command.
|
||||
Set options which influence \-mount and \-mount_cmd. Currently there is only
|
||||
option "exclusive" which is default and its counterpart "shared". The latter
|
||||
causes \fBxorriso\fR not to give up the affected drive with command \-mount.
|
||||
On GNU/Linux it adds mount option "loop" which may allow to mount several
|
||||
On GNU/Linux it adds mount option "loop" which may enable mounting of several
|
||||
sessions of the same block device at the same time. One should not write
|
||||
to a mounted optical medium, of course. Take care to umount all sessions
|
||||
before ejecting.
|
||||
@ -4361,10 +4359,10 @@ recorded MD5 checksums. Severity "ALL" disables this event.
|
||||
tries to read the file given by disk_path as
|
||||
sector bitmap and to store such a map file after the scan run.
|
||||
The bitmap tells which blocks have been read successfully in previous runs.
|
||||
It allows to do several scans on the same medium, even with intermediate
|
||||
eject, in order to collect readable blocks whenever the drive is lucky enough
|
||||
to produce them. The stored file contains a human readable TOC of tracks
|
||||
and their start block addresses, followed by binary bitmap data.
|
||||
It is the persistent memory for several scans on the same medium, even with
|
||||
intermediate eject, in order to collect readable blocks whenever the drive
|
||||
is lucky enough to produce them. The stored file contains a human readable
|
||||
TOC of tracks and their start block addresses, followed by binary bitmap data.
|
||||
.br
|
||||
By default, untested blocks are not considered bad, but rather as intentionally
|
||||
unread. If you expect time_limit= or item_limit= to abort the run, then
|
||||
@ -4477,7 +4475,7 @@ are owned by the effective user who runs \fBxorriso\fR. This happens
|
||||
by temporarily granting rwx permission to the owner.
|
||||
.br
|
||||
Option "sort_lba_on" may improve read performance with optical drives. It
|
||||
allows to restore large numbers of hard links without exhausting
|
||||
can restore large numbers of hard links without exhausting
|
||||
\-temp_mem_limit. It does not preserve directory mtime and it needs
|
||||
\-osirrox option auto_chmod_on in order to extract directories which offer no
|
||||
write permission. Default is "sort_lba_off".
|
||||
@ -4485,7 +4483,7 @@ write permission. Default is "sort_lba_off".
|
||||
Option "o_excl_on" is the default unless the program was started with leafname
|
||||
"osirrox". On GNU/Linux it tries to avoid using drives which are mounted or in
|
||||
use by other libburn programs.
|
||||
Option "o_excl_off" allows on GNU/Linux to access such drives. Drives which
|
||||
Option "o_excl_off" on GNU/Linux enables access to such drives. Drives which
|
||||
get acquired while "o_excl_off" will refuse to get blanked, formatted,
|
||||
written, or ejected. But be aware that even harmless inquiries can spoil
|
||||
ongoing burns of CD\-R[W] and DVD\-R[W].
|
||||
@ -4519,9 +4517,9 @@ composed from iso_rr_path by replacing iso_rr_prefix by disk_prefix.
|
||||
\fB\-extract_cut\fR iso_rr_path byte_offset byte_count disk_path
|
||||
Copy a byte interval from a data file out of an ISO image into a newly created
|
||||
disk file.
|
||||
The main purpose for this 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.
|
||||
The main purpose for this is to offer a way of handling large files if they
|
||||
are not supported by mount \-t iso9660 or if the target disk filesystem cannot
|
||||
store large files.
|
||||
.br
|
||||
If the data bytes of iso_rr_path are stored in the loaded ISO image,
|
||||
and no filter is applied,
|
||||
@ -4990,7 +4988,7 @@ wait for the user to hit the Enter key
|
||||
or to send a line via stdin.
|
||||
.TP
|
||||
\fB\-sleep\fR seconds
|
||||
Wait for the given number of seconds before perfoming the next command.
|
||||
Wait for the given number of seconds before performing the next command.
|
||||
Expect coarse granularity no better than 1/100 seconds.
|
||||
.TP
|
||||
\fB\-errfile_log\fR mode path|channel
|
||||
@ -5517,7 +5515,7 @@ $ xorriso \-dev stdio:/dev/sdb ...
|
||||
.br
|
||||
If /dev/sdb is to be used frequently and /dev/sda is the system disk,
|
||||
then consider to place the following lines in a \fBxorriso\fR Startup File.
|
||||
They allow to use /dev/sdb without prefix and protect disk /dev/sda
|
||||
They allow you to use /dev/sdb without prefix and protect disk /dev/sda
|
||||
from \fBxorriso\fR:
|
||||
.br
|
||||
\-drive_class banned /dev/sda*
|
||||
@ -5803,8 +5801,8 @@ program name pre\-select certain settings:
|
||||
.br
|
||||
\fBxorrecord\fR starts \fBxorriso\fR with \-as cdrecord emulation.
|
||||
.br
|
||||
\fBosirrox\fR starts with \-osirrox "on:o_excl_off" which allows
|
||||
to copy files from ISO image to disk and to apply command \-mount to
|
||||
\fBosirrox\fR starts with \-osirrox "on:o_excl_off" which allows further
|
||||
commands to copy files from ISO image to disk and to apply command \-mount to
|
||||
one or more of the existing ISO sessions.
|
||||
.SS
|
||||
.B Startup files:
|
||||
|
Reference in New Issue
Block a user