aboutsummaryrefslogtreecommitdiff
path: root/sbin/atacontrol
diff options
context:
space:
mode:
authorChristian Brueffer <brueffer@FreeBSD.org>2005-08-16 21:14:25 +0000
committerChristian Brueffer <brueffer@FreeBSD.org>2005-08-16 21:14:25 +0000
commit8d8b579597ab287e574d23e8c63b876c116a3da3 (patch)
tree98399323e59f1bd74795883182e596a0e2f06f94 /sbin/atacontrol
parentca5fc32d026f0d45fe9a00a51ce9c83cd547080f (diff)
downloadsrc-8d8b579597ab287e574d23e8c63b876c116a3da3.tar.gz
src-8d8b579597ab287e574d23e8c63b876c116a3da3.zip
Clarify how the 'channel' argument should look like and add an
example on how to obtain information on devices on an ata channel. PR: 84676 Submitted by: Kevin Oberman <oberman@es.net> Jeremie Le Hen <jeremie@le-hen.org> MFC after: 3 days
Notes
Notes: svn path=/head/; revision=149155
Diffstat (limited to 'sbin/atacontrol')
-rw-r--r--sbin/atacontrol/atacontrol.89
1 files changed, 7 insertions, 2 deletions
diff --git a/sbin/atacontrol/atacontrol.8 b/sbin/atacontrol/atacontrol.8
index 281a4322fd79..8cc5aa837d6d 100644
--- a/sbin/atacontrol/atacontrol.8
+++ b/sbin/atacontrol/atacontrol.8
@@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd May 16, 2005
+.Dd August 16, 2005
.Dt ATACONTROL 8
.Os
.Sh NAME
@@ -88,7 +88,7 @@ exercise caution when using this command!
.Pp
The
.Ar channel
-argument is the number of the ATA channel on which to operate.
+argument is the ATA channel device (e.g., ata0) on which to operate.
The following commands are supported:
.Bl -tag -width "rebuild"
.It Ic attach
@@ -197,6 +197,11 @@ Show info about the attached devices on the
Show info about all attached devices on all active controllers.
.El
.Sh EXAMPLES
+To get information on devices attached to a channel,
+use the command line:
+.Pp
+.Dl "atacontrol info ata0"
+.Pp
To see the devices' current access modes, use the command line:
.Pp
.Dl "atacontrol mode ad0"