strptime, dio_fcntl, dio_tcsetattr, dio_truncate, stream_socket_pair - Moved &note.no-windows; into a note refsec

lchgrp, lchown - Added not implemented on Windows note


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@260402 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Kalle Sommer Nielsen 2008-05-28 04:42:07 +00:00
parent 3a6c2a9f06
commit 45a1295aad
7 changed files with 33 additions and 11 deletions

View file

@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
<!-- $Revision: 1.8 $ -->
<!-- $Revision: 1.9 $ -->
<refentry xml:id="function.strptime" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>strptime</refname>
@ -22,7 +22,6 @@
Month and weekday names and other language dependent strings respect the
current locale set with <function>setlocale</function> (LC_TIME).
</para>
&note.no-windows;
</refsect1>
<refsect1 role="parameters">
@ -155,6 +154,11 @@ Array
</para>
</refsect1>
<refsect1 role="notes">
&reftitle.notes;
&note.no-windows;
</refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
<para>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.11 $ -->
<!-- $Revision: 1.12 $ -->
<refentry xml:id="function.dio-fcntl" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>dio_fcntl</refname>
@ -152,6 +152,11 @@ dio_close($fd);
</example>
</para>
</refsect1>
<refsect1 role="notes">
&reftitle.notes;
&note.no-windows;
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.13 $ -->
<!-- $Revision: 1.14 $ -->
<refentry xml:id="function.dio-tcsetattr" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>dio_tcsetattr</refname>
@ -18,7 +18,6 @@
<function>dio_tcsetattr</function> sets the terminal attributes and baud
rate of the open <parameter>fd</parameter>.
</para>
&note.no-windows;
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
@ -107,6 +106,11 @@ while (1) {
</example>
</para>
</refsect1>
<refsect1 role="notes">
&reftitle.notes;
&note.no-windows;
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.7 $ -->
<!-- $Revision: 1.8 $ -->
<refentry xml:id="function.dio-truncate" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>dio_truncate</refname>
@ -24,7 +24,6 @@
file is left unchanged or is extended. In the latter case the extended
part reads as zero bytes.
</para>
&note.no-windows;
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
@ -55,6 +54,11 @@
&return.success;
</para>
</refsect1>
<refsect1 role="notes">
&reftitle.notes;
&note.no-windows;
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.4 $ -->
<!-- $Revision: 1.5 $ -->
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.lchgrp">
<refnamediv>
<refname>lchgrp</refname>
@ -59,6 +59,7 @@
&reftitle.notes;
&note.no-remote;
&note.sm.uidcheck;
&note.no-windows;
</refsect1>
<refsect1 role="seealso">

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.4 $ -->
<!-- $Revision: 1.5 $ -->
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.lchown">
<refnamediv>
<refname>lchown</refname>
@ -57,6 +57,7 @@
&reftitle.notes;
&note.no-remote;
&note.sm.uidcheck;
&note.no-windows;
</refsect1>
<refsect1 role="seealso">

View file

@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
<!-- $Revision: 1.4 $ -->
<!-- $Revision: 1.5 $ -->
<refentry xml:id="function.stream-socket-pair" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>stream_socket_pair</refname>
@ -20,7 +20,6 @@
indistinguishable socket streams. This function is commonly used in IPC
(Inter-Process Communication).
</para>
&note.no-windows;
</refsect1>
<refsect1 role="parameters">
@ -132,6 +131,10 @@ message from child
</para>
</refsect1>
<refsect1 role="notes">
&reftitle.notes;
&note.no-windows;
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file