]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Typo
authorJames Jones <jejones3141@gmail.com>
Thu, 21 Dec 2023 17:05:13 +0000 (11:05 -0600)
committerAlan DeKok <aland@freeradius.org>
Thu, 21 Dec 2023 17:44:37 +0000 (12:44 -0500)
Corrects description of octal escape in unlang double quoted strings

doc/antora/modules/reference/pages/type/string/double.adoc

index 2637b79223b8062925564b4989663f93ea907b7d..17dd2b38850fa0be024fcf1a3c2ab1e5cf2d4e27 100644 (file)
@@ -46,7 +46,7 @@ represent in datastores, or the FreeRADIUS configuration files.
 | `\t`                | Horizontal tab (0x09)
 | `\"`                | Double quote (0x22)
 | `\x<hex><hex>`      | A byte whose numerical value is given by `<hex><hex>` interpreted as a hexadecimal number.
-| `\x<oct><oct><oct>` | A byte whose numerical value is given by `<oct><oct><oct>` interpreted as an octal number.
+| `\<oct><oct><oct>`  | A byte whose numerical value is given by `<oct><oct><oct>` interpreted as an octal number.
 |=====
 
 == Methods of Creating Strings