]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Correct error in %(unpack: ) docs example
authorNick Porter <nick@portercomputing.co.uk>
Wed, 19 May 2021 19:36:03 +0000 (20:36 +0100)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 26 May 2021 16:30:19 +0000 (12:30 -0400)
doc/antora/modules/raddb/pages/mods-available/unpack.adoc
raddb/mods-available/unpack

index 5527d2a1d7be897bc98e2c77e363fbc15efb7837..94b1c37150420106fdd6ec528099652b503bd9f9 100644 (file)
@@ -42,7 +42,7 @@ the data type to unpack at that offset. e.g. `integer`, `ipaddr`, `byte`, `short
 
 ## Sample
 
-if we have `Class = 0x00000001020304`, then
+if we have `Class = 0x000001020304`, then
 
   %(unpack:%{Class} 4 uint16)
 
index 30944e428d2a6d381a6748303276ff4f8bd5a1c2..cafdd2160dc7aaa6f6fb46727caaa64f05fe773c 100644 (file)
@@ -45,7 +45,7 @@
 #
 #  ## Sample
 #
-#  if we have `Class = 0x00000001020304`, then
+#  if we have `Class = 0x000001020304`, then
 #
 #    %(unpack:%{Class} 4 uint16)
 #