summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Konovalov <maxim@FreeBSD.org>2002-02-11 14:35:28 +0000
committerMaxim Konovalov <maxim@FreeBSD.org>2002-02-11 14:35:28 +0000
commite9ef556dd8e86f43c41642505d97efd847b23499 (patch)
treee4e7a86a2b61a0f55f41b2220678ab98a41954c7
parent732681a78956b35d200f681a5523c8e486264bb0 (diff)
Notes
-rw-r--r--sbin/camcontrol/camcontrol.82
-rw-r--r--sbin/camcontrol/camcontrol.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/sbin/camcontrol/camcontrol.8 b/sbin/camcontrol/camcontrol.8
index de37cf93534c..060c1b7ce466 100644
--- a/sbin/camcontrol/camcontrol.8
+++ b/sbin/camcontrol/camcontrol.8
@@ -153,7 +153,7 @@ device identifier. A device identifier can take one of three forms:
.Bl -tag -width 14n
.It deviceUNIT
Specify a device name and unit number combination, like "da5" or "cd3".
-Note that character device node names (e.g. /dev/rsd0.ctl) are
+Note that character device node names (e.g. /dev/da0) are
.Em not
allowed here.
.It bus:target
diff --git a/sbin/camcontrol/camcontrol.c b/sbin/camcontrol/camcontrol.c
index b3ebc9702b66..853b81c9e797 100644
--- a/sbin/camcontrol/camcontrol.c
+++ b/sbin/camcontrol/camcontrol.c
@@ -3336,7 +3336,7 @@ main(int argc, char **argv)
/*
* First catch people who try to do things like:
- * camcontrol tur /dev/rsd0.ctl
+ * camcontrol tur /dev/da0
* camcontrol doesn't take device nodes as arguments.
*/
if (argv[2][0] == '/') {