From owner-svn-doc-head@FreeBSD.ORG Fri Feb 8 19:08:37 2013 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 37F62F92; Fri, 8 Feb 2013 19:08:37 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 11A20998; Fri, 8 Feb 2013 19:08:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r18J8alB006623; Fri, 8 Feb 2013 19:08:36 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r18J8aHm006622; Fri, 8 Feb 2013 19:08:36 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201302081908.r18J8aHm006622@svn.freebsd.org> From: Eitan Adler Date: Fri, 8 Feb 2013 19:08:36 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40916 - head/en_US.ISO8859-1/books/faq X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Feb 2013 19:08:37 -0000 Author: eadler Date: Fri Feb 8 19:08:36 2013 New Revision: 40916 URL: http://svnweb.freebsd.org/changeset/doc/40916 Log: Fix a few style errors reported by igor. igor -RabfswcnotS book.xml now reports no problems. This is primarily a whitespace and gramma change but translators may want to double check. Approved by: bcr (mentor) 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 Fri Feb 8 19:08:34 2013 (r40915) +++ head/en_US.ISO8859-1/books/faq/book.xml Fri Feb 8 19:08:36 2013 (r40916) @@ -3117,7 +3117,7 @@ kern.sched.name: ULE this. Alternatively, partition and label the new disk with either - &man.sade.8; or &man.gpart.8;. If the disks are MBR-formatted, + &man.sade.8; or &man.gpart.8;. If the disks are MBR-formatted, you can also install booteasy on both disks with &man.boot0cfg.8;, so that you can dual boot to the old or new system after the copying is done. @@ -4401,9 +4401,9 @@ options SYSVMSG # enable for required to boot from a &os; installation disk, choose the Live CD or Shell at the beginning of the install - process and issue the commands mentioned above. You will need to + process and issue the commands mentioned above. You will need to mount the specific partition in this case and then chroot to it, - i.e. replace mount -urw / by + i.e., replace mount -urw / by mount /dev/ada0p1 /mnt; chroot /mnt for a system on ada0p1. @@ -6022,7 +6022,7 @@ Key F15 A A Menu Wo The most common way to accomplish this is to build a simulated environment in a subdirectory and then run the - processes in that directory chroot'd (i.e., / for that process is this directory, not the real / of the system).