mirror of
https://github.com/weechat/weechat.git
synced 2026-06-29 14:26:39 +02:00
doc: fix typos in user's guide
This commit is contained in:
@@ -2402,7 +2402,7 @@ Example of default rmodifier for command `/oper`:
|
||||
** `input_text_display`: called when command line has changed
|
||||
(applies only on display, not content of command line)
|
||||
* regular expression: `^(/oper +\S+ +)(.*)`
|
||||
* groupes: `1,2*`
|
||||
* groups: `1,2*`
|
||||
|
||||
Each time modifiers "history_add" or "input_text_display" are called, regular
|
||||
expression is checked. If string matches, then it is replaced by captured groups,
|
||||
|
||||
@@ -298,7 +298,7 @@ Merci pour votre aide !
|
||||
Debug de WeeChat qui tourne
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Pour débugger WeeChat qui tourne (par exemple si WeeChat semble bloqué), vous
|
||||
Pour déboguer WeeChat qui tourne (par exemple si WeeChat semble bloqué), vous
|
||||
pouvez utiliser gdb avec l'identifiant du processus (remplacez '12345' par le
|
||||
PID du processus weechat-curses) :
|
||||
|
||||
@@ -2380,8 +2380,8 @@ Vous pouvez limiter le nombre de clients autorisés :
|
||||
----------------------------------------
|
||||
|
||||
[[relay_weechat_protocol]]
|
||||
WeeChat protocol
|
||||
^^^^^^^^^^^^^^^^
|
||||
Protocole WeeChat
|
||||
^^^^^^^^^^^^^^^^^
|
||||
|
||||
L'extension Relay peut envoyer les données à une interface distante en
|
||||
utilisant le protocole WeeChat.
|
||||
|
||||
Reference in New Issue
Block a user