Date: Mon, 5 Aug 2013 19:16:04 +0000 (UTC) From: Warren Block <wblock@FreeBSD.org> To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r42496 - head/en_US.ISO8859-1/books/handbook/network-servers Message-ID: <201308051916.r75JG4Ye097682@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wblock Date: Mon Aug 5 19:16:03 2013 New Revision: 42496 URL: http://svnweb.freebsd.org/changeset/doc/42496 Log: Move programlistings outside of paragraphs. Remove a space after a prompt as mentioned in PR docs/181075. Because this is inside a screen element, it is really content, not whitespace. PR: docs/181075 (partial) Submitted by: Ken Reed <kreed002@gmail.com> 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 Mon Aug 5 15:41:48 2013 (r42495) +++ head/en_US.ISO8859-1/books/handbook/network-servers/chapter.xml Mon Aug 5 19:16:03 2013 (r42496) @@ -1545,25 +1545,25 @@ Exports list on foobar: <procedure> <step> - <para><programlisting>nisdomainname="test-domain"</programlisting> + <programlisting>nisdomainname="test-domain"</programlisting> - This line will set the NIS domainname to + <para>This line will set the NIS domainname to <literal>test-domain</literal> upon network setup (e.g., after reboot).</para> </step> <step> - <para><programlisting>nis_server_enable="YES"</programlisting> + <programlisting>nis_server_enable="YES"</programlisting> - This will tell FreeBSD to start up the NIS server + <para>This will tell FreeBSD to start up the NIS server processes when the networking is next brought up.</para> </step> <step> - <para><programlisting>nis_yppasswdd_enable="YES"</programlisting> + <programlisting>nis_yppasswdd_enable="YES"</programlisting> - This will enable the <command>rpc.yppasswdd</command> + <para>This will enable the <command>rpc.yppasswdd</command> daemon which, as mentioned above, will allow users to change their NIS password from a client machine.</para> @@ -2914,7 +2914,7 @@ cn: Manager</programlisting> <para>There will be a request for the password specified earlier, and the output should look like this:</para> - <screen>Enter LDAP Password: + <screen>Enter LDAP Password: adding new entry "dc=example,dc=com" adding new entry "cn=Manager,dc=example,dc=com"</screen>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308051916.r75JG4Ye097682>