From owner-freebsd-stable@FreeBSD.ORG Tue Jul 1 16:39:15 2014 Return-Path: Delivered-To: freebsd-stable@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 CE569C4D; Tue, 1 Jul 2014 16:39:15 +0000 (UTC) Received: from hydra.pix.net (hydra.pix.net [IPv6:2001:470:e254::4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A2A702505; Tue, 1 Jul 2014 16:39:15 +0000 (UTC) Received: from mail.distal.com (mail.distal.com [IPv6:2001:470:e24c:200::ae25]) (authenticated bits=0) by hydra.pix.net (8.14.8/8.14.8) with ESMTP id s61Gd665013398; Tue, 1 Jul 2014 12:39:13 -0400 (EDT) (envelope-from cross+freebsd@distal.com) X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.98.1 at mail.pix.net Received: from zalamar.mm-corp.net ([65.207.51.199]) (authenticated bits=0) by mail.distal.com (8.14.8/8.14.8) with ESMTP id s61GbhUr006520 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Tue, 1 Jul 2014 12:37:44 -0400 (EDT) (envelope-from cross+freebsd@distal.com) From: Chris Ross Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Subject: gpart(8) man page missing list documentation Message-Id: <6D400FD8-FF1F-42AC-AC54-EA1B5723EF1B@distal.com> Date: Tue, 1 Jul 2014 12:37:21 -0400 To: freebsd-current@freebsd.org, freebsd-stable@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 7.1 \(1827\)) X-Mailer: Apple Mail (2.1827) X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (mail.distal.com [206.138.151.250]); Tue, 01 Jul 2014 12:37:44 -0400 (EDT) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jul 2014 16:39:15 -0000 Looking at the man page for gpart(8) on a recent 10-stable system, I = was trying to find out what the -a option to list does. (shown in the = output of gpart when run with no parameters). Interestingly, despite = =93list=94 being highlighted in paragraph text as an action for the = command, it does not appear in the summary at the top of the page, nor = in the detailed DESCRIPTION section that describes each of the actions. This appears to still be the case on HEAD, as well. I assume this is = worth fixing and MFC=92ing? Thanks. - Chris