From: James Jones Date: Thu, 21 Dec 2023 17:05:13 +0000 (-0600) Subject: Typo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b09fca4a8b8d9006df58e1835a4e88ce90d2a35b;p=thirdparty%2Ffreeradius-server.git Typo Corrects description of octal escape in unlang double quoted strings --- diff --git a/doc/antora/modules/reference/pages/type/string/double.adoc b/doc/antora/modules/reference/pages/type/string/double.adoc index 2637b79223b..17dd2b38850 100644 --- a/doc/antora/modules/reference/pages/type/string/double.adoc +++ b/doc/antora/modules/reference/pages/type/string/double.adoc @@ -46,7 +46,7 @@ represent in datastores, or the FreeRADIUS configuration files. | `\t` | Horizontal tab (0x09) | `\"` | Double quote (0x22) | `\x` | A byte whose numerical value is given by `` interpreted as a hexadecimal number. -| `\x` | A byte whose numerical value is given by `` interpreted as an octal number. +| `\` | A byte whose numerical value is given by `` interpreted as an octal number. |===== == Methods of Creating Strings