From owner-svn-src-head@freebsd.org Fri May 11 12:57:27 2018 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C9426FD2DE1; Fri, 11 May 2018 12:57:26 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7B7C17BA9F; Fri, 11 May 2018 12:57:26 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5C9347C8C; Fri, 11 May 2018 12:57:26 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4BCvQmh014934; Fri, 11 May 2018 12:57:26 GMT (envelope-from emaste@FreeBSD.org) Received: (from emaste@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4BCvQDu014933; Fri, 11 May 2018 12:57:26 GMT (envelope-from emaste@FreeBSD.org) Message-Id: <201805111257.w4BCvQDu014933@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: emaste set sender to emaste@FreeBSD.org using -f From: Ed Maste Date: Fri, 11 May 2018 12:57:26 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r333487 - head/sbin/geom/class/part X-SVN-Group: head X-SVN-Commit-Author: emaste X-SVN-Commit-Paths: head/sbin/geom/class/part X-SVN-Commit-Revision: 333487 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 May 2018 12:57:27 -0000 Author: emaste Date: Fri May 11 12:57:25 2018 New Revision: 333487 URL: https://svnweb.freebsd.org/changeset/base/333487 Log: gpart.8: sort suboptions per mdoc(7) Alphabetical order, uppercase before lowercase for each letter and with no regard to whether an option takes an argument. Sponsored by: The FreeBSD Foundation Modified: head/sbin/geom/class/part/gpart.8 Modified: head/sbin/geom/class/part/gpart.8 ============================================================================== --- head/sbin/geom/class/part/gpart.8 Fri May 11 08:56:39 2018 (r333486) +++ head/sbin/geom/class/part/gpart.8 Fri May 11 12:57:25 2018 (r333487) @@ -178,6 +178,12 @@ offset and partition to be multiple of .Ar alignment value. +.It Fl f Ar flags +Additional operational flags. +See the section entitled +.Sx "OPERATIONAL FLAGS" +below for a discussion +about its use. .It Fl i Ar index The index in the partition table at which the new partition is to be placed. @@ -187,12 +193,6 @@ to represent the partition. The label attached to the partition. This option is only valid when used on partitioning schemes that support partition labels. -.It Fl f Ar flags -Additional operational flags. -See the section entitled -.Sx "OPERATIONAL FLAGS" -below for a discussion -about its use. .El .\" ==== BACKUP ==== .It Cm backup @@ -264,6 +264,12 @@ that scheme can be used to partition a disk. .Pp Additional options include: .Bl -tag -width 10n +.It Fl f Ar flags +Additional operational flags. +See the section entitled +.Sx "OPERATIONAL FLAGS" +below for a discussion +about its use. .It Fl n Ar entries The number of entries in the partition table. Every partitioning scheme has a minimum and maximum number of entries. @@ -273,12 +279,6 @@ Some schemes have a maximum equal to the minimum and s a maximum large enough to be considered unlimited. By default, partition tables are created with the minimum number of entries. -.It Fl f Ar flags -Additional operational flags. -See the section entitled -.Sx "OPERATIONAL FLAGS" -below for a discussion -about its use. .El .\" ==== DELETE ==== .It Cm delete @@ -407,14 +407,14 @@ Additional options include: Destroy partition table on the given .Ar provider before doing restore. -.It Fl l -Restore partition labels for partitioning schemes that support them. .It Fl f Ar flags Additional operational flags. See the section entitled .Sx "OPERATIONAL FLAGS" below for a discussion about its use. +.It Fl l +Restore partition labels for partitioning schemes that support them. .El .\" ==== SET ==== .It Cm set