summaryrefslogtreecommitdiffstats
path: root/misc-utils/logger.1
diff options
context:
space:
mode:
authorBenno Schulenberg2015-01-18 21:40:30 +0100
committerKarel Zak2015-01-26 11:22:13 +0100
commit981997dd3726051941244cbeff1675de35615ba4 (patch)
tree7c90b52f684181c36f85fdc761fb378156b61196 /misc-utils/logger.1
parentionice: drop the duplicate docstring (diff)
downloadkernel-qcow2-util-linux-981997dd3726051941244cbeff1675de35615ba4.tar.gz
kernel-qcow2-util-linux-981997dd3726051941244cbeff1675de35615ba4.tar.xz
kernel-qcow2-util-linux-981997dd3726051941244cbeff1675de35615ba4.zip
docs: fix two spellings in man page of logger
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Diffstat (limited to 'misc-utils/logger.1')
-rw-r--r--misc-utils/logger.14
1 files changed, 2 insertions, 2 deletions
diff --git a/misc-utils/logger.1 b/misc-utils/logger.1
index 235331eb7..ff81fce4c 100644
--- a/misc-utils/logger.1
+++ b/misc-utils/logger.1
@@ -130,7 +130,7 @@ The optional \fIwithout\fR argument can be a comma-separated list of
the following values: \fBnotq\fR, \fBnotime\fR, \fBnohost\fR.
The \fBnotq\fR value suppresses the time-quality structured data
from the submitted message. (The time-quality information shows whether
-the local clock was syncronized plus the maximum number of microseconds
+the local clock was synchronized plus the maximum number of microseconds
the timestamp might be off.) The \fBnotime\fR value (which implies
\fBnotq\fR) suppresses the complete sender timestamp that is in
ISO-8601 format, including microseconds and timezone.
@@ -138,7 +138,7 @@ The \fBnohost\fR value suppresses
.BR gethostname (2)
information from the message header.
.IP
-The rfc5424 protocol has been default for
+The RFC 5424 protocol has been the default for
.B logger
since version 2.26.
.TP