Correct an out of date device node name. We do not have /dev/rsd0.ctl
nowadays. Spotted by: Sergey Osokin <osa@freebsd.org.ru> Reviewed by: ken, ru Approved by: ken, ru MFC after: 1 week
This commit is contained in:
parent
bedc40ea68
commit
536934697f
@ -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
|
||||
|
@ -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] == '/') {
|
||||
|
Loading…
Reference in New Issue
Block a user