diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-10-03 14:36:30 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-10-03 14:36:30 +0000 |
commit | 0a2bc75af6d00aebd09f3ec63d3b030431c4ee4f (patch) | |
tree | bc5abff2800c2e3b7f7a3817888f12df4a770a1d /sbin | |
parent | ad96545b3d13ac570fd88eea5945f0c65a36137a (diff) |
provide a summary of the available commands, since there's a ton of
them;
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/atactl/atactl.8 | 45 |
1 files changed, 42 insertions, 3 deletions
diff --git a/sbin/atactl/atactl.8 b/sbin/atactl/atactl.8 index 3ea658ae16c..9c941495963 100644 --- a/sbin/atactl/atactl.8 +++ b/sbin/atactl/atactl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: atactl.8,v 1.32 2006/10/03 14:19:34 jmc Exp $ +.\" $OpenBSD: atactl.8,v 1.33 2006/10/03 14:36:29 jmc Exp $ .\" $NetBSD: atactl.8,v 1.5 1999/02/24 18:49:14 jwise Exp $ .\" .\" Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -50,16 +50,55 @@ allows a user or system administrator to issue commands to and otherwise control devices which reside on standard IDE and ATA controllers. It is used by specifying -a device to manipulate, the command to perform, and any arguments +a device to manipulate, a command to perform, and any arguments the command may require. .Pp +.Nm +supports the following commands: +acousticdisable, +acousticset, +apmdisable, +apmset, +checkpower, +dump, +identify, +idle, +poddisable, +podenable, +puisdisable, +puisenable, +puisspinup, +readaheaddisable, +readaheadenable, +readattr, +secdisablepass, +secerase, +secfreeze, +secsetpass, +secsetpass, +secunlock, +setidle, +setstandby, +sleep, +smartautosave, +smartdisable, +smartenable, +smartoffline, +smartread, +smartreadlog, +smartstatus, +standby, +writecachedisable, +and +writecacheenable. +.Pp If .Ar command is not specified, the .Li identify command is implied. -The following commands may be used: +A full description of the commands follows: .Pp .Bl -tag -width xxxxxxx -compact .It Li acousticdisable |