From owner-svn-doc-all@freebsd.org Sun Jun 10 20:21:31 2018 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B5A18102049B; Sun, 10 Jun 2018 20:21:31 +0000 (UTC) (envelope-from sevan@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6443275FDA; Sun, 10 Jun 2018 20:21:31 +0000 (UTC) (envelope-from sevan@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 46AA111AE6; Sun, 10 Jun 2018 20:21:31 +0000 (UTC) (envelope-from sevan@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5AKLV8Q036844; Sun, 10 Jun 2018 20:21:31 GMT (envelope-from sevan@FreeBSD.org) Received: (from sevan@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5AKLVYd036843; Sun, 10 Jun 2018 20:21:31 GMT (envelope-from sevan@FreeBSD.org) Message-Id: <201806102021.w5AKLVYd036843@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sevan set sender to sevan@FreeBSD.org using -f From: Sevan Janiyan Date: Sun, 10 Jun 2018 20:21:31 +0000 (UTC) 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 X-SVN-Group: doc-head X-SVN-Commit-Author: sevan X-SVN-Commit-Paths: head/en_US.ISO8859-1/books/faq X-SVN-Commit-Revision: 51816 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Jun 2018 20:21:31 -0000 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&man.rpc.statd.8; maps its status file (resident on /var) 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 0x10000000, - or one sixteenth of the address space on an IA32, or - exactly 256 MB. + 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 + 0x10000000, or one sixteenth of the + address space on an IA32, or exactly 256 MB. @@ -4118,7 +4118,7 @@ options SYSVMSG # enable for messaging - The system is running a securelevel greater than 0. + The system is running at securelevel greater than 0. Lower the securelevel and try again. For more information, see the FAQ entry on securelevel and the &man.init.8; manual