Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 04 Dec 1995 17:15:24 +0100
From:      "Philippe Charnier" <charnier@lirmm.fr>
To:        doc@freebsd.org
Subject:   typos
Message-ID:  <199512041615.RAA01646@lirmm.lirmm.fr>

next in thread | raw e-mail | index | archive | help
Hi,

Here are some typos I found when reading the handbook.
--------                                                        --------
Philippe Charnier                                      charnier@lirmm.fr
                               

         LIRMM, 161 rue Ada, 34392 Montpellier cedex 5 -- France
------------------------------------------------------------------------


cvs diff: Diffing .
Index: dialup.sgml
===================================================================
RCS file: /home2h/FreeBSD.cvsroot/src/share/doc/handbook/dialup.sgml,v
retrieving revision 1.3
diff -u -r1.3 dialup.sgml
--- dialup.sgml	1995/08/29 01:42:35	1.3
+++ dialup.sgml	1995/12/03 14:09:00
@@ -208,7 +208,7 @@
 <tt>/sbin/dmesg</tt> command to replay the kernel's boot messages.  In
 particular, look for messages that start with the characters <tt/sio/.
 Hint: to view just the messages that have the word <tt/sio/, use the
-command 
+command: 
 
 <tscreen><verb>
 /usr/sbin/dmesg | grep 'sio'
@@ -247,7 +247,7 @@
 creating a new custom configuration file, copy the file GENERICAH (or
 GENERICBT, if you have a BusTek SCSI controller on FreeBSD 1.x) to
 <em/YOURSYS/, where <em/YOURSYS/ is the name of your system, but in
-upper-case letters.  Edit the file, and change the device lines
+upper-case letters.  Edit the file, and change the device lines:
 
 <tscreen><verb>
 device		sio0	at isa? port "IO_COM1" tty irq 4 vector siointr
@@ -790,9 +790,10 @@
 
 If you've gone over everything several times and it still doesn't work,
 take a break and come back to it later.  If it still doesn't work,
-perhaps you can send an electronic mail message to
-<tt>FreeBSD-Questions@freebsd.org</tt> describing your modem and your
-problem, and the good folks on the list will try to help.
+perhaps you can send an electronic mail message to <tt><htmlurl
+url="mailto:questions@freebsd.org" name="questions@FreeBSD.ORG"></tt>
+describing your modem and your problem, and the good folks on the list will
+try to help.
 
 <sect1><heading>Acknowledgements</heading>
 <p>
Index: esdi.sgml
===================================================================
RCS file: /home2h/FreeBSD.cvsroot/src/share/doc/handbook/esdi.sgml,v
retrieving revision 1.3
diff -u -r1.3 esdi.sgml
--- esdi.sgml	1995/11/25 20:00:45	1.3
+++ esdi.sgml	1995/12/03 12:27:56
@@ -276,7 +276,7 @@
 	these bad blocks, it writes a table with the offending block
 	numbers to the end of the FreeBSD slice. 
 
-	When the disk is in operation, the diskaccesses are checked 
+	When the disk is in operation, the disk accesses are checked 
 	against the table read from the disk. Whenever a blocknumber
 	is requested that is in the bad144 list, a replacement block
 	(also from the end of the FreeBSD slice) is used.
Index: install.sgml
===================================================================
RCS file: /home2h/FreeBSD.cvsroot/src/share/doc/handbook/install.sgml,v
retrieving revision 1.19
diff -u -r1.19 install.sgml
--- install.sgml	1995/11/29 09:45:13	1.19
+++ install.sgml	1995/12/02 23:19:29
@@ -349,7 +349,7 @@
 	  boot into the CD installation directly from DOS using Walnut Creek's
 	  supplied ``install.bat'' batch file or you can make a boot floppy with
 	  the ``makeflp.bat'' command [NOTE: If you're using an IDE CDROM, use
-	  the inst_ide.bat or atapiflp.bat batch files instead].
+	  the inst&lowbar;ide.bat or atapiflp.bat batch files instead].
 
 	  For the easiest interface of all (from DOS), type
 	  ``view''.  This will bring up a DOS menu utility that
