From owner-cvs-src-old@FreeBSD.ORG Sat Jun 12 00:29:06 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 8D7B910656CC for ; Sat, 12 Jun 2010 00:29:06 +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 7BDD08FC20 for ; Sat, 12 Jun 2010 00:29:06 +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 o5C0T6EV098646 for ; Sat, 12 Jun 2010 00:29:06 GMT (envelope-from marius@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o5C0T6xh098645 for cvs-src-old@freebsd.org; Sat, 12 Jun 2010 00:29:06 GMT (envelope-from marius@repoman.freebsd.org) Message-Id: <201006120029.o5C0T6xh098645@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marius@repoman.freebsd.org using -f From: Marius Strobl Date: Sat, 12 Jun 2010 00:28:41 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 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: Sat, 12 Jun 2010 00:29:06 -0000 marius 2010-06-12 00:28:41 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sbin/geom/class/part gpart.8 Log: SVN rev 209083 on 2010-06-12 00:28:41Z by marius MFC: r208778 - 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) Approved by: re (bz) Revision Changes Path 1.7.2.2 +38 -11 src/sbin/geom/class/part/gpart.8