From owner-svn-src-all@FreeBSD.ORG Thu Jun 12 07:05:49 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx2.freebsd.org (mx2.freebsd.org [8.8.178.116]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2E5A6902; Thu, 12 Jun 2014 07:05:49 +0000 (UTC) Received: from butcher-nb.yandex.net (hub.freebsd.org [IPv6:2001:1900:2254:206c::16:88]) by mx2.freebsd.org (Postfix) with ESMTP id E35B728D0; Thu, 12 Jun 2014 07:05:47 +0000 (UTC) Message-ID: <53995119.5040609@FreeBSD.org> Date: Thu, 12 Jun 2014 11:04:57 +0400 From: "Andrey V. Elsukov" User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Dmitry Morozovsky Subject: Re: svn commit: r267357 - head/sys/geom/part References: <201406111019.s5BAJBjW085880@svn.freebsd.org> In-Reply-To: X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jun 2014 07:05:49 -0000 On 11.06.2014 17:48, Dmitry Morozovsky wrote: > On Wed, 11 Jun 2014, Andrey V. Elsukov wrote: > >> Author: ae >> Date: Wed Jun 11 10:19:11 2014 >> New Revision: 267357 >> URL: http://svnweb.freebsd.org/changeset/base/267357 >> >> Log: >> Add aliases for DragonFlyBSD's partition types. > > These should be documented in sbin/geom/class/part/gpart.8 also. I don't think we should document partition types for all foreign systems. gpart(8) exists only in FreeBSD and it's purpose manage partitions in FreeBSD. We already have a lot of NetBSD's and Apple's aliases that aren't documented, but nobody complained about that. In this case it is mostly cosmetic change. It allows to see aliases in the `gpart show` output. Having a lot of partition types documented can confuse users. IMHO. :) -- WBR, Andrey V. Elsukov