Clarified in man page the use of option -with_vendor_model

This commit is contained in:
2019-12-05 18:27:31 +01:00
parent a09ed16fc3
commit a28ad87aae
3 changed files with 36 additions and 21 deletions

View File

@ -136,6 +136,9 @@ Examples:
$ xorriso-dd-target -with_sudo sdc
...
sdc : YES : usb+ has_iso9660+ has_vfat+
$ xorriso-dd-target -with_sudo -with_vendor_model sdc
...
sdc : YES : usb+ has_iso9660+ has_vfat+ : Intenso Ultra Line
$ xorriso-dd-target sdc
sdc : NO : usb+ no_fs_while_not_su-
@ -279,16 +282,16 @@ This reason overrides any "has_XYZ-" reason.
*looks_like_cd_drive-*
A given device name looks like the name of an optical drive: sr[0-9]*.
Use program *xorrecord* for this kind of devices.
*looks_like_disk_partition-*
A given device name looks like the name of a partition. Expected are
names of base devices, like "sde", not of their partitions, like "sde1".
*looks_like_floppy-*
A given device name looks like the name of a floppy disk drive:
fd[0-9]*.
*looks_like_ramdev-*
A given device name looks like the name of a ram block device:
zram[0-9]*.
*looks_like_disk_partition-*
A given device name looks like the name of a partition. Expected are
names of base devices, like "sde", not of their partitions, like "sde1".
*lsblk_no_size-*
A size test is given by -max_size, -min_size, or -image_file but the
size of the device cannot be inquired by lsblk. This is supposed to
@ -509,17 +512,17 @@ Node: Overview996
Node: Simplenames2788
Node: Listall3399
Node: Givendevices4825
Node: Plugtest5627
Node: Dowrite7467
Node: Unwise8582
Node: Reasons9938
Node: Options12427
Node: Examples15047
Node: Files15220
Node: Seealso15378
Node: Bugreport15544
Node: Legal16130
Node: CommandIdx16834
Node: ConceptIdx17881
Node: Plugtest5746
Node: Dowrite7586
Node: Unwise8701
Node: Reasons10057
Node: Options12546
Node: Examples15166
Node: Files15339
Node: Seealso15497
Node: Bugreport15663
Node: Legal16249
Node: CommandIdx16953
Node: ConceptIdx18000

End Tag Table