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>
This commit is contained in:
parent
aaf9338695
commit
54b4e474e2
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=42496
1 changed files with 7 additions and 7 deletions
|
@ -1545,25 +1545,25 @@ Exports list on foobar:
|
||||||
|
|
||||||
<procedure>
|
<procedure>
|
||||||
<step>
|
<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>
|
<literal>test-domain</literal>
|
||||||
upon network setup (e.g., after reboot).</para>
|
upon network setup (e.g., after reboot).</para>
|
||||||
</step>
|
</step>
|
||||||
|
|
||||||
<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
|
processes when the networking is next brought
|
||||||
up.</para>
|
up.</para>
|
||||||
</step>
|
</step>
|
||||||
|
|
||||||
<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
|
daemon which, as mentioned above, will allow users to
|
||||||
change their NIS password from a client
|
change their NIS password from a client
|
||||||
machine.</para>
|
machine.</para>
|
||||||
|
@ -2914,7 +2914,7 @@ cn: Manager</programlisting>
|
||||||
<para>There will be a request for the password specified
|
<para>There will be a request for the password specified
|
||||||
earlier, and the output should look like this:</para>
|
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 "dc=example,dc=com"
|
||||||
|
|
||||||
adding new entry "cn=Manager,dc=example,dc=com"</screen>
|
adding new entry "cn=Manager,dc=example,dc=com"</screen>
|
||||||
|
|
Loading…
Reference in a new issue