chiark / gitweb /
volume_id: fix Makefile for parallel make
[elogind.git] / extras / scsi_id / scsi_id.8
index 691d5b8b05677c7cefef479f8a38bc4a2f025307..ba7e42f8c7d63dc656b54443464cdf3e0525d6fc 100644 (file)
@@ -95,7 +95,7 @@ the SCSI device.
 Use SCSI INQUIRY VPD page code 0x80, 0x83, or pre-spc3-83.
 .sp
 The default
-behaviour is to query the availabe VPD pages, and use page 0x83 if found,
+behaviour is to query the available VPD pages, and use page 0x83 if found,
 else page 0x80 if found, else nothing.
 .sp
 Page pre-spc3-83 should only be utilized for those scsi devices which
@@ -154,7 +154,7 @@ of 312345:
 
 .sp
 .nf
-BUS=="scsi", PROGRAM=="/sbin/scsi_id -d %N -s %p", RESULT=="312345", NAME="disk%n"
+SUBSYSTEMS=="scsi", PROGRAM=="/sbin/scsi_id -d %N -s %p", RESULT=="312345", NAME="disk%n"
 .fi
 .P
 
@@ -166,7 +166,7 @@ BUS=="scsi", PROGRAM=="/sbin/scsi_id -d %N -s %p", RESULT=="312345", NAME="disk%
 .fi
 .LP
 .SH "SEE ALSO"
-.BR udev (8)
+.BR udev (7)
 .SH AUTHORS
 Developed by Patrick Mansfield <patmans@us.ibm.com> based on SCSI ID
 source included in earlier linux 2.5 kernels, sg_utils source, and SCSI