From owner-svn-doc-all@FreeBSD.ORG Tue May 6 14:34:24 2014 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 43865507; Tue, 6 May 2014 14:34:24 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3069F9C1; Tue, 6 May 2014 14:34:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s46EYOLN046522; Tue, 6 May 2014 14:34:24 GMT (envelope-from dru@svn.freebsd.org) Received: (from dru@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s46EYOlH046521; Tue, 6 May 2014 14:34:24 GMT (envelope-from dru@svn.freebsd.org) Message-Id: <201405061434.s46EYOlH046521@svn.freebsd.org> From: Dru Lavigne Date: Tue, 6 May 2014 14:34:24 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r44771 - head/en_US.ISO8859-1/books/handbook/config X-SVN-Group: doc-head 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.18 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: Tue, 06 May 2014 14:34:24 -0000 Author: dru Date: Tue May 6 14:34:23 2014 New Revision: 44771 URL: http://svnweb.freebsd.org/changeset/doc/44771 Log: White space fix only. Translators can ignore. Sponsored by: iXsystems Modified: head/en_US.ISO8859-1/books/handbook/config/chapter.xml Modified: head/en_US.ISO8859-1/books/handbook/config/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/config/chapter.xml Tue May 6 14:18:28 2014 (r44770) +++ head/en_US.ISO8859-1/books/handbook/config/chapter.xml Tue May 6 14:34:23 2014 (r44771) @@ -2709,29 +2709,29 @@ kern.maxvnodes: 100000 on an existing partition. For information on how to encrypt swap space, which options - exist, and why it should be done, refer to - . + exist, and why it should be done, refer to . Swap on a New Hard Drive or Existing Partition Adding a new hard drive for swap gives better performance than using a partition on an existing drive. Setting up - partitions and hard drives is explained in - while - discusses partition - layouts and swap partition size considerations. + partitions and hard drives is explained in while discusses partition layouts + and swap partition size considerations. - Use swapon to add a swap partition to the system. - For example: + Use swapon to add a swap partition to + the system. For example: &prompt.root; swapon /dev/ada1s1b It is possible to use any partition not currently mounted, even if it already contains data. Using - swapon on a partition that contains data will - overwrite and destroy that data. Make sure that the + swapon on a partition that contains data + will overwrite and destroy that data. Make sure that the partition to be added as swap is really the intended partition before running swapon. @@ -2750,8 +2750,8 @@ kern.maxvnodes: 100000 Creating a Swap File - To instead create a swap file, specify its size. The following - example creates a 64MB file named + To instead create a swap file, specify its size. The + following example creates a 64MB file named /usr/swap0. @@ -2760,10 +2760,9 @@ kern.maxvnodes: 100000 The GENERIC kernel already - includes the required memory disk driver. - When building a custom kernel, - make sure to include the following line in the custom - configuration file: + includes the required memory disk driver. When building + a custom kernel, make sure to include the following line + in the custom configuration file: device md @@ -2793,10 +2792,9 @@ kern.maxvnodes: 100000 - To enable the swap file - immediately, specify a free memory device. Refer to - for more information - about memory devices. + To enable the swap file immediately, specify a free + memory device. Refer to + for more information about memory devices. &prompt.root; mdconfig -a -t vnode -f /usr/swap0 -u 0 && swapon /dev/md0