diff mbox

[16/37] Manual typos: Syslog

Message ID 1462521305-19409-17-git-send-email-ricaljasan@pacific.net
State New
Headers show

Commit Message

Rical Jasan May 6, 2016, 7:54 a.m. UTC
2016-05-06  Rical Jasan  <ricaljasan@pacific.net>

	* manual/syslog.texi: Fix typos in the manual.
---
 manual/syslog.texi |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Chris Leonard May 30, 2016, 3:59 p.m. UTC | #1
+1

cjl

On Fri, May 6, 2016 at 3:54 AM,  <ricaljasan@pacific.net> wrote:
> 2016-05-06  Rical Jasan  <ricaljasan@pacific.net>
>
>         * manual/syslog.texi: Fix typos in the manual.
> ---
>  manual/syslog.texi |    4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
diff mbox

Patch

diff --git a/manual/syslog.texi b/manual/syslog.texi
index a08e103..7fa0708 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},