mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Typo -> Windows not windows (seen by Goba)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@112733 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
80b2de312b
commit
d159b321f9
2 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- splitted from ./en/functions/network.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.openlog">
|
||||
<refnamediv>
|
||||
|
@ -113,7 +113,7 @@
|
|||
</row>
|
||||
<row>
|
||||
<entry>LOG_LOCAL0 ... LOG_LOCAL7</entry>
|
||||
<entry>reserved for local use, these are not available in windows</entry>
|
||||
<entry>reserved for local use, these are not available in Windows</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>LOG_LPR</entry>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/network.xml, last change in rev 1.9 -->
|
||||
<refentry id="function.syslog">
|
||||
<refnamediv>
|
||||
|
@ -114,7 +114,7 @@ closelog();
|
|||
Use of <literal>LOG_LOCAL0</literal> through
|
||||
<literal>LOG_LOCAL7</literal> for the <parameter>facility</parameter>
|
||||
parameter of <function>openlog</function> is not available
|
||||
in windows.
|
||||
in Windows.
|
||||
</para>
|
||||
</note>
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue