diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2018-11-04 21:53:11 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2018-11-04 21:53:11 +0100 |
commit | 5a132f06fdc10c1fa3d6f561af268b04adb3d9d4 (patch) | |
tree | 35e2503150fbcf6e0b9ba4a3bb0b967005e44449 /doc/en/autogen | |
parent | dd0b3c5692b2e7b77d60a2e8fc8dad7d1ee9b9ff (diff) | |
download | weechat-5a132f06fdc10c1fa3d6f561af268b04adb3d9d4.zip |
core: replace ellipses by "etc." (in English) and "etc..." by "etc." in French
Diffstat (limited to 'doc/en/autogen')
-rw-r--r-- | doc/en/autogen/user/irc_commands.adoc | 2 | ||||
-rw-r--r-- | doc/en/autogen/user/irc_options.adoc | 2 | ||||
-rw-r--r-- | doc/en/autogen/user/weechat_commands.adoc | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/en/autogen/user/irc_commands.adoc b/doc/en/autogen/user/irc_commands.adoc index 45efd7327..38b9a0b49 100644 --- a/doc/en/autogen/user/irc_commands.adoc +++ b/doc/en/autogen/user/irc_commands.adoc @@ -160,7 +160,7 @@ Examples: server: send to this server (internal name) target: nick or channel ('*' = current channel) - type: CTCP type (examples: "version", "ping", ..) + type: CTCP type (examples: "version", "ping", etc.) arguments: arguments for CTCP Examples: diff --git a/doc/en/autogen/user/irc_options.adoc b/doc/en/autogen/user/irc_options.adoc index 54baad8ca..81224163d 100644 --- a/doc/en/autogen/user/irc_options.adoc +++ b/doc/en/autogen/user/irc_options.adoc @@ -429,7 +429,7 @@ ** default value: `+off+` * [[option_irc.network.autoreconnect_delay_growing]] *irc.network.autoreconnect_delay_growing* -** description: pass:none[growing factor for autoreconnect delay to server (1 = always same delay, 2 = delay*2 for each retry, ..)] +** description: pass:none[growing factor for autoreconnect delay to server (1 = always same delay, 2 = delay*2 for each retry, etc.)] ** type: integer ** values: 1 .. 100 ** default value: `+2+` diff --git a/doc/en/autogen/user/weechat_commands.adoc b/doc/en/autogen/user/weechat_commands.adoc index 5967c85f2..461c3c2a8 100644 --- a/doc/en/autogen/user/weechat_commands.adoc +++ b/doc/en/autogen/user/weechat_commands.adoc @@ -658,7 +658,7 @@ Without argument, this command lists loaded plugins. -core: alias of "-buffer core.weechat" -current: display text on current buffer -y: display on a custom line (for buffer with free content only) - line: line number for buffer with free content (first line is 0, a negative number displays after last line: -1 = after last line, -2 = two lines after last line, ...) + line: line number for buffer with free content (first line is 0, a negative number displays after last line: -1 = after last line, -2 = two lines after last line, etc.) -escape: interpret escaped chars (for example \a, \07, \x07) -date: message date, format can be: -n: 'n' seconds before now |