mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 08:28:54 +00:00
Syslog does not support the %m format specificer
Nor any other printf specifier Drop version name for Windows note as a drive by fix.
This commit is contained in:
parent
2b8d277712
commit
70ffa37a2f
1 changed files with 2 additions and 5 deletions
|
@ -89,10 +89,7 @@
|
|||
<term><parameter>message</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
The message to send, except that the two characters
|
||||
<literal>%m</literal> will be replaced by the error message string
|
||||
(strerror) corresponding to the present value of
|
||||
<errortype>errno</errortype>.
|
||||
The message to send.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -142,7 +139,7 @@ closelog();
|
|||
<refsect1 role="notes">
|
||||
&reftitle.notes;
|
||||
<para>
|
||||
On Windows NT, the syslog service is emulated using the Event
|
||||
On Windows, the syslog service is emulated using the Event
|
||||
Log.
|
||||
</para>
|
||||
<note>
|
||||
|
|
Loading…
Reference in a new issue