Index: kernelconfig.sgml
===================================================================
RCS file: /home2h/FreeBSD.cvsroot/src/share/doc/handbook/kernelconfig.sgml,v
retrieving revision 1.2
diff -u -r1.2 kernelconfig.sgml
--- kernelconfig.sgml	1995/10/22 00:42:07	1.2
+++ kernelconfig.sgml	1995/12/03 10:29:26
@@ -107,6 +107,7 @@
 <tscreen><verb>
 # /usr/sbin/config MYKERNEL
 # cd ../../compile/MYKERNEL
+# make depend
 # make
 # make install
 </verb></tscreen>
@@ -387,7 +388,7 @@
 	      is a pretend filesystem mounted on /proc which
 	      allows programs like <tt>ps(1)</tt> to give you
 	      more information on what processes are running.
-	      <-- XXX why? it's perfectly working as LKM. joerg -->
+	      <!-- XXX why? it's perfectly working as LKM. joerg -->
 	      Leave it in.
 
 	    <tag>options MFS</tag> 
Index: nfs.sgml
===================================================================
RCS file: /home2h/FreeBSD.cvsroot/src/share/doc/handbook/nfs.sgml,v
retrieving revision 1.3
diff -u -r1.3 nfs.sgml
--- nfs.sgml	1995/09/27 00:46:23	1.3
+++ nfs.sgml	1995/12/03 13:26:50
@@ -39,13 +39,13 @@
 "soft" and "bg" may be desirable in your application.
 
 Examples for the FreeBSD system ("freebox") as the client:
-    in /etc/fstab on freebox:
+    in <tt>/etc/fstab</tt> on freebox:
 fastws:/sharedfs /project nfs rw,rsize=1024 0 0
     as a manual mount command on freebox:
 mount -t nfs -o rsize=1024 fastws:/sharedfs /project
 
 Examples for the FreeBSD system as the server:
-    in /etc/fstab on fastws:
+    in <tt>/etc/fstab</tt> on fastws:
 freebox:/sharedfs /project nfs rw,wsize=1024 0 0
     as a manual mount command on fastws:
 mount -t nfs -o wsize=1024 freebox:/sharedfs /project
Index: porting.sgml
===================================================================
RCS file: /home2h/FreeBSD.cvsroot/src/share/doc/handbook/porting.sgml,v
retrieving revision 1.8
diff -u -r1.8 porting.sgml
--- porting.sgml	1995/11/14 23:58:43	1.8
+++ porting.sgml	1995/12/03 08:11:25
@@ -16,7 +16,7 @@
 	that file for more details.
 
     <sect1>
-      <heading>Before Starting the Port</heading>
+      <heading>Before Starting the Port<label id="porting:starting"></heading>
 
       <p>Note: Only a fraction of the overridable variables are
 	mentioned in this document. Most (if not all) are documented
@@ -413,7 +413,7 @@
 	  the directory your port's tarball unpacks itself into, that
 	  being where the make is done).  To make fixes and upgrades
 	  easier you should avoid having more than one patch fix the
