Remove documentation of %m in Syslog

Fixes [Bug #6726]
This commit is contained in:
Jeremy Evans 2019-08-05 16:10:25 -07:00
Родитель 81252c5ccd
Коммит 2b6441196e
1 изменённых файлов: 0 добавлений и 4 удалений

Просмотреть файл

@ -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)
{