svn commit: r44369 - head/en_US.ISO8859-1/books/handbook/ppp-and-slip

Warren Block wblock at FreeBSD.org
Fri Mar 28 03:16:00 UTC 2014


Author: wblock
Date: Fri Mar 28 03:15:59 2014
New Revision: 44369
URL: http://svnweb.freebsd.org/changeset/doc/44369

Log:
  Recover lost <replaceable> tags.

Modified:
  head/en_US.ISO8859-1/books/handbook/ppp-and-slip/chapter.xml

Modified: head/en_US.ISO8859-1/books/handbook/ppp-and-slip/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/ppp-and-slip/chapter.xml	Fri Mar 28 03:11:04 2014	(r44368)
+++ head/en_US.ISO8859-1/books/handbook/ppp-and-slip/chapter.xml	Fri Mar 28 03:15:59 2014	(r44369)
@@ -1144,12 +1144,12 @@ ifconfig_tun0=</programlisting>
       <para>This switches to <quote>terminal</quote> mode in order to
 	manually control the modem.</para>
 
-      <programlisting>deflink: Entering terminal mode on <filename>/dev/cuau1</filename>
+      <programlisting>deflink: Entering terminal mode on <filename class="devicefile">/dev/cuau1</filename>
 type '~h' for help</programlisting>
 
       <screen><userinput>at</userinput>
 OK
-<userinput>atdt123456789</userinput></screen>
+<userinput>atdt<replaceable>123456789</replaceable></userinput></screen>
 
       <para>Use <command>at</command> to initialize the modem, then
 	use <command>atdt</command> and the number for the
@@ -1254,13 +1254,13 @@ OK
 	  <application>PPP</application> before going into terminal
 	  mode:</para>
 
-	<screen>ppp ON example> <userinput>set authname myusername</userinput></screen>
+	<screen>ppp ON example> <userinput>set authname <replaceable>myusername</replaceable></userinput></screen>
 
 	<para>Where <replaceable>myusername</replaceable> should be
 	  replaced with the username that was assigned by the
 	  <acronym>ISP</acronym>.</para>
 
-	<screen>ppp ON example> <userinput>set authkey mypassword</userinput></screen>
+	<screen>ppp ON example> <userinput>set authkey <replaceable>mypassword</replaceable></userinput></screen>
 
 	<para>Where <replaceable>mypassword</replaceable> should be
 	  replaced with the password that was assigned by the
@@ -1569,11 +1569,11 @@ adsl:
       issuing the following command as
       <systemitem class="username">root</systemitem>:</para>
 
-    <screen>&prompt.root; <userinput>mpd -b adsl</userinput></screen>
+    <screen>&prompt.root; <userinput>mpd -b <replaceable>adsl</replaceable></userinput></screen>
 
     <para>To view the status of the connection:</para>
 
-    <screen>&prompt.user; <userinput>ifconfig ng0</userinput>
+    <screen>&prompt.user; <userinput>ifconfig <replaceable>ng0</replaceable></userinput>
 ng0: flags=88d1<UP,POINTOPOINT,RUNNING,NOARP,SIMPLEX,MULTICAST> mtu 1500
      inet 216.136.204.117 --> 204.152.186.171 netmask 0xffffffff</screen>
 
@@ -1632,7 +1632,7 @@ ng0: flags=88d1<UP,POINTOPOINT,RUNNIN
 	open the tunnel and start a <acronym>PPP</acronym>
 	session:</para>
 
-      <screen>&prompt.root; <userinput>pptp address adsl</userinput></screen>
+      <screen>&prompt.root; <userinput>pptp <replaceable>address</replaceable> <replaceable>adsl</replaceable></userinput></screen>
 
       <tip>
 	<para>If an ampersand (<quote>&</quote>) is added
@@ -1649,7 +1649,7 @@ ng0: flags=88d1<UP,POINTOPOINT,RUNNIN
 	<application>pptp</application> process has confirmed a
 	connection, examine the tunnel:</para>
 
-      <screen>&prompt.user; <userinput>ifconfig tun0</userinput>
+      <screen>&prompt.user; <userinput>ifconfig <replaceable>tun0</replaceable></userinput>
 tun0: flags=8051<UP,POINTOPOINT,RUNNING,MULTICAST> mtu 1500
         inet 216.136.204.21 --> 204.152.186.171 netmask 0xffffff00
 	Opened by PID 918</screen>


More information about the svn-doc-all mailing list