diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2006-01-21 21:26:24 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2006-01-21 21:26:24 +0000 |
commit | 3c16d49d2d1bc7f2570b7f4c3eb444f686d07f1a (patch) | |
tree | 7d45a0a6170f01bbf4d674c1bf4699853ffe7ced /doc | |
parent | 083ede73fd0aeaf6fa79a64ee26962e95643db29 (diff) | |
download | weechat-3c16d49d2d1bc7f2570b7f4c3eb444f686d07f1a.zip |
Added some info for commands and options help
Diffstat (limited to 'doc')
-rw-r--r-- | doc/en/config.xml | 2 | ||||
-rw-r--r-- | doc/en/weechat.en.xml | 2 | ||||
-rw-r--r-- | doc/en/weechat_commands.xml | 2 | ||||
-rw-r--r-- | doc/fr/config.xml | 2 | ||||
-rw-r--r-- | doc/fr/weechat.fr.xml | 2 | ||||
-rw-r--r-- | doc/fr/weechat_commands.xml | 2 |
6 files changed, 8 insertions, 4 deletions
diff --git a/doc/en/config.xml b/doc/en/config.xml index 2cfb73f84..7d5a14dd2 100644 --- a/doc/en/config.xml +++ b/doc/en/config.xml @@ -774,7 +774,7 @@ <entry>string</entry> <entry>any string</entry> <entry></entry> - <entry>Default part message (leaving channel)</entry> + <entry>Default part message (leaving channel) ('%v' will be replaced by WeeChat version in string)</entry> </row> <row> <entry><option>irc_default_msg_quit</option></entry> diff --git a/doc/en/weechat.en.xml b/doc/en/weechat.en.xml index 331aa114c..a4bd8714c 100644 --- a/doc/en/weechat.en.xml +++ b/doc/en/weechat.en.xml @@ -35,7 +35,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA <bookinfo> - <title>WeeChat 0.1.7 - User guide</title> + <title>WeeChat 0.1.8-cvs - User guide</title> <subtitle>Fast, light and extensible IRC client</subtitle> <author> diff --git a/doc/en/weechat_commands.xml b/doc/en/weechat_commands.xml index 5c8bc8b02..f88839859 100644 --- a/doc/en/weechat_commands.xml +++ b/doc/en/weechat_commands.xml @@ -167,6 +167,8 @@ Without argument, /unignore command lists all defined ignore. <programlisting> upgrade WeeChat without disconnecting from servers +This command run again WeeChat binary, so it should have been compiled installed with a package manager before running this command. + </programlisting> <command>uptime [-o]</command> <programlisting> diff --git a/doc/fr/config.xml b/doc/fr/config.xml index 809df8382..45ed0498b 100644 --- a/doc/fr/config.xml +++ b/doc/fr/config.xml @@ -774,7 +774,7 @@ <entry>chaîne</entry> <entry>toute chaîne</entry> <entry>'WeeChat %v'</entry> - <entry>Message par défaut pour le part (quitte un canal)</entry> + <entry>Message par défaut pour le part (quitte un canal) ('%v' sera remplacé par la version de WeeChat dans la chaîne)</entry> </row> <row> <entry><option>irc_default_msg_quit</option></entry> diff --git a/doc/fr/weechat.fr.xml b/doc/fr/weechat.fr.xml index 408d199b1..74fc577e1 100644 --- a/doc/fr/weechat.fr.xml +++ b/doc/fr/weechat.fr.xml @@ -35,7 +35,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA <bookinfo> - <title>WeeChat 0.1.7 - Guide utilisateur</title> + <title>WeeChat 0.1.8-cvs - Guide utilisateur</title> <subtitle>Client IRC rapide, léger et extensible</subtitle> <author> diff --git a/doc/fr/weechat_commands.xml b/doc/fr/weechat_commands.xml index 6c9fd3e62..ad3c0c3ad 100644 --- a/doc/fr/weechat_commands.xml +++ b/doc/fr/weechat_commands.xml @@ -167,6 +167,8 @@ Sans paramètre, /ignore liste les ignore définis. <programlisting> mettre à jour WeeChat sans se déconnecter des serveurs +Cette commande lance à nouveau le binaire WeeChat, il doit donc avoir été compilé ou installé via un gestionnaire de paquet avant de lancer cette commande. + </programlisting> <command>uptime [-o]</command> <programlisting> |