-	  same file (e.g., patch-ab and patch-ab both changing
+	  same file (e.g., patch-aa and patch-ab both changing
 	  <tt>&dollar;{WRKSRC}</tt>/foobar.c).
 
       <sect2>
Index: ports.sgml
===================================================================
RCS file: /home2h/FreeBSD.cvsroot/src/share/doc/handbook/ports.sgml,v
retrieving revision 1.7
diff -u -r1.7 ports.sgml
--- ports.sgml	1995/09/27 00:46:26	1.7
+++ ports.sgml	1995/12/03 07:59:01
@@ -32,7 +32,7 @@
 necessary to configure and compile the program under FreeBSD.  This
 keeps the entire system down to a manageable size, with the current
 system having over 300 ports in the master source tree and yet taking
-up less than ten megabytes.
+up less than twenty megabytes.
 
 
 <sect1><heading>How does the system compile with no source code?</heading>
@@ -134,10 +134,8 @@
 
 <sect1><heading>I've ported a program and I want to make a port out of it. What now?</heading>
 
-<p>   See the file GUIDELINES, in:
-	   ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/GUIDELINES
-   This contains details of the procedure and structure involved.
-
+<p>   See the <ref id="porting:starting" name="guidelines"> that
+      contain details of the procedure and structure involved.
 
 <sect1><heading>I've got a good port, what now?</heading>
 
Index: ppp.sgml
===================================================================
RCS file: /home2h/FreeBSD.cvsroot/src/share/doc/handbook/ppp.sgml,v
retrieving revision 1.5
diff -u -r1.5 ppp.sgml
--- ppp.sgml	1995/09/27 00:46:27	1.5
+++ ppp.sgml	1995/12/03 14:42:08
@@ -17,17 +17,17 @@
 <item> as a "server" , i.e. your machine is located on the network and
 used to connect other computers using PPP.
 </enum>
-In both cases you will need to set up an options file ( /etc/ppp/options
-or ~/.ppprc if you have more then one user on your machine that uses
-PPP ).
+In both cases you will need to set up an options file (<tt>/etc/ppp/options</tt>
+or <tt>~/.ppprc</tt> if you have more then one user on your machine that uses
+PPP).
 
 You also will need some modem/serial software ( preferably kermit )
 so you can dial and establish connection with remote host.
 
 <sect1><heading>Working as a PPP client</heading>
 
-<p>I used the following /etc/ppp/options to connect to CISCO terminal server PPP
-line.
+<p>I used the following <tt>/etc/ppp/options</tt> to connect to CISCO terminal
+server PPP line.
 <verb>
 crtscts		# enable hardware flow control
 modem		# modem control line
@@ -62,10 +62,10 @@
 </enum>
 
 Now your computer is connected with PPP. If the connection fails for some
-reasons you can add the "debug" option to the /etc/ppp/options file
+reasons you can add the "debug" option to the <tt>/etc/ppp/options</tt> file
 and check messages on the console to track the problem
 
-Following /etc/ppp/pppup script will make all 3 stages automatically:
+Following <tt>/etc/ppp/pppup</tt> script will make all 3 stages automatically:
 <verb>
 #!/bin/sh 
 ps ax |grep pppd |grep -v grep
@@ -88,11 +88,11 @@
 pppd /dev/tty01 19200
 </verb>
 
-/etc/ppp/kermit.dial is kermit script that dials and makes all
+<tt>/etc/ppp/kermit.dial</tt> is kermit script that dials and makes all
 necessary authorization on the remote host.
 ( Example of such script is attached to the end of this document )
 
-Use the following /etc/ppp/pppdown script to disconnect the PPP line:
+Use the following <tt>/etc/ppp/pppdown</tt> script to disconnect the PPP line:
 <verb>
 #!/bin/sh
 pid=`ps ax |grep pppd |grep -v grep|awk '{print $1;}'`
@@ -114,7 +114,7 @@
 /etc/ppp/ppptest
 </verb>
 
-Check if PPP is still running (/usr/etc/ppp/ppptest):
+Check if PPP is still running (<tt>/usr/etc/ppp/ppptest</tt>):
 <verb>
 #!/bin/sh
 pid=`ps ax| grep pppd |grep -v grep|awk '{print $1;}'`
@@ -128,7 +128,7 @@
 ifconfig ppp0
 </verb>
 
-Hangs up modem line (/etc/ppp/kermit.hup):
+Hangs up modem line (<tt>/etc/ppp/kermit.hup</tt>):
 <verb>
 set line /dev/tty01	; put your modem device here
 set speed 19200
@@ -152,7 +152,7 @@
 
 <sect1><heading>Working as a PPP server</heading>
 
-<p>/etc/ppp/options:
+<p><tt>/etc/ppp/options</tt>:
 <verb>
 crtscts				# Hardware flow control
 netmask 255.255.255.0		# netmask ( not required )
@@ -167,7 +167,8 @@
 modem				# modem line
 </verb>
 
-Following /etc/ppp/pppserv script will enable ppp server on your machine
+Following <tt>/etc/ppp/pppserv</tt> script will enable ppp server on your
+machine
 <verb>
 #!/bin/sh 
 ps ax |grep pppd |grep -v grep
@@ -194,7 +195,7 @@
 pppd /dev/tty01 19200
 </verb>
 
-Use this /etc/ppp/pppservdown script to stop ppp server:
+Use this <tt>/etc/ppp/pppservdown</tt> script to stop ppp server:
 <verb>
 #!/bin/sh 
 ps ax |grep pppd |grep -v grep
@@ -216,7 +217,7 @@
 </verb>
 
 Following kermit script will enable/disable autoanswer mode 
-on your modem (/etc/ppp/kermit.ans):
+on your modem (<tt>/etc/ppp/kermit.ans</tt>):
 <verb>
 set line /dev/tty01
 set speed 19200
@@ -243,8 +244,8 @@
 exit
 </verb>
 
-This /etc/ppp/kermit.dial script is used for dialing and authorizing on remote host.
-You will need to customize it for your needs.
+This <tt>/etc/ppp/kermit.dial</tt> script is used for dialing and authorizing
+on remote host. You will need to customize it for your needs.
 Put your login and password in this script , also you'll need
 to change input statement depending on responses from your modem
 and remote host.
Index: printing.sgml
===================================================================
RCS file: /home2h/FreeBSD.cvsroot/src/share/doc/handbook/printing.sgml,v
retrieving revision 1.2
diff -u -r1.2 printing.sgml
--- printing.sgml	1995/10/01 22:16:19	1.2
+++ printing.sgml	1995/12/03 11:30:13
@@ -1114,7 +1114,6 @@
 !"#$%&ero;'()*+,-./01234
                         "#$%&ero;'()*+,-./012345
                                                 #$%&ero;'()*+,-./0123456
-                                                                        $%&ero;'()*+,-./01234567
 </verb></tscreen>
 		  You've become another victim of the <em/staircase
 		  effect/, caused by conflicting interpretations of
@@ -3208,7 +3207,7 @@
 	    lets you send data to it as if you were using a serial or
 	    parallel port (the cheaper version).  This section tells
 	    how to use the cheaper version.  For the more expensive
-	    version, see the previous section <ref name="Printers
+	    one, see the previous section <ref name="Printers
 	    Installed on Remote Hosts" id="printing:advanced:network:rm">.
 
 	    The format of the <tt>/etc/printcap</tt> file lets you
@@ -3815,7 +3814,7 @@
 	there (and work with FreeBSD)?''
 
 	Unfortunately, I've located only <em/two/ alternatives---and
-	they're almost identical to each other!  They are
+	they're almost identical to each other!  They are:
 	<descrip>
 	  <tag/PLP, the Portable Line Printer Spooler System/
 
Index: scsi.sgml
===================================================================
RCS file: /home2h/FreeBSD.cvsroot/src/share/doc/handbook/scsi.sgml,v
retrieving revision 1.9
diff -u -r1.9 scsi.sgml
--- scsi.sgml	1995/11/25 20:00:49	1.9
+++ scsi.sgml	1995/12/03 13:38:27
@@ -453,7 +453,7 @@
           and, last but not least, have more capacity. You can imagine that
           the value reported by the drive when inquiring about the geometry
           now becomes suspect at best, and nearly always misleading. When
-	  asked fro a geometry , it is nearly always better to supply the
+	  asked for a geometry , it is nearly always better to supply the
 	  geometry used by the BIOS, or <em>if the BIOS is never going to know
 	  about this disk</em>, (e.g. it is not a booting disk) to supply a
 	  ficticious geometry that is convenient.
@@ -569,7 +569,7 @@
 	  the first SCSI disk it finds to sd0, the second disk to sd1
 	  etc. If you ever removed or added a disk, all other devices
 	  of the same type (disk in this case) would 'move around'.
-	  This implies you have to change /etc/fstab each time.
+	  This implies you have to change <tt>/etc/fstab</tt> each time.
 
 	  Although the old style still works, you 
 	  are <em>strongly</em> recommended to use this new feature.
@@ -579,17 +579,20 @@
 	  pre-FreeBSD2.0.5.R system check this out.
 
           <verb>
-controller      ahb0    at isa? bio irq 11 vector ahbintr	&lsqb;driver for Adaptec 174x&rsqb;
-controller      aha0    at isa? port "IO_AHA0" bio irq 11 drq 5 vector ahaintr &lsqb;for Adaptec 154x&rsqb;
-controller      sea0    at isa? bio irq 5 iomem 0xc8000 iosiz 0x2000 vector seaintr &lsqb;for Seagate
-ST01/02&rsqb;
+&lsqb;driver for Adaptec 174x&rsqb;
+controller      ahb0    at isa? bio irq 11 vector ahbintr
+&lsqb;for Adaptec 154x&rsqb;
+controller      aha0    at isa? port "IO_AHA0" bio irq 11 drq 5 vector ahaintr
+&lsqb;for Seagate ST01/02&rsqb;
+controller      sea0    at isa? bio irq 5 iomem 0xc8000 iosiz 0x2000 vector seaintr
 controller      scbus0
 
 device          sd0	&lsqb;support for 4 SCSI harddisks, sd0 up sd3&rsqb;
 
 device          st0	&lsqb;support for 2 SCSI tapes&rsqb;
 
-device          cd0     #Only need one of these, the code dynamically grows &lsqb;for the cdrom&rsqb;
+&lsqb;for the cdrom&rsqb;
+device          cd0     #Only need one of these, the code dynamically grows
           </verb>
 
 	
@@ -722,7 +725,8 @@
 	    and try accessing the device with debugging turned on for
 	    that device. If your device doesn't even probe at startup,
 	    you may have to define the address of the device that
-	    is failing, and the desired debug level in /sys/scsi/scsidebug.h.
+	    is failing, and the desired debug level in
+	    <tt>/sys/scsi/scsidebug.h</tt>.
 	    If it probes but just doesn't work, you can use the
 	    <tt>scsi(8)</tt> command to dynamically set a debug level to
 	    it in a running kernel (if SCSIDEBUG is defined).
Index: slipc.sgml
===================================================================
RCS file: /home2h/FreeBSD.cvsroot/src/share/doc/handbook/slipc.sgml,v
retrieving revision 1.4
diff -u -r1.4 slipc.sgml
--- slipc.sgml	1995/10/07 04:31:59	1.4
+++ slipc.sgml	1995/12/03 14:50:37
@@ -33,7 +33,7 @@
 
 <p><enum>
 <item>Add your home machine, the gateway and nameservers to your
-    /etc/hosts file.  Mine looks like this:
+    <tt>/etc/hosts</tt> file.  Mine looks like this:
 <verb>
 127.0.0.1               localhost loghost
 136.152.64.181          silvia.HIP.Berkeley.EDU silvia.HIP silvia
@@ -45,10 +45,10 @@
     By the way, silvia is the name of the car that I had when I was
     back in Japan (it's called 2?0SX here in U.S.).
 
-<item>Make sure you have "hosts" before "bind" in your /etc/host.conf.
+<item>Make sure you have "hosts" before "bind" in your <tt>/etc/host.conf</tt>.
     Otherwise, funny things may happen.
 
-<item>Edit the file /etc/sysconfig.
+<item>Edit the file <tt>/etc/sysconfig</tt>.
 <enum>
 <item>Set your hostname by editing the line that says:
 <verb>
@@ -81,7 +81,7 @@
 </verb>
 </enum>
 
-<item>Make a file /etc/resolv.conf which contains:
+<item>Make a file <tt>/etc/resolv.conf</tt> which contains:
 <verb>
 domain HIP.Berkeley.EDU
 nameserver 128.32.136.9
@@ -91,8 +91,8 @@
     actual domain names and addresses depend on your environment.
 
 <item>Set the password for root and toor (and any other accounts that
-    doesn't have a password).  Use passwd, don't edit the passwd or
-    passwd.master files!
+    doesn't have a password).  Use passwd, don't edit the <tt>/etc/passwd</tt>
+    or <tt>/etc/master.passwd</tt> files!
 
 <item>Reboot your machine and make sure it comes up with the correct
     hostname.
@@ -123,7 +123,7 @@
     yours).  Then you can just type "slip" from the kermit prompt to
     get connected.
 
-    Note: leaving your password in plain text anywhere in the
+    <bf>Note</bf>: leaving your password in plain text anywhere in the
     filesystem is generally a BAD idea.  Do it at your own risk.  I'm
     just too lazy.
 
@@ -170,8 +170,8 @@
         inet 136.152.64.181 --> 136.152.64.1 netmask ffffff00
 </verb>
 
-<item>Also, "netstat -r" will give the routing table, in case you get the
-"no route to host" messages from ping.  Mine looks like:
+<item>Also, <tt>netstat -r</tt> will give the routing table, in case you get
+the "no route to host" messages from ping.  Mine looks like:
 <verb>
 silvia# netstat -r
 Routing tables
Index: userppp.sgml
===================================================================
RCS file: /home2h/FreeBSD.cvsroot/src/share/doc/handbook/userppp.sgml,v
retrieving revision 1.3
diff -u -r1.3 userppp.sgml
--- userppp.sgml	1995/08/29 01:42:52	1.3
+++ userppp.sgml	1995/12/03 14:28:45
@@ -105,7 +105,7 @@
   below to reflect whichever device number you are using.
 
   The easiest way to make sure that the tun0 device is configured correctly is
-  to re-make it. To this end, execute the following commands,
+  to re-make it. To this end, execute the following commands:
 <tscreen><verb>
 # cd /dev
 # ./MAKEDEV tun0
@@ -118,7 +118,7 @@
   Confusingly, it appears that both user ppp and pppd (the kernel level
   implementation of PPP) both assume configuration files kept in
   /etc/ppp. However, the sample configuration files provided are good for
-  user ppp, so keep them around for reference. The easiest way to do this is,
+  user ppp, so keep them around for reference. The easiest way to do this is:
 <tscreen><verb>
 # cd /etc
 # mv ppp ppp.orig
@@ -140,14 +140,14 @@
      into hostnames. It can be configured to look for maps that describe IP to
      hostname mappings in one of two places.
 
-     The first is a file called /etc/hosts (``hosts'' in section 5 of the
-     manual). The second is the Internet Domain Name Service, a distributed
+     The first is a file called <tt>/etc/hosts</tt> (<tt>man 5 hosts</tt>).
+     The second is the Internet Domain Name Service, a distributed
      data base, the discussion of which is beyond the realm of this document.
 
      The resolver is a set of system calls that do the mappings,
      and you have to tell them where to get their information
-     from. You do this by editing the file /etc/host.conf. Do
-     <bf>not</bf> call this file /etc/hosts.conf (note the extra
+     from. You do this by editing the file <tt>/etc/host.conf</tt>. Do
+     <bf>not</bf> call this file <tt>/etc/hosts.conf</tt> (note the extra
      ``s'') as the results can be confusing.
 
      This file should contain the following two lines,
@@ -155,12 +155,13 @@
 hosts
 bind
 </verb></tscreen>
-     which instruct the resolver to look in the file /etc/hosts first, and
-     then to consult the DNS if the name was not found in the /etc/hosts file.
+     which instruct the resolver to look in the file <tt>/etc/hosts</tt> first,
+     and then to consult the DNS if the name was not found in the
+     <tt>/etc/hosts</tt> file.
 
      It's probably a good idea to make sure you are not running the ``named''
-     service. Check your /etc/sysconfig file for the line that refers to
-     ``namedflags'', and make sure the line reads
+     service. Check your <tt>/etc/sysconfig</tt> file for the line that refers
+     to ``namedflags'', and make sure the line reads
 <tscreen><verb>
 namedflags="NO"
 </verb></tscreen>
@@ -170,7 +171,8 @@
 <p>This file should contain the IP addresses and names of machines on your
      network. At a bare minimum it should contain entries for the machine
      which will be running ppp. Assuming that you're machine is called
-     foo.bar.com with the IP address 10.0.0.1, /etc/hosts should contain
+     foo.bar.com with the IP address 10.0.0.1, <tt>/etc/hosts</tt> should
+     contain:
 <tscreen><verb>
 127.0.0.0    localhost
 10.0.0.1     foo.bar.com	       foo
@@ -188,13 +190,13 @@
 
 <sect2><heading>Create the /etc/resolv.conf file</heading>
 
-<p>/etc/resolv.conf contains some extra information required when you are
-     not running a nameserver. It points the resolver routines at real
+<p><tt>/etc/resolv.conf</tt> contains some extra information required when
+     you are not running a nameserver. It points the resolver routines at real
      nameservers, and specifies some other information.
 
-     At the very least, /etc/resolv.conf should contain one line with a
-     nameserver which can be queried. You should enter this as an IP
-     address. My /etc/resolv.conf contains
+     At the very least, <tt>/etc/resolv.conf</tt> should contain one line with
+     a nameserver which can be queried. You should enter this as an IP
+     address. My <tt>/etc/resolv.conf</tt> contains:
 <tscreen><verb>
 nameserver 158.152.1.193
 nameserver 158.152.1.65
@@ -205,13 +207,13 @@
 <sect1><heading>PPP and static IP addresses</heading>
 
 <p>Probably the easiest to configure for. You will need to create three files
-    in the /etc/ppp directory.
+    in the <tt>/etc/ppp</tt> directory.
 
-    The first of these is ppp.conf. It should look similar to the example
-    below. Note that lines that end in a ``:'' start in column 1, all other
-    lines should be indented as shown.
+    The first of these is <tt>ppp.conf</tt>. It should look similar to the
+    example below. Note that lines that end in a ``:'' start in column 1, all
+    other lines should be indented as shown.
 
-    /etc/ppp/ppp.conf
+    <tt>/etc/ppp/ppp.conf</tt>
 <tscreen><verb>
 1     default:
 2       set device /dev/cuaa0
@@ -233,15 +235,15 @@
               executed automatically when ppp is run.
 
 <tag/Line 2:/ Identifies the device that has the modem hanging from it.
-              COM1: is /dev/cuaa0 and COM2: is /dev/cuaa1
+              COM1: is <tt>/dev/cuaa0</tt> and COM2: is <tt>/dev/cuaa1</tt>.
 
 <tag/Line 3:/ Sets the speed you want to connect at.
 
 <tag/* Lines 4 and 5:/ Don't know exactly what effect these lines have
 
-<tag/Line 6:/ Dial string commands. user ppp uses the chat(8) language. Check
-              the manual page for information on the features of this
-	      language.
+<tag/Line 6:/ Dial string commands. user ppp uses the <tt>chat(8)</tt>
+              language. Check the manual page for information on the features
+              of this language.
 
 <tag/Line 7:/ Identifies an entry for a provider called ``provider''.
 
@@ -257,7 +259,7 @@
 protocol: ppp
 </verb></tscreen>
 	      You will need to alter this script to suit your own needs. It is
-	      written in the chat(8) language.
+	      written in the <tt>chat(8)</tt> language.
 
 <tag/Line 10:/ Sets the default timeout (in seconds) for the connection. So
 	      the connectioned will be closed automatically after 120 seconds
@@ -269,7 +271,7 @@
 	      ISP indicated for their gateway.
 </descrip>
 
-    Now you have to edit the file /etc/ppp/ppp.linkup:
+    Now you have to edit the file <tt>/etc/ppp/ppp.linkup</tt>:
 <tscreen><verb>
 x.x.x.x:
   add 0 0 HISADDR
@@ -278,10 +280,10 @@
     automatically add a default route from your ISP (who's address is
     automatically inserted with the HISADDR macro) to you.
 
-    Finally, you can create the file /etc/ppp/ppp.secret, which sets some
-    passwords to prevent people messing around with ppp on your system. You
-    may or may not want to do this, depending on how many people have access
-    to your ppp system.
+    Finally, you can create the file <tt>/etc/ppp/ppp.secret</tt>, which sets
+    some passwords to prevent people messing around with ppp on your system.
+    You may or may not want to do this, depending on how many people have
+    access to your ppp system.
 
 <sect1><heading>PPP and Dynamic IP configuration</heading>
 
@@ -297,7 +299,8 @@
 <sect1><heading>Final system configuration</heading>
 
 <p>You now have PPP configured, but there's a few more things to do before
-    it's ready to work. They all involve editing the /etc/sysconfig file.
+    it's ready to work. They all involve editing the <tt>/etc/sysconfig</tt>
+    file.
 
     Working from the top down in this file, make sure the ``hostname='' line
     is set, e.g.,
@@ -356,5 +359,5 @@
 <tscreen><verb>
 # ppp -auto provider
 </verb></tscreen>
-    This line could be added to your /etc/rc.local file.
+    This line could be added to your <tt>/etc/rc.local</tt> file.
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199512041615.RAA01646>