svn commit: r46067 - head/en_US.ISO8859-1/books/handbook/network-servers

Benedict Reuschling bcr at FreeBSD.org
Sat Dec 6 18:14:33 UTC 2014


Author: bcr
Date: Sat Dec  6 18:14:32 2014
New Revision: 46067
URL: https://svnweb.freebsd.org/changeset/doc/46067

Log:
  Remove programlistings that are inside other elements and replace them
  based on the context they appear in with <screen><userinput> tags.
  Also, remove three separate screen tags that belong together and
  wrap them into one.  The output is not changed by these changes.
  
  Obtained from:	    igor(1) output and rereading the FDP primer

Modified:
  head/en_US.ISO8859-1/books/handbook/network-servers/chapter.xml

Modified: head/en_US.ISO8859-1/books/handbook/network-servers/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/network-servers/chapter.xml	Sat Dec  6 14:51:10 2014	(r46066)
+++ head/en_US.ISO8859-1/books/handbook/network-servers/chapter.xml	Sat Dec  6 18:14:32 2014	(r46067)
@@ -992,9 +992,9 @@ Exports list on foobar:
 
       <para>Then &man.autofs.5; can be started by running:</para>
 
-      <screen>&prompt.root; <userinput>service automount start</userinput></screen>
-      <screen>&prompt.root; <userinput>service automountd start</userinput></screen>
-      <screen>&prompt.root; <userinput>service autounmountd start</userinput></screen>
+      <screen>&prompt.root; <userinput>service automount start</userinput>
+&prompt.root; <userinput>service automountd start</userinput>
+&prompt.root; <userinput>service autounmountd start</userinput></screen>
 
       <para>The &man.autofs.5; map format is the same as in other
 	operating systems, it might be desirable to consult
@@ -1379,14 +1379,14 @@ Exports list on foobar:
 
       <procedure>
 	<step>
-	  <programlisting>nisdomainname="test-domain"</programlisting>
+	  <screen><userinput>nisdomainname="test-domain"</userinput></screen>
 
 	  <para>This line sets the <acronym>NIS</acronym> domain name
 	    to <literal>test-domain</literal>.</para>
 	</step>
 
 	<step>
-	  <programlisting>nis_server_enable="YES"</programlisting>
+	  <screen><userinput>nis_server_enable="YES"</userinput></screen>
 
 	  <para>This automates the start up of the
 	    <acronym>NIS</acronym> server processes when the system
@@ -1394,7 +1394,7 @@ Exports list on foobar:
 	</step>
 
 	<step>
-	  <programlisting>nis_yppasswdd_enable="YES"</programlisting>
+	  <screen><userinput>nis_yppasswdd_enable="YES"</userinput></screen>
 
 	  <para>This enables the &man.rpc.yppasswdd.8; daemon so that
 	    users can change their <acronym>NIS</acronym> password


More information about the svn-doc-all mailing list