Fix an English syntax buglet and s/DOS/&msdos;/

Caught by:     remko
This commit is contained in:
Giorgos Keramidas 2006-08-12 16:36:26 +00:00
parent 35bea87f0c
commit df144a266e
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=28449

View file

@ -756,7 +756,7 @@ sio3: type 16550A</screen>
<screen>&prompt.root; <userinput>cu -l <replaceable>serial-port-device</replaceable></userinput></screen>
<para>Where <quote>serial-port-device</quote> is the name a
<para>Where <quote>serial-port-device</quote> is the name of a
special device file denoting a serial port of your system.
These device files are called
<devicename>/dev/cuaa<replaceable>N</replaceable></devicename>
@ -769,8 +769,8 @@ sio3: type 16550A</screen>
<note>
<para>Note that device numbers in &os; start from zero and not
one (like they do, for instance in DOS-derived systems).
This means that what DOS-based systems
one (like they do, for instance in &msdos;-derived systems).
This means that what &msdos;-based systems
call <quote>COM1</quote> is
usually <filename>/dev/cuad0</filename> in &os;.</para>
</note>