Switch to proper syntax for no-windows.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@124953 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
adam 2003-04-28 19:24:29 +00:00
parent bc688b1909
commit eee50395c6

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/info.xml, last change in rev 1.2 -->
<refentry id="function.getrusage">
<refnamediv>
@ -33,11 +33,7 @@ echo $dat["ru_utime.tv_usec"]; # user time used (microseconds)
</example>
See your system's man page on getrusage(2) for more details.
</para>
<note>
<simpara>
This function does not work on Windows systems.
</simpara>
</note>
&note.no-windows;
</refsect1>
</refentry>