Skip to content

Commit e3208f0

Browse files
committed
minor tweaks and cleanups
1 parent 2765a1a commit e3208f0

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

doc/antora/modules/reference/nav.adoc

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,9 @@
6767
*** xref:type/string/unquoted.adoc[Unquoted Strings]
6868
6969
** xref:xlat/index.adoc[Dynamic Expansions]
70-
*** xref:xlat/all.adoc[Summary of Built-in Functions]
71-
*** xref:xlat/alternation.adoc[Alternation Syntax]
70+
*** xref:xlat/function.adoc[Function Syntax]
71+
*** xref:xlat/all.adoc[Built-in Functions]
72+
*** xref:xlat/alternation.adoc[Alternation]
7273
*** xref:xlat/attribute.adoc[Attribute References]
7374
*** xref:xlat/conversion.adoc[Data Conversion]
7475
*** xref:xlat/deprecated.adoc[Deprecated Functions]
@@ -81,15 +82,14 @@
8182
**** xref:xlat/file/size.adoc[size]
8283
**** xref:xlat/file/tail.adoc[tail]
8384

84-
*** xref:xlat/function.adoc[Function Syntax]
85-
*** xref:xlat/hash.adoc[Hash / Digests]
85+
*** xref:xlat/hash.adoc[Hash / Digest]
8686
*** xref:xlat/hmac.adoc[HMAC]
8787

8888
*** xref:xlat/interpreter.adoc[Interpreter State and Debugging]
89-
*** xref:xlat/log.adoc[Logging Functions]
89+
*** xref:xlat/log.adoc[Logging]
9090
*** xref:xlat/protocol.adoc[Protocol Encoding and Decoding]
9191
92-
*** xref:xlat/misc/index.adoc[Miscellaneous Functions]
92+
*** xref:xlat/misc/index.adoc[Miscellaneous]
9393
**** xref:xlat/misc/config.adoc[Server Configuration]
9494
**** xref:xlat/misc/length.adoc[length]
9595
**** xref:xlat/misc/misc.adoc[Miscellaneous]
@@ -100,7 +100,7 @@
100100
**** xref:xlat/pairs/immutable.adoc[Mark as immutable]
101101
**** xref:xlat/pairs/print.adoc[Print to string]
102102

103-
*** xref:xlat/str/index.adoc[String Handling]
103+
*** xref:xlat/str/index.adoc[Strings]
104104
**** xref:xlat/str/concat.adoc[Concatenation]
105105
**** xref:xlat/str/split.adoc[Split Strings]
106106
**** xref:xlat/misc/misc.adoc#length[Length]
@@ -119,7 +119,7 @@
119119
**** xref:xlat/time/offset.adoc[UTC Offset]
120120
**** xref:xlat/time/request.adoc[Request Time]
121121

122-
*** xref:xlat/ipv4/index.adoc[IPv4 Handling]
122+
*** xref:xlat/ipv4/index.adoc[IPv4]
123123
**** xref:xlat/ipv4/broadcast.adoc[Broadcast Address]
124124
**** xref:xlat/ipv4/netmask.adoc[Subnet Mask]
125125

doc/antora/modules/reference/pages/xlat/deprecated.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This expansion has been removed. Instead, just use `%{(integer) ...}` with math
2222
reply.Reply-Message := "Value of Service-Type is %{(integer) Service-Type}"
2323
----
2424

25-
=== +%pack(%{Attribute-Name}%{Attribute-Name}...)+
25+
== +%pack(%{Attribute-Name}%{Attribute-Name}...)+
2626

2727
This expansion has been removed. Just convert the strings to octets, and concatenate them via `+`.
2828

0 commit comments

Comments
 (0)