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:
Maxim Konovalov 2002-02-11 14:35:28 +00:00
parent 732681a789
commit e9ef556dd8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=90529
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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] == '/') {