diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2006-02-07 21:10:11 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2006-02-07 21:10:11 +0000 |
commit | 80d6b1d9527d182f6bf3fdf5625e1d6ef26529b7 (patch) | |
tree | 5fbdc3f66356020f5e549e0fd0922c7d204f9a27 /doc/en | |
parent | 75eb47ee9e4edda335f8690375b7c4f760746e3c (diff) | |
download | weechat-80d6b1d9527d182f6bf3fdf5625e1d6ef26529b7.zip |
Fixed XML typos
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/weechat.en.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/en/weechat.en.xml b/doc/en/weechat.en.xml index e47c2cea4..c3a24487e 100644 --- a/doc/en/weechat.en.xml +++ b/doc/en/weechat.en.xml @@ -2660,6 +2660,8 @@ if (server_info) <para> <option>plugin</option>: pointer to plugin structure </para> + </listitem> + <listitem> <para> <option>server</option>: internal server name </para> @@ -2810,9 +2812,13 @@ if (channel_info) <para> <option>plugin</option>: pointer to plugin structure </para> + </listitem> + <listitem> <para> <option>server</option>: internal server name </para> + </listitem> + <listitem> <para> <option>channel</option>: channel name </para> |