From owner-cvs-all@FreeBSD.ORG Sun Oct 21 00:04:24 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DB3E816A421; Sun, 21 Oct 2007 00:04:24 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 96CC513C442; Sun, 21 Oct 2007 00:04:24 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l9L04NbM077238; Sun, 21 Oct 2007 00:04:23 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9L04N9T077237; Sun, 21 Oct 2007 00:04:23 GMT (envelope-from marcel) Message-Id: <200710210004.l9L04N9T077237@repoman.freebsd.org> From: Marcel Moolenaar Date: Sun, 21 Oct 2007 00:04:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/geom/class/part geom_part.c gpart.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Oct 2007 00:04:25 -0000 marcel 2007-10-21 00:04:23 UTC FreeBSD src repository Modified files: sbin/geom/class/part geom_part.c gpart.8 Log: Add the show command to print the partition information ala gpt(8). Update the manpage accordingly. While here, mention the MBR scheme and add a bugs section. With this commit gpt(8) can be obsoleted. Revision Changes Path 1.2 +183 -1 src/sbin/geom/class/part/geom_part.c 1.2 +22 -5 src/sbin/geom/class/part/gpart.8