From aedcd785ce1412e3afb1382e52d9ec8524baac4f Mon Sep 17 00:00:00 2001 From: Nick Porter Date: Thu, 12 Oct 2023 16:36:21 +0100 Subject: [PATCH] docs corrections --- raddb/policy.d/accounting | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/raddb/policy.d/accounting b/raddb/policy.d/accounting index 50bc9040b5b4e..0437d01d560f3 100644 --- a/raddb/policy.d/accounting +++ b/raddb/policy.d/accounting @@ -23,12 +23,12 @@ class_value_prefix = 'ai:' # result in the string `192.0.2.1`, but will instead be # represented internally as 32-bits of binary data `c0000201`. # The MD5 hash of those inputs will then be different. -# We fix this issue by using `%string(..}` to convert the +# We fix this issue by using `%string(..)` to convert the # inputs to MD5 into printable string form. # -# Similarly, the output of `%md5(..}` is binary safe, and is +# Similarly, the output of `%md5(..)` is binary safe, and is # therefore a binary blob. We therefore convert the output -# of it to a printable string via `%hex(...}` +# of it to a printable string via `%hex(...)` # acct_unique { #