From: Roland Rosenfeld Date: Sun, 11 Feb 2024 13:54:04 +0100 Subject: Write backslash in man pages as \e (not \\) According to groff(7): Printable backslashes must be denoted as \e. See also https://bugs.debian.org/966803. --- a/xymond/combo.cfg.5 +++ b/xymond/combo.cfg.5 @@ -60,10 +60,10 @@ out as non-zero, the combined test is gr Note: If the expression involves hostnames with a character that is also an operator - e.g. if you have a host "t1-router-newyork.foo.com" with a dash in the hostname - then the operator-character must be escaped with -a backslash '\\' in the expression, or it will be interpreted as an operator. +a backslash '\e' in the expression, or it will be interpreted as an operator. E.g. like this: - nyc.conn = (t1\\-router\\-nyc.conn || backup\\-router\\-nyc.conn) + nyc.conn = (t1\e-router\e-nyc.conn || backup\e-router\e-nyc.conn) .SH EXAMPLE --- a/common/hosts.cfg.5 +++ b/common/hosts.cfg.5 @@ -1102,19 +1102,19 @@ as a regular expression (except that