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

Hiroki Sato <[email protected]>
Newsgroups gmane.os.freebsd.devel.cvs.doc
Message-ID <[email protected]>
Author: hrs
Date: Tue Dec  9 14:02:20 2014
New Revision: 46077
URL: https://svnweb.freebsd.org/changeset/doc/46077

Log:
  Use <programlisting> and <callout> instead of <procedure>.
  
  Discussed with:	bcr

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	Tue Dec  9 09:07:45 2014	(r46076)
+++ head/en_US.ISO8859-1/books/handbook/network-servers/chapter.xml	Tue Dec  9 14:02:20 2014	(r46077)
@@ -1377,30 +1377,28 @@ Exports list on foobar:
 	it only needs to be enabled by adding the following lines to
 	<filename>/etc/rc.conf</filename>:</para>
 
-      <procedure>
-	<step>
-	  <screen><userinput>nisdomainname="test-domain"</userinput></screen>
+      <programlisting>nisdomainname="test-domain"	<co xml:id="network-nis-co-domainname" />
+nis_server_enable="YES"		<co xml:id="network-nis-co-server" />
+nis_yppasswdd_enable="YES"	<co xml:id="network-nis-co-yppasswdd" /></programlisting>
 
+      <calloutlist>
+	<callout arearefs="network-nis-co-domainname">
 	  <para>This line sets the <acronym>NIS</acronym> domain name
 	    to <literal>test-domain</literal>.</para>
-	</step>
-
-	<step>
-	  <screen><userinput>nis_server_enable="YES"</userinput></screen>
+	</callout>
 
+	<callout arearefs="network-nis-co-server">
 	  <para>This automates the start up of the
 	    <acronym>NIS</acronym> server processes when the system
 	    boots.</para>
-	</step>
-
-	<step>
-	  <screen><userinput>nis_yppasswdd_enable="YES"</userinput></screen>
+	</callout>
 
+	<callout arearefs="network-nis-co-yppasswdd">
 	  <para>This enables the &man.rpc.yppasswdd.8; daemon so that
 	    users can change their <acronym>NIS</acronym> password
 	    from a client machine.</para>
-	</step>
-      </procedure>
+	</callout>
+      </calloutlist>
 
       <para>Care must be taken in a multi-server domain where the
 	server machines are also <acronym>NIS</acronym> clients.  It
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-doc-all
To unsubscribe, send any mail to "[email protected]"
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.