svn commit: r40326 - head/en_US.ISO8859-1/books/faq

Eitan Adler eadler at FreeBSD.org
Mon Dec 10 15:31:09 UTC 2012


Author: eadler
Date: Mon Dec 10 15:31:08 2012
New Revision: 40326
URL: http://svnweb.freebsd.org/changeset/doc/40326

Log:
  Combine all the serial questions under one section in the FAQ.
  
  Approved by:	bcr (mentor)

Modified:
  head/en_US.ISO8859-1/books/faq/book.xml

Modified: head/en_US.ISO8859-1/books/faq/book.xml
==============================================================================
--- head/en_US.ISO8859-1/books/faq/book.xml	Mon Dec 10 15:31:06 2012	(r40325)
+++ head/en_US.ISO8859-1/books/faq/book.xml	Mon Dec 10 15:31:08 2012	(r40326)
@@ -2302,7 +2302,7 @@ bindkey ^[[3~ delete-char # for xterm</p
     </sect1>
 
     <sect1 id="compatibility-networking">
-      <title>Networking and Serial Devices</title>
+      <title>Networking</title>
 
       <qandaset>
 	<qandaentry>
@@ -2327,37 +2327,6 @@ bindkey ^[[3~ delete-char # for xterm</p
 	      &man.bwn.4; and &man.bwi.4; drivers.</para>
 	  </answer>
 	</qandaentry>
-
-	<qandaentry>
-	  <question id="multiport-serial-support">
-	    <para>Which multi-port serial cards are supported by
-	      &os;?</para>
-	  </question>
-
-	  <answer>
-	    <para>There is a list of these in the <ulink
-		url="&url.books.handbook;/serial.html">Serial Communications</ulink>
-	      chapter of the handbook.</para>
-
-	    <para>Some unnamed clone cards have also been known to work,
-	      especially those that claim to be AST compatible.</para>
-
-	    <para>Check &man.uart.4; and &man.sio.4; to get more
-	      information on configuring such cards.</para>
-	  </answer>
-	</qandaentry>
-
-	<qandaentry>
-	  <question id="serial-console-prompt">
-	    <para>How do I get the boot: prompt to show on the serial
-	      console?</para>
-	  </question>
-
-	  <answer>
-	    <para>See <ulink
-		url="&url.books.handbook;/serialconsole-setup.html">this section of the handbook</ulink>.</para>
-	  </answer>
-	</qandaentry>
       </qandaset>
     </sect1>
 
@@ -8414,6 +8383,37 @@ ATDT1234567</programlisting>
 
     <qandaset>
       <qandaentry>
+	<question id="multiport-serial-support">
+	  <para>Which multi-port serial cards are supported by
+	    &os;?</para>
+	</question>
+
+	<answer>
+	  <para>There is a list of these in the <ulink
+	      url="&url.books.handbook;/serial.html">Serial Communications</ulink>
+	    chapter of the handbook.</para>
+
+	  <para>Some unnamed clone cards have also been known to work,
+	    especially those that claim to be AST compatible.</para>
+
+	  <para>Check &man.uart.4; and &man.sio.4; to get more
+	    information on configuring such cards.</para>
+	</answer>
+      </qandaentry>
+
+      <qandaentry>
+	<question id="serial-console-prompt">
+	  <para>How do I get the boot: prompt to show on the serial
+	    console?</para>
+	</question>
+
+	<answer>
+	  <para>See <ulink
+	      url="&url.books.handbook;/serialconsole-setup.html">this section of the handbook</ulink>.</para>
+	</answer>
+      </qandaentry>
+
+      <qandaentry>
 	<question id="found-serial">
 	  <para>How do I tell if &os; found my serial ports or modem
 	    cards?</para>


More information about the svn-doc-all mailing list