From owner-cvs-src-old@FreeBSD.ORG Thu Jun 3 13:07:41 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0044C1065677 for ; Thu, 3 Jun 2010 13:07:40 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (unknown [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E386F8FC26 for ; Thu, 3 Jun 2010 13:07:40 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o53D7eSk081900 for ; Thu, 3 Jun 2010 13:07:40 GMT (envelope-from marius@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o53D7efJ081899 for cvs-src-old@freebsd.org; Thu, 3 Jun 2010 13:07:40 GMT (envelope-from marius@repoman.freebsd.org) Message-Id: <201006031307.o53D7efJ081899@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marius@repoman.freebsd.org using -f From: Marius Strobl Date: Thu, 3 Jun 2010 13:04:56 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/geom/class/part gpart.8 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jun 2010 13:07:41 -0000 marius 2010-06-03 13:04:56 UTC FreeBSD src repository Modified files: sbin/geom/class/part gpart.8 Log: SVN rev 208778 on 2010-06-03 13:04:56Z by marius - Mention that VTOC8 labels are found in Fujitsu SPARC64 machines as well. - Add information regarding VTOC8 bootrstrap code and how it's handled with r208777 in place. - Document the mapping of partition types to VTOC8 tags. - Add examples for VTOC8 to the respective section. - Eliminated hard sentence breaks. Reviewed by: marcel (slightly buggy version) MFC after: 3 days Revision Changes Path 1.11 +43 -14 src/sbin/geom/class/part/gpart.8