diff options
| author | Alexander Motin <mav@FreeBSD.org> | 2010-09-21 04:39:13 +0000 |
|---|---|---|
| committer | Alexander Motin <mav@FreeBSD.org> | 2010-09-21 04:39:13 +0000 |
| commit | d2990801ce4115ea16be71e217bf760b4b949b52 (patch) | |
| tree | 44e386d6017728693b16cc64c08035de0b830ab1 /sbin | |
| parent | 92dbff798f53888101dc435839f2f66614b74734 (diff) | |
Notes
Diffstat (limited to 'sbin')
| -rw-r--r-- | sbin/camcontrol/camcontrol.8 | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/sbin/camcontrol/camcontrol.8 b/sbin/camcontrol/camcontrol.8 index 1a075b3624d4..20cfb8955463 100644 --- a/sbin/camcontrol/camcontrol.8 +++ b/sbin/camcontrol/camcontrol.8 @@ -27,7 +27,7 @@ .\" .\" $FreeBSD$ .\" -.Dd May 2, 2010 +.Dd July 1, 2010 .Dt CAMCONTROL 8 .Os .Sh NAME @@ -846,11 +846,13 @@ will not be asked about the timeout if a timeout is specified on the command line. .El .It Ic idle -Put ATA device into IDLE state. Optional parameter specifies automatic -idle timer value in seconds. +Put ATA device into IDLE state. Optional parameter +.Pq Fl t +specifies automatic standby timer value in seconds. Value 0 disables timer. .It Ic standby -Put ATA device into STANDBY state. Optional parameter specifies automatic -standby timer value in seconds. +Put ATA device into STANDBY state. Optional parameter +.Pq Fl t +specifies automatic standby timer value in seconds. Value 0 disables timer. .It Ic sleep Put ATA device into SLEEP state. Note that the only way get device out of this state may be reset. |
