Fix the example command that one can use to create serial devices.

PR:		docs/40527
Submitted by:	april <april@oublinet.net>
This commit is contained in:
Giorgos Keramidas 2002-07-15 02:39:01 +00:00
parent 41f082b239
commit 21b30e52ee
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=13621

View file

@ -301,8 +301,8 @@
then you most likely only need to make the serial device. then you most likely only need to make the serial device.
You can do this by changing your directory to You can do this by changing your directory to
<filename>/dev</filename> and running the <filename>MAKEDEV</filename> <filename>/dev</filename> and running the <filename>MAKEDEV</filename>
script like above. Now make the serial device with script like above. Now make the serial devices with
<screen>&prompt.root; <userinput>sh MAKEDEV cuaa</userinput></screen> <screen>&prompt.root; <userinput>sh MAKEDEV cuaa0 cuaa1 cuaa2 cuaa3</userinput></screen>
which will create the serial devices for your system. which will create the serial devices for your system.
If your modem is on <devicename>sio1</devicename> or If your modem is on <devicename>sio1</devicename> or
<acronym>COM2</acronym> if you are in dos, then your <acronym>COM2</acronym> if you are in dos, then your