From: J William Piggott <elseifthen@gmx.com>
To: Benno Schulenberg <bensberg@justemail.net>, util-linux@vger.kernel.org
Subject: Re: [PATCH 8/8] docs: add the Sort command to the man page of cfdisk
Date: Sun, 01 Feb 2015 14:38:10 -0500 [thread overview]
Message-ID: <54CE80A2.1040008@gmx.com> (raw)
In-Reply-To: <1422799213-16717-8-git-send-email-bensberg@justemail.net>
On 02/01/2015 09:00 AM, Benno Schulenberg wrote:
> Also sort T into its proper position, improve the wording of U,
> and add the Left and Right arrow keys.
>
> Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
> ---
> disk-utils/cfdisk.8 | 38 +++++++++++++++++++++++---------------
> 1 files changed, 23 insertions(+), 15 deletions(-)
>
> diff --git a/disk-utils/cfdisk.8 b/disk-utils/cfdisk.8
> index dc30b70..e4577d5 100644
> --- a/disk-utils/cfdisk.8
> +++ b/disk-utils/cfdisk.8
> @@ -66,9 +66,8 @@ Display version information and exit.
> .BR \-z , " \-\-zero"
> Start with an in-memory zeroed partition table. This option does not zero the
> partition table on the disk; rather, it simply starts the program without
> -reading the existing partition table. This option allows to a create new
> -partition table from scratch or create a new partition table according to
> -a sfdisk compatible script.
> +reading the existing partition table. This option allows you to create a new
> +partition table from scratch or from an sfdisk-compatible script.
>
> .SH COMMANDS
> The commands for
> @@ -107,22 +106,27 @@ MiB (=1024*1024), and so on for GiB, TiB, PiB, EiB, ZiB and YiB
> Quit the program. This will exit the program without writing any data to
> the disk.
> .TP
> -.B u
> -Dump the current in-memory partition table to the sfdisk compatible file.
> -.sp
> -The script files are compatible between cfdisk, sfdisk, fdisk and another
> -libfdisk applications. For more details see
> -.BR sfdisk (8).
> -.sp
> -It is also possible to load sfdisk script to cfdisk if there is no partition
> -table on the device or when you start cfdisk with \fI--zero\fR command line
> -option.
> +.B s
> +Sort the partitions in ascending start-sector order. When deleting and
> +adding partitions, it is likely that the numbering of the partitions will
> +no longer match their order on the disk. This command restores that match.
> .TP
> .B t
> Change the partition type. By default, new partitions are created as
> .I Linux
> partitions.
> .TP
> +.B u
> +Dump the current in-memory partition table to an sfdisk-compatible script file.
> +.sp
> +The script files are compatible between \fBcfdisk\fR, \fBfdisk\fR, \fBsfdisk\fR
> +and other libfdisk applications. For more details see
> +.BR sfdisk (8).
> +.sp
> +It is also possible to load an sfdisk-script into \fBcfdisk\fR if there is
> +no partition table on the device or when you start \fBcfdisk\fR with the
> +\fB--zero\fR command-line option.
+It is also possible to load an sfdisk-script into \fBcfdisk\fR, if there is
+no partition table on the device, or when you start \fBcfdisk\fR with the
+\fB--zero\fR command-line option.
> +.TP
> .B W
> Write the partition table to disk (you must enter an uppercase W). Since
> this might destroy data on the disk, you must either confirm or deny
> @@ -143,13 +147,17 @@ Move the cursor to the previous or next partition. If there are more
> partitions than can be displayed on a screen, you can display the next
> (previous) set of partitions by moving down (up) at the last (first)
> partition displayed on the screen.
> +.TP
> +.IR "Left Arrow" , " Right Arrow"
> +Select the preceding or the next menu item. Hitting \fIEnter\fR will
> +execute the currently selected item.
>
> .PP
> All commands can be entered with either uppercase or lowercase
> letters (except for
> .BR W rite).
> -When in a submenu or at a prompt for entering a size, you can hit the
> -.I ESC
> +When in a submenu or at a prompt, you can hit the
> +.I Esc
> key to return to the main menu.
s/can hit/may use/
>
> .SH COLORS
>
next prev parent reply other threads:[~2015-02-01 19:39 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-01 14:00 [PATCH 1/8] cfdisk: remove the mistaken B from the explanation of size suffixes Benno Schulenberg
2015-02-01 14:00 ` [PATCH 2/8] cfdisk: improve wording and consistency of the size warnings Benno Schulenberg
2015-02-01 14:00 ` [PATCH 3/8] cfdisk: punctuate the bottombar messages consistently Benno Schulenberg
2015-02-01 14:00 ` [PATCH 4/8] cfdisk: make '?' an alias of 'h', to also show the help screen Benno Schulenberg
2015-02-01 14:00 ` [PATCH 5/8] lib/strutils: accept not just 'B' but also lowercase 'b' in a size suffix Benno Schulenberg
2015-02-01 14:00 ` [PATCH 6/8] libfdisk: actually translate the human-readable name of the partition type Benno Schulenberg
2015-02-01 14:00 ` [PATCH 7/8] build-sys: improve wording and punctuation of several messages Benno Schulenberg
2015-02-01 14:00 ` [PATCH 8/8] docs: add the Sort command to the man page of cfdisk Benno Schulenberg
2015-02-01 19:38 ` J William Piggott [this message]
2015-02-01 21:21 ` Peter Cordes
2015-02-02 0:21 ` J William Piggott
2015-02-02 1:12 ` Peter Cordes
2015-02-02 10:03 ` Karel Zak
2015-02-02 9:59 ` [PATCH 1/8] cfdisk: remove the mistaken B from the explanation of size suffixes Karel Zak
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=54CE80A2.1040008@gmx.com \
--to=elseifthen@gmx.com \
--cc=bensberg@justemail.net \
--cc=util-linux@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.