From c5042fff2ffbc75dd3c1bfe41f492b516a2d84e1 Mon Sep 17 00:00:00 2001 From: Petr Šabata Date: Jan 17 2019 09:31:38 +0000 Subject: Eliminate extra backslashes This is probably an artifact of the past when the backslash had to be escaped in the previous format. The current website shows all four. Signed-off-by: Petr Šabata --- diff --git a/modules/ROOT/pages/architecture/consuming/naming-policy.adoc b/modules/ROOT/pages/architecture/consuming/naming-policy.adoc index 3657d85..e441647 100644 --- a/modules/ROOT/pages/architecture/consuming/naming-policy.adoc +++ b/modules/ROOT/pages/architecture/consuming/naming-policy.adoc @@ -101,7 +101,7 @@ Following characters **MUST NOT** be part of any field: * ':' (colon) - separator * '/' (forward slash) - profile separator -* '\\\\' (backslash) - comon control character +* '\' (backslash) - comon control character * '*' (asterisk) - common wildcard * '?' (question mark) - common wildcard * '@' (at) - grpspec in YUM and DNF