Index: head/en_US.ISO8859-1/books/faq/book.xml =================================================================== --- head/en_US.ISO8859-1/books/faq/book.xml +++ head/en_US.ISO8859-1/books/faq/book.xml @@ -4102,12 +4102,12 @@ &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 @@ - 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