From owner-freebsd-doc@FreeBSD.ORG Fri Sep 13 13:02:50 2013 Return-Path: Delivered-To: freebsd-doc@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 ESMTP id C71408AF; Fri, 13 Sep 2013 13:02:50 +0000 (UTC) (envelope-from ronald-freebsd8@klop.yi.org) Received: from cpsmtpb-ews10.kpnxchange.com (cpsmtpb-ews10.kpnxchange.com [213.75.39.15]) by mx1.freebsd.org (Postfix) with ESMTP id 5FB372080; Fri, 13 Sep 2013 13:02:48 +0000 (UTC) Received: from cpsps-ews25.kpnxchange.com ([10.94.84.191]) by cpsmtpb-ews10.kpnxchange.com with Microsoft SMTPSVC(7.5.7601.17514); Fri, 13 Sep 2013 15:01:38 +0200 Received: from CPSMTPM-TLF104.kpnxchange.com ([195.121.3.7]) by cpsps-ews25.kpnxchange.com with Microsoft SMTPSVC(7.5.7601.17514); Fri, 13 Sep 2013 15:01:37 +0200 Received: from sjakie.klop.ws ([212.182.167.131]) by CPSMTPM-TLF104.kpnxchange.com with Microsoft SMTPSVC(7.5.7601.17514); Fri, 13 Sep 2013 15:01:37 +0200 Received: from 212-182-167-131.ip.telfort.nl (localhost [127.0.0.1]) by sjakie.klop.ws (Postfix) with ESMTP id 0F95016941; Fri, 13 Sep 2013 15:01:37 +0200 (CEST) Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes To: freebsd-doc@freebsd.org Date: Fri, 13 Sep 2013 15:01:36 +0200 Subject: Doc about Swapfile is old. MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Ronald Klop" Message-ID: User-Agent: Opera Mail/12.16 (FreeBSD) X-OriginalArrivalTime: 13 Sep 2013 13:01:37.0928 (UTC) FILETIME=[61DA2880:01CEB081] X-RcptDomain: freebsd.org X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Sep 2013 13:02:50 -0000 Hello documentation team, FYI. Today I tried creating a swapfile on FreeBSD 10-CURRENT using this documentation. http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/adding-swap-space.html It did not work and some googling gave me this commit which describes the right way to configure this. http://lists.freebsd.org/pipermail/svn-src-head/2013-June/048862.html I don't know if the handbook is only for stable/release. Regards, Ronald.