Remove nits

PR:		203342
Submitted by:	anli.azuresand AT gmail
Approved by:	bcr (mentor)
Differential Revision:	https://reviews.freebsd.org/D15742
This commit is contained in:
Sevan Janiyan 2018-06-10 20:21:30 +00:00
parent 01ca31158c
commit fa44bd52b1
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=51816

View file

@ -4102,12 +4102,12 @@ options SYSVMSG # enable for messaging</programlisting>
<para>&man.rpc.statd.8; maps its status file (resident on
<filename>/var</filename>) into its address space; to save
worrying about remapping it later when it needs to grow,
it maps it with a generous size. This is very evident
from the source code, where one can see that the length
argument to &man.mmap.2; is <literal>0x10000000</literal>,
or one sixteenth of the address space on an IA32, or
exactly 256&nbsp;MB.</para>
worrying about remapping the status file later when it
needs to grow, it maps the status file with a generous
size. This is very evident from the source code, where
one can see that the length argument to &man.mmap.2; is
<literal>0x10000000</literal>, or one sixteenth of the
address space on an IA32, or exactly 256&nbsp;MB.</para>
</answer>
</qandaentry>
@ -4118,7 +4118,7 @@ options SYSVMSG # enable for messaging</programlisting>
</question>
<answer>
<para>The system is running a securelevel greater than 0.
<para>The system is running at securelevel greater than 0.
Lower the securelevel and try again. For
more information, see <link linkend="securelevel">the <acronym>FAQ</acronym>
entry on securelevel</link> and the &man.init.8; manual