diff options
author | Marco d'Itri <md@Linux.IT> | 2008-07-10 00:17:24 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2008-07-10 00:17:24 +0200 |
commit | 52b375bc3bf07e4901b09707b05ee380bf6680bb (patch) | |
tree | a5cd1d0d43b691b87c626aa349641f275cea5f86 | |
parent | ca1ac34daac81f88ae1bbfc332a7b3d982e968ea (diff) |
scsi_id: man page fix
minus signs need to be escaped and the program is not in the $PATH anymore
-rw-r--r-- | extras/scsi_id/scsi_id.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extras/scsi_id/scsi_id.8 b/extras/scsi_id/scsi_id.8 index 725b7d5317..4656e6889e 100644 --- a/extras/scsi_id/scsi_id.8 +++ b/extras/scsi_id/scsi_id.8 @@ -33,7 +33,7 @@ by page 0x80. For example: .sp .nf -# scsi_id --page=0x80 --devpath=/block/sdg +# /lib/udev/scsi_id \-\-page=0x80 \-\-whitelisted \-\-device=/dev/sda SIBM 3542 1T05078453 .fi .P @@ -45,7 +45,7 @@ identifier starts with the NAA value of 6): .sp .nf -# scsi_id --page=0x83 --devpath=/block/sdg +# /lib/udev/scsi_id \-\-page=0x83 \-\-whitelisted \-\-device=/dev/sda 3600a0b80000b174b000000d63efc5c8c .fi .P |