Removed option -list_long_after, changed -list_long_inline to -list_long
This commit is contained in:
@ -50,7 +50,7 @@
|
||||
@c man .\" First parameter, NAME, should be all caps
|
||||
@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 .TH XORRISO-DD-TARGET 1 "Version 1.5.3, Dec 6, 2019"
|
||||
@c man .TH XORRISO-DD-TARGET 1 "Version 1.5.3, Dec 7, 2019"
|
||||
@c man .\" Please adjust this date whenever revising the manpage.
|
||||
@c man .\"
|
||||
@c man .\" Some roff macros, for reference:
|
||||
@ -114,9 +114,9 @@ xorriso-dd-target - Device evaluator and disk image copier for GNU/Linux
|
||||
evaluates block devices of the Linux kernel whether they are suitable targets
|
||||
for a disk image file and optionally copies the image file to one of them.
|
||||
@*
|
||||
It is specialized on the device names of the Linux kernel and uses the
|
||||
capabilities of util-linux program lsblk. Therefore it refuses to run on
|
||||
non-Linux kernels.
|
||||
It is specialized on the device names of the @strong{Linux kernel} and uses the
|
||||
capabilities of util-linux program @strong{lsblk}.
|
||||
Therefore it refuses to run on non-Linux kernels.
|
||||
@*
|
||||
@sp 1
|
||||
@c man .PP
|
||||
@ -172,6 +172,9 @@ and without options -list_all, -plug_test, -DO_WRITE, -dummy_force.
|
||||
It prints on standard output (stdout) only the names of advisable devices
|
||||
without "/dev/" prefix. One name per line and without any reasoning text.
|
||||
@*
|
||||
The possible sudo password prompt, the message line about sudo, and the
|
||||
empty line after it do not go to stdout.
|
||||
@*
|
||||
Example:
|
||||
@*
|
||||
$ xorriso-dd-target -with_sudo
|
||||
@ -191,7 +194,8 @@ sde
|
||||
@cindex Use case, list all devices with reasoning
|
||||
For the more curious user, there is option @strong{-list_all} which prints
|
||||
the evaluation of each disk-like device that is listed by program lsblk.
|
||||
Optical drives, floppy disks, RAM block devices are excluded, though.
|
||||
Optical drives, floppy disks, RAM block devices, loop devices are excluded,
|
||||
though.
|
||||
@*
|
||||
Each device is shown by one line of the form
|
||||
@*
|
||||
@ -211,6 +215,9 @@ the presence of an ISO 9660 filesystem on the device.
|
||||
@*
|
||||
@strong{info} is composed from VENDOR and MODEL as told by lsblk.
|
||||
@*
|
||||
Option @strong{-list_long} causes with each line an additional listing of
|
||||
the information provided by lsblk which led to the shown reasons.
|
||||
@*
|
||||
Example:
|
||||
@*
|
||||
$ xorriso-dd-target -with_sudo -list_all
|
||||
@ -234,8 +241,9 @@ If @strong{device names} are given instead of option -list_all, then only
|
||||
these devices are inspected. Their result gets listed without the ": info"
|
||||
part, unless option @strong{-with_vendor_model} is given.
|
||||
@*
|
||||
Device names must not begin by '-' and must be single words. They must
|
||||
not contain '/'. E.g. 'sdc' is valid, '/dev/sdc' is not valid.
|
||||
Device names must not begin by '-' and must be single words composed of
|
||||
the characters [A-za-z0-9_/-]. They should not contain '/'. E.g. 'sdc' is
|
||||
valid, '/dev/sdc' is not valid.
|
||||
@*
|
||||
If one of the given device names gets not advised, the exit value is 1.
|
||||
@*
|
||||
@ -469,7 +477,7 @@ A given device name looks like the name of a loop device: loop[0-9]*.
|
||||
@*
|
||||
@strong{looks_like_ramdev-}
|
||||
@*
|
||||
A given device name looks like the name of a ram block device: zram[0-9]*.
|
||||
A given device name looks like the name of a RAM block device: zram[0-9]*.
|
||||
@*
|
||||
@strong{lsblk_no_size-}
|
||||
@*
|
||||
@ -548,6 +556,13 @@ begin.
|
||||
Print list of all found devices with advice, vendor and model. One per line.
|
||||
Ignore any device names. Ignore -DO_WRITE.
|
||||
@c man .TP
|
||||
@item -list_long
|
||||
@kindex -list_long print extra device info
|
||||
@cindex Device info, print extra, -list_long
|
||||
After each result line, which shows reasons, add an additional listing of
|
||||
the information provided by lsblk which led to the reasons and add an empty
|
||||
line.
|
||||
@c man .TP
|
||||
@item -with_vendor_model
|
||||
@kindex -with_vendor_model add drive info to advice
|
||||
@cindex Drive info, add to advice, -with_vendor_model
|
||||
@ -650,7 +665,7 @@ If more privacy is desired, mail to @email{scdbackup@@gmx.net}.
|
||||
@*
|
||||
@sp 1
|
||||
Please describe what you expect the program to do, the program arguments
|
||||
which you used, the messages of @command{xorrisodd-target}, and the
|
||||
which you used, the messages of @command{xorriso-dd-target}, and the
|
||||
undesirable outcome of your program run.
|
||||
@*
|
||||
@sp 1
|
||||
|
Reference in New Issue
Block a user