diff options
Diffstat (limited to 'sbin/camcontrol/camcontrol.8')
| -rw-r--r-- | sbin/camcontrol/camcontrol.8 | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/sbin/camcontrol/camcontrol.8 b/sbin/camcontrol/camcontrol.8 index 1ab0f8ffc3bc..641797df9e2c 100644 --- a/sbin/camcontrol/camcontrol.8 +++ b/sbin/camcontrol/camcontrol.8 @@ -25,7 +25,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: camcontrol.8,v 1.8 1998/12/02 22:42:36 billf Exp $ +.\" $Id: camcontrol.8,v 1.6 1998/10/03 19:15:53 ken Exp $ .\" .Dd September 14, 1998 .Dt CAMCONTROL 8 @@ -67,9 +67,6 @@ eject rescan .Aq bus Ns Op :target:lun .Nm camcontrol -reset -.Aq bus Ns Op :target:lun -.Nm camcontrol defects .Op generic args .Aq Fl f Ar format @@ -79,7 +76,7 @@ defects modepage .Op generic args .Aq Fl m Ar page -.Op Fl P Ar pgctl +.Op Fl P Ar pagectl .Op Fl e .Op Fl d .Nm camcontrol @@ -187,12 +184,6 @@ Tell the kernel to scan the given bus (XPT_SCAN_BUS), or bus:target:lun (XPT_SCAN_LUN) for new devices or devices that have gone away. The user may only specify a bus to scan, or a lun. Scanning all luns on a target isn't supported. -.It reset -Tell the kernel to reset the given bus (XPT_RESET_BUS) by issuing a SCSI bus -reset for that bus, or to reset the given bus:target:lun -(XPT_RESET_DEV), typically by issuing a BUS DEVICE RESET message after -connecting to that device. Note that this can have a destructive impact -on the system. .It defects Send the SCSI READ DEFECT DATA (10) command (0x37) to the given device, and print out any combination of: the total number of defects, the primary @@ -246,7 +237,7 @@ This flag allows the user to edit values in the mode page. .It Fl m Ar mode_page This specifies the number of the mode page the user would like to view and/or edit. This argument is mandatory. -.It Fl P Ar pgctl +.It Fl P page_ctl This allows the user to specify the page control field. Possible values are: .Bl -tag -width xxx -compact .It 0 |
