Skip to content

Commit

Permalink
inotify section sync with EN
Browse files Browse the repository at this point in the history
  • Loading branch information
devnexen committed Feb 10, 2024
1 parent fa7253a commit 78f2ca1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions reference/inotify/functions/inotify-add-watch.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: af4410a7e15898c3dbe83d6ea38246745ed9c6fb Maintainer: dams Status: ready -->
<!-- EN-Revision: 37da852aa1f9b754fed577897efa509ef4d578e5 Maintainer: dams Status: ready -->
<!-- Reviewed: no -->

<refentry xml:id="function.inotify-add-watch" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
Expand All @@ -15,7 +15,7 @@
<type>int</type><methodname>inotify_add_watch</methodname>
<methodparam><type>resource</type><parameter>inotify_instance</parameter></methodparam>
<methodparam><type>string</type><parameter>pathname</parameter></methodparam>
<methodparam><type>int</type><parameter>mask</parameter></methodparam>
<type class="union"><type>int</type><type>false</type></type><methodname>inotify_add_watch</methodname>
</methodsynopsis>
<para>
<function>inotify_add_watch</function> ajoute un point de surveillance
Expand Down Expand Up @@ -66,7 +66,8 @@
<refsect1 role="returnvalues"><!-- {{{ -->
&reftitle.returnvalues;
<para>
La valeur retournée est un pointeur inotify unique (inotify instance wide).
La valeur retournée est un pointeur inotify unique (inotify instance wide),
&return.falseforfailure;.
</para>
</refsect1><!-- }}} -->

Expand Down
4 changes: 2 additions & 2 deletions reference/inotify/functions/inotify-init.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: cbac1ecf71d754707d69bdc344c4031c157eaa54 Maintainer: dams Status: ready -->
<!-- EN-Revision: 37da852aa1f9b754fed577897efa509ef4d578e5 Maintainer: dams Status: ready -->
<!-- Reviewed: no -->

<refentry xml:id="function.inotify-init" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
Expand All @@ -12,7 +12,7 @@
<refsect1 role="description"><!-- {{{ -->
&reftitle.description;
<methodsynopsis>
<type>resource</type><methodname>inotify_init</methodname>
<type class="union"><type>resource</type><type>false</type></type><methodname>inotify_init</methodname>
<void />
</methodsynopsis>
<para>
Expand Down

0 comments on commit 78f2ca1

Please sign in to comment.