]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
textual: properly use uppercase in certain abbreviations
authorBenno Schulenberg <bensberg@justemail.net>
Fri, 4 Oct 2013 20:03:58 +0000 (22:03 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 8 Oct 2013 13:27:28 +0000 (15:27 +0200)
Reported-by: Petr Písař <petr.pisar@atlas.cz>
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
sys-utils/dmesg.c
sys-utils/lscpu.c

index b55ed8eb99e847ef1b14cca728f6fcc6cc7a3e9e..5039fe7dac45c73e26fde88fcbd8086fb1030a74 100644 (file)
@@ -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
index d4846e73acb40b21b67464131286bd74571f2715..992726c4520b90ec6a028bf25644d3bd63d32d3c 100644 (file)
@@ -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