Project

General

Profile

Actions

Bug #5740

closed

Trivial typo in ext/syslog.c

Added by meta (mathew murphy) almost 14 years ago. Updated almost 14 years ago.

Status:
Closed
Assignee:
-
Target version:
-
ruby -v:
ruby 1.9.3dev (2011-09-23 revision 33323) [i686-linux]
Backport:
[ruby-core:41585]

Description

diff --git a/ext/syslog/syslog.c b/ext/syslog/syslog.c
index f7d622e..02f36aa 100644
--- a/ext/syslog/syslog.c
+++ b/ext/syslog/syslog.c
@@ -111,7 +111,7 @@ static VALUE mSyslog_close(VALUE self)

  • LOG_KERN:: A kernel message (not sendable by user processes, so not of
  •        much use to Ruby, but listed here for completeness).
    
    • LOG_LRP:: Line printer subsystem.
    • LOG_LPR:: Line printer subsystem.
    • LOG_MAIL:: Mail delivery or transport subsystem.

My fault, sorry.

Actions

Also available in: Atom PDF

Like0
Like0