diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2008-12-13 19:42:24 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2008-12-13 19:42:24 +0100 |
commit | 6f74945a66f8317db1bbed1cb4d60e669a893101 (patch) | |
tree | 011ef5c6ba3cec6f150b0ab818b8aa2fd1e52629 /doc/fr | |
parent | d310070721d4730b7d21385d9ca842f6a74f082e (diff) | |
download | weechat-6f74945a66f8317db1bbed1cb4d60e669a893101.zip |
Update doc for /xfer and /relay commands
Diffstat (limited to 'doc/fr')
-rw-r--r-- | doc/fr/autogen/relay_commands.xml | 7 | ||||
-rw-r--r-- | doc/fr/autogen/relay_options.xml | 12 | ||||
-rw-r--r-- | doc/fr/autogen/xfer_commands.xml | 7 |
3 files changed, 11 insertions, 15 deletions
diff --git a/doc/fr/autogen/relay_commands.xml b/doc/fr/autogen/relay_commands.xml index e7e644f71..9a51a2d0e 100644 --- a/doc/fr/autogen/relay_commands.xml +++ b/doc/fr/autogen/relay_commands.xml @@ -6,10 +6,13 @@ docgen.pl builds XML doc files to include in many languages --> -<command>/relay</command> +<command>/relay [list | listfull]</command> <programlisting> contrôle du relai -Ouverture du tampon avec la liste des clients pour le relai + list: liste les clients pour le relai +listfull: liste les clients pour le relai (verbeux) + +Sans paramètre, cette commande ouvre le tampon avec la liste des clients pour le relai. </programlisting> diff --git a/doc/fr/autogen/relay_options.xml b/doc/fr/autogen/relay_options.xml index 77bfc3e09..8fc245c7b 100644 --- a/doc/fr/autogen/relay_options.xml +++ b/doc/fr/autogen/relay_options.xml @@ -86,7 +86,7 @@ </listitem> </itemizedlist> -<command>relay.look.auto_open_buffer</command>: ouvrir automatiquement le tampon des clients lorsqu'un nouveau client est ajouté à la liste +<command>relay.look.auto_open_buffer</command>: ouvrir automatiquement le tampon des clients pour le relai lorsqu'un nouveau client est ajouté à la liste <itemizedlist> <listitem> <para>type: booléen</para> @@ -106,13 +106,3 @@ </listitem> </itemizedlist> -<command>relay.network.timeout</command>: délai d'attente pour la requête relai (en secondes) -<itemizedlist> - <listitem> - <para>type: entier</para> - </listitem> - <listitem> - <para>valeurs: 5 .. 2147483647 (valeur par défaut: 300)</para> - </listitem> -</itemizedlist> - diff --git a/doc/fr/autogen/xfer_commands.xml b/doc/fr/autogen/xfer_commands.xml index 68a3ab7d5..aecee776e 100644 --- a/doc/fr/autogen/xfer_commands.xml +++ b/doc/fr/autogen/xfer_commands.xml @@ -6,10 +6,13 @@ docgen.pl builds XML doc files to include in many languages --> -<command>/xfer</command> +<command>/xfer [list | listfull]</command> <programlisting> contrôle xfer -Ouverture du tampon avec la liste des xfers + list: liste les xfer +listfull: liste les xfer (verbeux) + +Sans paramètre, cette commande ouvre le tampon avec la liste des xfer. </programlisting> |