From abea823f5dede234e7f7c2a142c907a22c80aeb8 Mon Sep 17 00:00:00 2001 From: Yuxuan Shui Date: Sat, 29 Oct 2022 20:59:28 +0100 Subject: [PATCH] doc: remove mention of raw string pattern Signed-off-by: Yuxuan Shui --- man/picom.1.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/picom.1.asciidoc b/man/picom.1.asciidoc index 17de2c8..7dc070f 100644 --- a/man/picom.1.asciidoc +++ b/man/picom.1.asciidoc @@ -302,7 +302,7 @@ With greater-than/less-than operators it looks like: 'OPERATOR' is one of `=` (equals), `<`, `>`, `<=`, `=>`, or nothing (exists). Exists operator checks whether a property exists on a window (but for predefined targets, exists means != 0 then). -'PATTERN' is either an integer or a string enclosed by single or double quotes. Python-3-style escape sequences and raw string are supported in the string format. +'PATTERN' is either an integer or a string enclosed by single or double quotes. Python-3-style escape sequences are supported in the string format. Supported logical operators are `&&` (and) and `||` (or). `&&` has higher precedence than `||`, left-to-right associativity. Use parentheses to change precedence.