summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-10-15libfdisk: (dos) all disklabel locate functionKarel Zak1-0/+34
.. to make 'D'ump expert command usable also for MBR. Yes, we have -rc2 now and this is a new feature, but it's tiny change without any interaction to the rest of the code and without gettext stuff. Signed-off-by: Karel Zak <kzak@redhat.com>
2013-10-15docs: tweak formatting and grammar of the ipcrm man pageBenno Schulenberg2-24/+24
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
2013-10-15docs: tweak wording and formatting of unshare and nsenter man pagesBenno Schulenberg2-12/+14
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
2013-10-15docs: standardize the phrases for --help and --version in all man pagesBenno Schulenberg67-119/+112
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
2013-10-15docs: format, grammarize, and standardize the wall man pageBenno Schulenberg1-19/+21
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
2013-10-14docs: improve formatting and wording of the getopt man pageBenno Schulenberg1-21/+32
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
2013-10-14docs: sort the options in the logger man page alphabeticallyBenno Schulenberg1-31/+31
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
2013-10-14docs: improve a bit the wording on the logger man pageBenno Schulenberg1-13/+13
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
2013-10-14docs: improve grammar, wording and formatting of su man pageBenno Schulenberg1-24/+25
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
2013-10-14docs: sort options in last man page alphabeticallyBenno Schulenberg1-45/+45
And use the option formatting with macros. Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
2013-10-14docs: tweak wording and formatting of last man pageBenno Schulenberg1-21/+17
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
2013-10-14docs: mention in ReleaseNotes only PO files that were actually updatedBenno Schulenberg1-9/+9
Also tweak wording a bit and remove a duplicate line. Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
2013-10-14last: remove mistaken -F, --fullnames entry from the man pageBenno Schulenberg1-3/+0
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
2013-10-14docs: tweak wording, grammar and formatting of fdisk man pageBenno Schulenberg1-50/+53
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
2013-10-14textual: remove duplicate mention of '--help' from lsblk help textBenno Schulenberg1-4/+3
Also improve the alphabetization of the other options. Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
2013-10-14textual: equalize four error messages with already existing onesBenno Schulenberg4-6/+6
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
2013-10-14build-sys: fix tinfo congitionalKarel Zak1-1/+1
Reported-by: Andrej Ota <andrej@ota.si> Signed-off-by: Karel Zak <kzak@redhat.com>
2013-10-14build-sys: move getopt examples to docdirKarel Zak1-1/+1
Signed-off-by: Karel Zak <kzak@redhat.com>
2013-10-14build-sys: fix {lib,sbin}dir pathsKarel Zak1-3/+3
Signed-off-by: Karel Zak <kzak@redhat.com>
2013-10-11build-sys: release++ (v2.24-rc2)Karel Zak2-1/+5
Signed-off-by: Karel Zak <kzak@redhat.com>
2013-10-11docs: update v2.24-ReleaseNotesKarel Zak1-1/+89
Signed-off-by: Karel Zak <kzak@redhat.com>
2013-10-11docs: update AUTHORS fileKarel Zak1-2/+4
Signed-off-by: Karel Zak <kzak@redhat.com>
2013-10-11po: merge changesKarel Zak27-24420/+32335
Signed-off-by: Karel Zak <kzak@redhat.com>
2013-10-11cal: fix gettext warningKarel Zak1-2/+2
/usr/bin/xgettext: Non-ASCII comment at or before misc-utils/cal.c:473. Please specify the source encoding through --from-code. Signed-off-by: Karel Zak <kzak@redhat.com>
2013-10-11po: update zh_CN.po (from translationproject.org)Wylmer Wang1-1246/+854
2013-10-11po: update uk.po (from translationproject.org)Yuri Chornoivan1-2379/+1287
2013-10-11po: update pt_BR.po (from translationproject.org)Rafael Ferreira1-6851/+5917
2013-10-11po: update pl.po (from translationproject.org)Jakub Bogusz1-2621/+1131
2013-10-11po: update nl.po (from translationproject.org)Benno Schulenberg1-1898/+1052
2013-10-11po: update fr.po (from translationproject.org)David Prévot1-2894/+1501
2013-10-11po: update cs.po (from translationproject.org)Petr Písař1-2138/+1235
2013-10-11libfdisk: mark label modified for PMBR mismatchKarel Zak1-0/+1
Signed-off-by: Karel Zak <kzak@redhat.com>
2013-10-11libfdisk: treat size mismatch as a warning, not an errorKarel Zak1-2/+9
Based on kernel patch from Doug Anderson <dianders@chromium.org>. Signed-off-by: Karel Zak <kzak@redhat.com>
2013-10-11blockdev: add note about --setbsz usabilityKarel Zak2-2/+4
Signed-off-by: Karel Zak <kzak@redhat.com>
2013-10-11Revert "blockdev: Remove the --setbsz (set blocksize) option which has never ↵Karel Zak3-1/+15
worked." This reverts commit b1555acc2f709ac4f3b1e6c686a11cadb7b04f72. It seems that the option is used by kernel guys to test kernel, so let's keep the option in the blockdev(8) although it's almost useless in userspace. All we need is to improve docs to make things more obvious to end users. Signed-off-by: Karel Zak <kzak@redhat.com>
2013-10-11libmount: fix mnt_context_is_child() commentKarel Zak1-1/+4
Signed-off-by: Karel Zak <kzak@redhat.com>
2013-10-11libmount: Fix typo in commentNamhyung Kim1-2/+2
s/MNT_OMASK_/MNT_OMODE_/ Signed-off-by: Namhyung Kim <namhyung@gmail.com>
2013-10-11cal: improve the help text and man pagePádraig Brady2-5/+9
* misc-utils/cal.c: Add a little doc string, and mention that the current month is implicit if not specified. Also remove mention of "current" from two option descriptions as a specific date may have been specified. * misc-utils/cal.1: Likewise. [kzak@redhat.com: - use fputs and USAGE_SEPARATOR] Signed-off-by: Benno Schulenberg <bensberg@justemail.net> Signed-off-by: Pádraig Brady <P@draigBrady.com> Signed-off-by: Karel Zak <kzak@redhat.com>
2013-10-09fdisk: add -t <type> to enable only specified typeKarel Zak2-1/+19
In some cases (for example hybrid GPT) it's useful to force fdisk to read only specified disk label and ignore everything else. For example: # fdisk -l /dev/sda Disk /dev/sda: 149.1 GiB, 160041885696 bytes, 312581808 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disklabel type: gpt Disk identifier: 3549290F-417C-4941-8503-F7835109B821 Device Start End Size Type /dev/sda1 2048 2050047 1000M EFI System /dev/sda2 2050048 6146047 2G Microsoft basic data /dev/sda3 6146048 26462207 9.7G Linux swap /dev/sda4 26462208 98142207 34.2G Microsoft basic data /dev/sda5 98142208 230662143 63.2G Microsoft basic data /dev/sda6 230662144 312580095 39.1G Microsoft basic data but when GPT is disabled we can access PMBR: # fdisk -l -t dos /dev/sda Disk /dev/sda: 149.1 GiB, 160041885696 bytes, 312581808 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disklabel type: dos Disk identifier: 0x00000000 Device Boot Start End Blocks Id System /dev/sda1 1 312581807 156290903+ ee GPT Reported-by: Craig <util-linux_contact@magister.com.au> Signed-off-by: Karel Zak <kzak@redhat.com>
2013-10-09libfdisk: add API to disable specified labelKarel Zak4-4/+55
Signed-off-by: Karel Zak <kzak@redhat.com>
2013-10-09cytune: fix glush typo in cytuneRafael Ferreira1-1/+1
Signed-off-by: Rafael Ferreira <rafael.f.f1@gmail.com>
2013-10-09losetup: cut the remaining little block of help text into slices tooBenno Schulenberg1-6/+7
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
2013-10-09libfdisk: (gpt) use consistent final period in status messagesBenno Schulenberg1-3/+3
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
2013-10-09libfdisk: (dos) improve the grammar of an error messageBenno Schulenberg1-1/+1
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
2013-10-09libfdisk: (dos) correct the grammar of the disk-identifier promptBenno Schulenberg1-1/+1
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
2013-10-09textual: standardize some "cannot read" and "seek failed" error messagesBenno Schulenberg6-18/+18
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
2013-10-08tests: use 'btrfs' rather than 'btrfsctl'Karel Zak2-4/+4
Signed-off-by: Karel Zak <kzak@redhat.com>
2013-10-08tests: update fdisk outputsKarel Zak13-53/+53
Signed-off-by: Karel Zak <kzak@redhat.com>
2013-10-08blockdev: Remove the --setbsz (set blocksize) option which has never worked.Richard W.M. Jones3-15/+1
This option has never worked. If you try setting the block size on a block device, and then read it using --getbsz, you will see that the block size never changes. The reason for this is because the block size is specific to the current file descriptor opening the block device, so the change of block size only persists for as long as blockdev has the device open, and is lost once blockdev exits. Also the block size is not really used anywhere. Filesystems, for example, have their own idea of block size and ignore this setting completely. (Thanks Masayoshi Mizuma for diagnosing the problem) Signed-off-by: Richard W.M. Jones <rjones@redhat.com>
2013-10-08various: fix mixing declarations and code compiler warnings [smatch]Sami Kerola4-10/+12
Signed-off-by: Sami Kerola <kerolasa@iki.fi>