Use <devicename> instead of <filename> to mark up things like

`/dev/cuaa2'.

PR:		30068
Submitted by:	Felix-Antoine Paradis <reel@sympatico.ca>
This commit is contained in:
Dima Dorfman 2001-08-30 10:14:26 +00:00
parent f0e2e70507
commit 13cb1102a8
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=10497

View file

@ -18,7 +18,7 @@
</author>
</authorgroup>
<pubdate>$FreeBSD: doc/en_US.ISO8859-1/books/ppp-primer/book.sgml,v 1.10 2001/04/17 15:58:38 nik Exp $</pubdate>
<pubdate>$FreeBSD: doc/en_US.ISO8859-1/books/ppp-primer/book.sgml,v 1.11 2001/07/17 20:51:52 chern Exp $</pubdate>
<abstract><para>This is a step-by-step guide for configuring FreeBSD systems to act as
a dial-up router/gateway in a Local Area Environment. All entries may
@ -177,7 +177,7 @@ own LAN if you want. IP addresses are assigned as follows:</para>
</informaltable>
<para>This guide assumes that the modem on the FreeBSD box is connected
to the first serial port ('<filename>/dev/cuaa0</filename>' or '<emphasis remap=tt>COM1:</emphasis>' in
to the first serial port ('<devicename>/dev/cuaa0</devicename>' or '<emphasis remap=tt>COM1:</emphasis>' in
DOS-terms).</para>
<para>Finally, we'll also assume that your Internet Service Provider (ISP)
@ -862,11 +862,11 @@ of the sample '<filename>/etc/ppp/ppp.conf</filename>' file:
This statement informs the PPP program that it should use the first
serial port.
Under FreeBSD the '<filename>/dev/cuaa0</filename>' device is the same port that's
Under FreeBSD the '<devicename>/dev/cuaa0</devicename>' device is the same port that's
known as "<emphasis remap=tt>COM1:</emphasis>" under DOS, Windows, Windows 95, etc....</para>
<para>If your modem is on <emphasis remap=tt>COM2:</emphasis> you should specify
'<filename>/dev/cuaa1</filename>; <emphasis remap=tt>COM3:</emphasis> would be '<filename>/dev/cuaa2</filename>'.</para>
'<devicename>/dev/cuaa1</devicename>; <emphasis remap=tt>COM3:</emphasis> would be '<devicename>/dev/cuaa2</devicename>'.</para>
<para>
<informalexample>