- Fix title capitalizations
- Standardize the use of 'e.g.,' and 'i.e.,' where appropriate - Wrap application names with <application> tags in <title>s where appropriate Spotted by: textproc/igor
This commit is contained in:
parent
2be5a07057
commit
4a0246641b
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=38381
1 changed files with 16 additions and 16 deletions
|
@ -264,7 +264,7 @@
|
|||
|
||||
<example id="network-inetd-reread">
|
||||
<title>Reloading the <application>inetd</application>
|
||||
configuration file</title>
|
||||
Configuration File</title>
|
||||
|
||||
<screen>&prompt.root; <userinput>/etc/rc.d/inetd reload</userinput></screen>
|
||||
</example>
|
||||
|
@ -388,7 +388,7 @@ server-program-arguments</programlisting>
|
|||
place to a particular daemon can be enabled.
|
||||
<option>max-connections-per-ip-per-minute</option> limits
|
||||
the number of connections from any particular IP address
|
||||
per minutes, e.g. a value of ten would limit any particular
|
||||
per minutes, e.g., a value of ten would limit any particular
|
||||
IP address connecting to a particular service to ten
|
||||
attempts per minute. <option>max-child-per-ip</option>
|
||||
limits the number of children that can be started on
|
||||
|
@ -837,7 +837,7 @@ mountd_flags="-r"</programlisting>
|
|||
<sect2>
|
||||
<title>Locking</title>
|
||||
|
||||
<para>Some applications (e.g. <application>mutt</application>)
|
||||
<para>Some applications (e.g., <application>mutt</application>)
|
||||
require file locking to operate correctly. In the case of
|
||||
<acronym>NFS</acronym>, <application>rpc.lockd</application>
|
||||
can be used for file locking. To enable it, add the following
|
||||
|
@ -1501,7 +1501,7 @@ Exports list on foobar:
|
|||
<para><programlisting>nisdomainname="test-domain"</programlisting>
|
||||
This line will set the NIS domainname to
|
||||
<literal>test-domain</literal>
|
||||
upon network setup (e.g. after reboot).</para>
|
||||
upon network setup (e.g., after reboot).</para>
|
||||
</step>
|
||||
<step>
|
||||
<para><programlisting>nis_server_enable="YES"</programlisting>
|
||||
|
@ -2898,7 +2898,7 @@ host mailhost {
|
|||
<para>Once you have finished writing your
|
||||
<filename>dhcpd.conf</filename>,
|
||||
you should enable the DHCP server in
|
||||
<filename>/etc/rc.conf</filename>, i.e. by adding:</para>
|
||||
<filename>/etc/rc.conf</filename>, i.e., by adding:</para>
|
||||
|
||||
<programlisting>dhcpd_enable="YES"
|
||||
dhcpd_ifaces="dc0"</programlisting>
|
||||
|
@ -3935,7 +3935,7 @@ mail IN A 192.168.1.5</programlisting>
|
|||
differences will be pointed out.</para>
|
||||
|
||||
<sect3>
|
||||
<title>Recursive <acronym>DNS</acronym> server configuration</title>
|
||||
<title>Recursive <acronym>DNS</acronym> Server Configuration</title>
|
||||
|
||||
<para>Enabling <acronym>DNSSEC</acronym> validation of queries
|
||||
performed by a recursive <acronym>DNS</acronym> server requires a few
|
||||
|
@ -4072,7 +4072,7 @@ dnssec-validation yes;</programlisting>
|
|||
</sect3>
|
||||
|
||||
<sect3 id="dns-dnssec-auth">
|
||||
<title>Authoritative <acronym>DNS</acronym> server configuration</title>
|
||||
<title>Authoritative <acronym>DNS</acronym> Server Configuration</title>
|
||||
|
||||
<para>In order to get an authoritative name server to serve a
|
||||
<acronym>DNSSEC</acronym> signed zone a little more work is
|
||||
|
@ -4181,7 +4181,7 @@ $include Kexample.com.+005+nnnnn.ZSK.key ; ZSK</programlisting>
|
|||
</sect3>
|
||||
|
||||
<sect3>
|
||||
<title>Automation using <acronym>BIND</acronym> 9.7 or later</title>
|
||||
<title>Automation Using <acronym>BIND</acronym> 9.7 or Later</title>
|
||||
|
||||
<para>Beginning with <acronym>BIND</acronym> version 9.7 a new
|
||||
feature called <emphasis>Smart Signing</emphasis> was introduced.
|
||||
|
@ -4546,7 +4546,7 @@ DocumentRoot /www/someotherdomain.tld
|
|||
more popular add-on modules.</para>
|
||||
|
||||
<sect3>
|
||||
<title>mod_ssl</title>
|
||||
<title><application>mod_ssl</application></title>
|
||||
|
||||
<indexterm><primary>web servers</primary>
|
||||
<secondary>secure</secondary></indexterm>
|
||||
|
@ -4617,7 +4617,7 @@ DocumentRoot /www/someotherdomain.tld
|
|||
these pre-requisites for you with the appropriate flags.</para>
|
||||
|
||||
<example id="network-www-django-install">
|
||||
<title>Installing Django with Apache2, mod_python3, and PostgreSQL</title>
|
||||
<title>Installing Django with <application>Apache2</application>, <application>mod_python3</application>, and <application>PostgreSQL</application></title>
|
||||
|
||||
<screen>&prompt.root; <userinput>cd /usr/ports/www/py-django; make all install clean -DWITH_MOD_PYTHON3 -DWITH_POSTGRESQL</userinput></screen>
|
||||
</example>
|
||||
|
@ -4661,7 +4661,7 @@ DocumentRoot /www/someotherdomain.tld
|
|||
</sect3>
|
||||
|
||||
<sect3>
|
||||
<title>mod_perl2</title>
|
||||
<title><application>mod_perl2</application></title>
|
||||
|
||||
<indexterm>
|
||||
<primary>mod_perl2</primary>
|
||||
|
@ -4691,7 +4691,7 @@ DocumentRoot /www/someotherdomain.tld
|
|||
</author>
|
||||
</authorgroup>
|
||||
</sect3info>
|
||||
<title>mod_php</title>
|
||||
<title><application>mod_php</application></title>
|
||||
|
||||
<indexterm>
|
||||
<primary>mod_php</primary>
|
||||
|
@ -4715,7 +4715,7 @@ DocumentRoot /www/someotherdomain.tld
|
|||
<para>If the <filename role="package">lang/php5</filename> port
|
||||
is being installed for the first time, available
|
||||
<literal>OPTIONS</literal> will be displayed automatically.
|
||||
If a menu is not displayed, i.e. because the <filename
|
||||
If a menu is not displayed, i.e., because the <filename
|
||||
role="package">lang/php5</filename> port has been installed
|
||||
some time in the past, it is always possible to bring the
|
||||
options dialog up again by running:</para>
|
||||
|
@ -4731,7 +4731,7 @@ DocumentRoot /www/someotherdomain.tld
|
|||
|
||||
<note>
|
||||
<para>A lot of sites are still using <acronym>PHP</acronym>4
|
||||
for various reasons (i.e. compatibility issues or already
|
||||
for various reasons (i.e., compatibility issues or already
|
||||
deployed web applications). If the
|
||||
<application>mod_php4</application> is needed instead of
|
||||
<application>mod_php5</application>, then please use the
|
||||
|
@ -4942,7 +4942,7 @@ DocumentRoot /www/someotherdomain.tld
|
|||
</author>
|
||||
</authorgroup>
|
||||
</sect1info>
|
||||
<title>File and Print Services for µsoft.windows; clients (Samba)</title>
|
||||
<title>File and Print Services for µsoft.windows; Clients (Samba)</title>
|
||||
|
||||
<indexterm><primary>Samba server</primary></indexterm>
|
||||
<indexterm><primary>Microsoft Windows</primary></indexterm>
|
||||
|
@ -5404,7 +5404,7 @@ driftfile /var/db/ntp.drift</programlisting>
|
|||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>Using ntpd with a Temporary Internet
|
||||
<title>Using <application>ntpd</application> with a Temporary Internet
|
||||
Connection</title>
|
||||
|
||||
<para>The &man.ntpd.8; program does not need a permanent
|
||||
|
|
Loading…
Reference in a new issue