summaryrefslogtreecommitdiffstats
path: root/sys-utils/dmesg.c
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/dmesg.c
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/dmesg.c')
-rw-r--r--sys-utils/dmesg.c2
1 files changed, 1 insertions, 1 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