2016-10-06 Rical Jasan <ricaljasan@pacific.net>
+ * manual/syslog.texi: Fix typos in the manual.
+
* manual/terminal.texi: Fix typos in the manual.
* manual/socket.texi: Fix typos in the manual.
@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.
@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},