From owner-cvs-doc@FreeBSD.ORG Mon Jan 15 23:22:51 2007 Return-Path: X-Original-To: cvs-doc@freebsd.org Delivered-To: cvs-doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7A0C316A407; Mon, 15 Jan 2007 23:22:51 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.freebsd.org (Postfix) with ESMTP id 272AD13C43E; Mon, 15 Jan 2007 23:22:51 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from zion.baldwin.cx (zion.baldwin.cx [192.168.0.7]) (authenticated bits=0) by server.baldwin.cx (8.13.6/8.13.6) with ESMTP id l0FMw2Lq037666; Mon, 15 Jan 2007 17:58:04 -0500 (EST) (envelope-from jhb@freebsd.org) From: John Baldwin To: Joel Dahl Date: Mon, 15 Jan 2007 17:47:20 -0500 User-Agent: KMail/1.9.4 References: <200701151512.l0FFCK9t024291@repoman.freebsd.org> In-Reply-To: <200701151512.l0FFCK9t024291@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200701151747.20627.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [192.168.0.1]); Mon, 15 Jan 2007 17:58:04 -0500 (EST) X-Virus-Scanned: ClamAV 0.88.3/2453/Mon Jan 15 15:22:48 2007 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: doc-committers@freebsd.org, cvs-doc@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: www/en/releases/6.2R announce.sgml X-BeenThere: cvs-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the doc and www trees List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Jan 2007 23:22:51 -0000 On Monday 15 January 2007 10:12, Joel Dahl wrote: > joel 2007-01-15 15:12:20 UTC > > FreeBSD doc repository > > Modified files: > en/releases/6.2R announce.sgml > Log: > It's geli(8), not geli(4). I don't think disk integrity lives in the userland command to configure a geli partition. This is akin to saying that softupdates was added to newfs(8). :) OTOH, it looks like the current geli(8) manpage contains what should be in geli(4) as well, i.e. it should be split into a geli(4) and a geli(8) with the latter describing the userland utility and the former describing the kernel parts. -- John Baldwin