aboutsummaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
authorRical Jasan <ricaljasan@pacific.net>2016-10-06 12:08:46 +0530
committerSiddhesh Poyarekar <siddhesh@sourceware.org>2016-10-06 12:08:46 +0530
commit56e74aef9ca5a25735fdef78ef9fefe5f6ae990b (patch)
tree4e92e3a68785a7fdae143e8787923141946ebb08 /manual
parentdc40b233526bb97b120636ad37f3b0f5d168e732 (diff)
downloadglibc-56e74aef9ca5a25735fdef78ef9fefe5f6ae990b.tar
glibc-56e74aef9ca5a25735fdef78ef9fefe5f6ae990b.tar.gz
glibc-56e74aef9ca5a25735fdef78ef9fefe5f6ae990b.tar.bz2
glibc-56e74aef9ca5a25735fdef78ef9fefe5f6ae990b.zip
Manual typos: Syslog
2016-05-06 Rical Jasan <ricaljasan@pacific.net> * manual/syslog.texi: Fix typos in the manual.
Diffstat (limited to 'manual')
-rw-r--r--manual/syslog.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/manual/syslog.texi b/manual/syslog.texi
index a08e103bf3..91fabc6d8e 100644
--- a/manual/syslog.texi
+++ b/manual/syslog.texi
@@ -89,7 +89,7 @@ more meaning than the system administrator gives to it.
@item priority
This tells how important the content of the message is. Examples of
-defined priority values are: debug, informational, warning, critical.
+defined priority values are: debug, informational, warning and critical.
For the complete list, see @ref{syslog; vsyslog}. Except for
the fact that the priorities have a defined order, the meaning of each
of these priorities is entirely determined by the system administrator.
@@ -257,7 +257,7 @@ If any other bit in @var{options} is on, the result is undefined.
@var{facility} is the default facility code for this connection. A
@code{syslog} on this connection that specifies default facility causes
this facility to be associated with the message. See @code{syslog} for
-possible values. A value of zero means the default default, which is
+possible values. A value of zero means the default, which is
@code{LOG_USER}.
If a Syslog connection is already open when you call @code{openlog},