From 2b6441196ef32d93c7898764610a913f54f8bc32 Mon Sep 17 00:00:00 2001 From: Jeremy Evans Date: Mon, 5 Aug 2019 16:10:25 -0700 Subject: [PATCH] Remove documentation of %m in Syslog Fixes [Bug #6726] --- ext/syslog/syslog.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ext/syslog/syslog.c b/ext/syslog/syslog.c index 754efd0317..23dcf6c092 100644 --- a/ext/syslog/syslog.c +++ b/ext/syslog/syslog.c @@ -297,10 +297,6 @@ static VALUE mSyslog_set_mask(VALUE self, VALUE mask) * Syslog.log(Syslog::LOG_ALERT, "Out of memory") * Syslog.alert("Out of memory") * - * Format strings are as for printf/sprintf, except that in addition %m is - * replaced with the error message string that would be returned by - * strerror(errno). - * */ static VALUE mSyslog_log(int argc, VALUE *argv, VALUE self) {