Fix a couple of minor grammar nits.

This commit is contained in:
Murray Stokely 2001-09-04 08:27:33 +00:00
parent b80538a56f
commit 08f2fbefdd
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=10570

View file

@ -1,7 +1,7 @@
<!--
The FreeBSD Documentation Project
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/config/chapter.sgml,v 1.23 2001/08/23 23:11:29 chern Exp $
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/config/chapter.sgml,v 1.24 2001/08/28 14:12:27 olgeni Exp $
-->
<chapter id="config-tuning">
@ -259,7 +259,7 @@
<para>A number of strategies may be applied in clustered
applications to separate site-wide configuration from
system-specific configuration in order to keep administration
overheads down. The recommended approach is to place site-wide
overhead down. The recommended approach is to place site-wide
configuration into another file,
such as <filename>/etc/rc.conf.site</filename>, and then include
this file into <filename>/etc/rc.conf</filename>, which will
@ -788,8 +788,9 @@ compat.linux.osrelease=4.3-STABLE</programlisting>
<screen>&prompt.user; <userinput>sysctl kern.maxproc</userinput>
kern.maxproc: 1044</screen>
<para>To set a particular variable, use the <literal>=</literal>
option:</para>
<para>To set a particular variable, use the intuitive
<replaceable>variable</replaceable>=<replaceable>value</replaceable>
syntax:</para>
<screen>&prompt.root; <userinput>sysctl kern.maxfiles=5000</userinput>
kern.maxfiles: 2088 -> 5000</screen>