diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/de/autogen/user/weechat_commands.adoc | 4 | ||||
-rw-r--r-- | doc/en/autogen/user/weechat_commands.adoc | 4 | ||||
-rw-r--r-- | doc/fr/autogen/user/weechat_commands.adoc | 4 | ||||
-rw-r--r-- | doc/it/autogen/user/weechat_commands.adoc | 4 | ||||
-rw-r--r-- | doc/ja/autogen/user/weechat_commands.adoc | 4 | ||||
-rw-r--r-- | doc/pl/autogen/user/weechat_commands.adoc | 4 |
6 files changed, 12 insertions, 12 deletions
diff --git a/doc/de/autogen/user/weechat_commands.adoc b/doc/de/autogen/user/weechat_commands.adoc index 22bbb9ae9..49321733e 100644 --- a/doc/de/autogen/user/weechat_commands.adoc +++ b/doc/de/autogen/user/weechat_commands.adoc @@ -274,8 +274,8 @@ expression: expression to evaluate, variables with format ${variable} are replac > greater =~ is matching POSIX extended regex !~ is NOT matching POSIX extended regex - =* is matching wildcard mask - !* is NOT matching wildcard mask + =* is matching mask (wildcard "*" is allowed) + !* is NOT matching mask (wildcard "*" is allowed) An expression is considered as "true" if it is not NULL, not empty, and different from "0". The comparison is made using integers if the two expressions are valid integers. diff --git a/doc/en/autogen/user/weechat_commands.adoc b/doc/en/autogen/user/weechat_commands.adoc index 5d9fc4e15..e1fc0cc5b 100644 --- a/doc/en/autogen/user/weechat_commands.adoc +++ b/doc/en/autogen/user/weechat_commands.adoc @@ -274,8 +274,8 @@ expression: expression to evaluate, variables with format ${variable} are replac > greater =~ is matching POSIX extended regex !~ is NOT matching POSIX extended regex - =* is matching wildcard mask - !* is NOT matching wildcard mask + =* is matching mask (wildcard "*" is allowed) + !* is NOT matching mask (wildcard "*" is allowed) An expression is considered as "true" if it is not NULL, not empty, and different from "0". The comparison is made using integers if the two expressions are valid integers. diff --git a/doc/fr/autogen/user/weechat_commands.adoc b/doc/fr/autogen/user/weechat_commands.adoc index 81b12c768..041a19e1a 100644 --- a/doc/fr/autogen/user/weechat_commands.adoc +++ b/doc/fr/autogen/user/weechat_commands.adoc @@ -274,8 +274,8 @@ expression : expression à évaluer, les variables avec le format ${variable} s > supérieur =~ correspond à l'expression régulière POSIX étendue !~ ne correspond PAS à l'expression régulière POSIX étendue - =* correspond au masque qui peut contenir "*" - != ne correspond PAS au masque qui peut contenir "*" + =* correspond au masque (le caractère joker "*" est autorisé) + != ne correspond PAS au masque (le caractère joker "*" est autorisé) Une expression est considérée comme "vraie" si elle est non NULL, non vide, et différente de "0". La comparaison est faite en utilisant des entiers si les deux expressions sont des entiers valides. diff --git a/doc/it/autogen/user/weechat_commands.adoc b/doc/it/autogen/user/weechat_commands.adoc index 8ff3ccee0..b2289f947 100644 --- a/doc/it/autogen/user/weechat_commands.adoc +++ b/doc/it/autogen/user/weechat_commands.adoc @@ -274,8 +274,8 @@ expression: expression to evaluate, variables with format ${variable} are replac > greater =~ is matching POSIX extended regex !~ is NOT matching POSIX extended regex - =* is matching wildcard mask - !* is NOT matching wildcard mask + =* is matching mask (wildcard "*" is allowed) + !* is NOT matching mask (wildcard "*" is allowed) An expression is considered as "true" if it is not NULL, not empty, and different from "0". The comparison is made using integers if the two expressions are valid integers. diff --git a/doc/ja/autogen/user/weechat_commands.adoc b/doc/ja/autogen/user/weechat_commands.adoc index 6b80d8640..d588bd304 100644 --- a/doc/ja/autogen/user/weechat_commands.adoc +++ b/doc/ja/autogen/user/weechat_commands.adoc @@ -274,8 +274,8 @@ expression: expression to evaluate, variables with format ${variable} are replac > greater =~ is matching POSIX extended regex !~ is NOT matching POSIX extended regex - =* is matching wildcard mask - !* is NOT matching wildcard mask + =* is matching mask (wildcard "*" is allowed) + !* is NOT matching mask (wildcard "*" is allowed) An expression is considered as "true" if it is not NULL, not empty, and different from "0". The comparison is made using integers if the two expressions are valid integers. diff --git a/doc/pl/autogen/user/weechat_commands.adoc b/doc/pl/autogen/user/weechat_commands.adoc index bd2a3e450..ced52d5e3 100644 --- a/doc/pl/autogen/user/weechat_commands.adoc +++ b/doc/pl/autogen/user/weechat_commands.adoc @@ -274,8 +274,8 @@ expression: expression to evaluate, variables with format ${variable} are replac > greater =~ is matching POSIX extended regex !~ is NOT matching POSIX extended regex - =* is matching wildcard mask - !* is NOT matching wildcard mask + =* is matching mask (wildcard "*" is allowed) + !* is NOT matching mask (wildcard "*" is allowed) An expression is considered as "true" if it is not NULL, not empty, and different from "0". The comparison is made using integers if the two expressions are valid integers. |