Don't start lines with a period to work around problems in the SGML->nroff
conversion.
This commit is contained in:
parent
883ed2b928
commit
62b8085944
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=106
1 changed files with 8 additions and 8 deletions
|
@ -1,4 +1,4 @@
|
||||||
<!-- $Id: hw.sgml,v 1.6 1995-09-02 11:09:03 ats Exp $ -->
|
<!-- $Id: hw.sgml,v 1.7 1995-10-02 15:59:53 wollman Exp $ -->
|
||||||
<!-- The FreeBSD Documentation Project -->
|
<!-- The FreeBSD Documentation Project -->
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
@ -192,7 +192,7 @@ device sio1 at isa? port 0x100 tty flags 0x1005
|
||||||
device sio2 at isa? port 0x108 tty flags 0x1005
|
device sio2 at isa? port 0x108 tty flags 0x1005
|
||||||
device sio3 at isa? port 0x110 tty flags 0x1005
|
device sio3 at isa? port 0x110 tty flags 0x1005
|
||||||
device sio4 at isa? port 0x118 tty flags 0x1005
|
device sio4 at isa? port 0x118 tty flags 0x1005
|
||||||
...
|
[...]
|
||||||
device sio15 at isa? port 0x170 tty flags 0x1005
|
device sio15 at isa? port 0x170 tty flags 0x1005
|
||||||
device sio16 at isa? port 0x178 tty flags 0x1005 irq 3 vector siointr
|
device sio16 at isa? port 0x178 tty flags 0x1005 irq 3 vector siointr
|
||||||
</verb></tscreen>
|
</verb></tscreen>
|
||||||
|
@ -272,12 +272,12 @@ sio16: type 16550A (multiport master)
|
||||||
must be made using the <tt>/dev/MAKEDEV</tt>
|
must be made using the <tt>/dev/MAKEDEV</tt>
|
||||||
script. After becoming root:
|
script. After becoming root:
|
||||||
<tscreen>
|
<tscreen>
|
||||||
cd /dev<newline>
|
# cd /dev<newline>
|
||||||
./MAKEDEV tty1<newline>
|
# ./MAKEDEV tty1<newline>
|
||||||
./MAKEDEV cua1<newline>
|
# ./MAKEDEV cua1<newline>
|
||||||
<em>.. (everything inbetween)</em><newline>
|
<em>(everything in between)</em><newline>
|
||||||
./MAKEDEV ttyg<newline>
|
# ./MAKEDEV ttyg<newline>
|
||||||
./MAKEDEV cuag
|
# ./MAKEDEV cuag
|
||||||
</tscreen>
|
</tscreen>
|
||||||
|
|
||||||
If you do not want or need callout devices for some
|
If you do not want or need callout devices for some
|
||||||
|
|
Loading…
Reference in a new issue