textual: properly use uppercase in certain abbreviations

Reported-by: Petr Písař <petr.pisar@atlas.cz>
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
This commit is contained in:
Benno Schulenberg 2013-10-04 22:03:58 +02:00 committed by Karel Zak
parent 98063fc7be
commit 4df288452e
2 changed files with 3 additions and 3 deletions

View 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

View 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