Actions
Bug #5740
closedTrivial typo in ext/syslog.c
Status:
Closed
Assignee:
-
Target version:
-
ruby -v:
ruby 1.9.3dev (2011-09-23 revision 33323) [i686-linux]
Backport:
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
Like0
Like0