Date: Sun, 10 Jun 2018 20:21:31 +0000 (UTC) From: Sevan Janiyan <sevan@FreeBSD.org> To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r51816 - head/en_US.ISO8859-1/books/faq Message-ID: <201806102021.w5AKLVYd036843@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sevan Date: Sun Jun 10 20:21:30 2018 New Revision: 51816 URL: https://svnweb.freebsd.org/changeset/doc/51816 Log: Remove nits PR: 203342 Submitted by: anli.azuresand AT gmail Approved by: bcr (mentor) Differential Revision: https://reviews.freebsd.org/D15742 Modified: head/en_US.ISO8859-1/books/faq/book.xml Modified: head/en_US.ISO8859-1/books/faq/book.xml ============================================================================== --- head/en_US.ISO8859-1/books/faq/book.xml Sun Jun 10 19:13:17 2018 (r51815) +++ head/en_US.ISO8859-1/books/faq/book.xml Sun Jun 10 20:21:30 2018 (r51816) @@ -4102,12 +4102,12 @@ options SYSVMSG # enable for messaging</pr <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 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 MB.</para> </answer> </qandaentry> @@ -4118,7 +4118,7 @@ options SYSVMSG # enable for messaging</pr </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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806102021.w5AKLVYd036843>