summaryrefslogtreecommitdiffstats
path: root/sys-utils
diff options
context:
space:
mode:
authorBenno Schulenberg2013-10-04 22:03:58 +0200
committerKarel Zak2013-10-08 15:27:28 +0200
commit4df288452e537cb6618eef047ea315c446bbdd3c (patch)
tree7dbceae7f2d26c8635286e47a7681a77afa32d43 /sys-utils
parenthexsyntax: in help text, wrap argument of option -e in angular brackets (diff)
downloadkernel-qcow2-util-linux-4df288452e537cb6618eef047ea315c446bbdd3c.tar.gz
kernel-qcow2-util-linux-4df288452e537cb6618eef047ea315c446bbdd3c.tar.xz
kernel-qcow2-util-linux-4df288452e537cb6618eef047ea315c446bbdd3c.zip
textual: properly use uppercase in certain abbreviations
Reported-by: Petr Písař <petr.pisar@atlas.cz> Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Diffstat (limited to 'sys-utils')
-rw-r--r--sys-utils/dmesg.c2
-rw-r--r--sys-utils/lscpu.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/sys-utils/dmesg.c b/sys-utils/dmesg.c
index b55ed8eb9..5039fe7da 100644
--- a/sys-utils/dmesg.c
+++ b/sys-utils/dmesg.c
@@ -115,7 +115,7 @@ static const struct dmesg_name facility_names[] =
[FAC_BASE(LOG_UUCP)] = { "uucp", N_("UUCP subsystem") },
[FAC_BASE(LOG_CRON)] = { "cron", N_("clock daemon") },
[FAC_BASE(LOG_AUTHPRIV)] = { "authpriv", N_("security/authorization messages (private)") },
- [FAC_BASE(LOG_FTP)] = { "ftp", N_("ftp daemon") },
+ [FAC_BASE(LOG_FTP)] = { "ftp", N_("FTP daemon") },
};
/* supported methods to read message buffer
diff --git a/sys-utils/lscpu.c b/sys-utils/lscpu.c
index d4846e73a..992726c45 100644
--- a/sys-utils/lscpu.c
+++ b/sys-utils/lscpu.c
@@ -257,8 +257,8 @@ static struct lscpu_coldesc coldescs[] =
[COL_ADDRESS] = { "ADDRESS", N_("physical address of a CPU") },
[COL_CONFIGURED] = { "CONFIGURED", N_("shows if the hypervisor has allocated the CPU") },
[COL_ONLINE] = { "ONLINE", N_("shows if Linux currently makes use of the CPU") },
- [COL_MAXMHZ] = { "MAXMHZ", N_("shows the maximum mhz of the CPU") },
- [COL_MINMHZ] = { "MINMHZ", N_("shows the minimum mhz of the CPU") }
+ [COL_MAXMHZ] = { "MAXMHZ", N_("shows the maximum MHz of the CPU") },
+ [COL_MINMHZ] = { "MINMHZ", N_("shows the minimum MHz of the CPU") }
};
static int