Serial devices now called /dev/cuadXX not /dev/cuaaXX

This commit is contained in:
Maksim Yevmenkin 2004-11-02 20:12:06 +00:00
parent 4fd9a9b73f
commit e91c64ab6b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=137135
2 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ Do not disassociate from the controlling terminal, i.e., run in foreground.
.It Fl f Ar device
Callout device name.
Example:
.Fl f Pa /dev/cuaa0 .
.Fl f Pa /dev/cuad0 .
.It Fl h
Display usage message and exit.
.It Fl n Ar node_name

View File

@ -270,7 +270,7 @@ usage(void)
{
fprintf(stderr, "Usage: %s -f device -n node_name [-s speed -d -h]\n" \
"Where:\n" \
"\t-f device tty device name, ex. /dev/cuaa1\n" \
"\t-f device tty device name, ex. /dev/cuad1\n" \
"\t-n node_name set Netgraph node name to node_name\n" \
"\t-s speed set tty speed, ex. 115200\n" \
"\t-d run in foreground\n" \