Skip to content

Commit 96412a4

Browse files
authored
Fix declaration syntax of $(uppercase) template function
Signed-off-by: Hofi <hofione@gmail.com>
1 parent 7d7bda0 commit 96412a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/_admin-guide/110_Template_and_rewrite/000_Customize_message_format/007_Template_functions_of_syslog-ng.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1162,7 +1162,7 @@ $(tags-head <name-of-first-tag> <name-of-second-tag> ... )
11621162
template("$(tags-head foo bar baz)")
11631163
```
11641164

1165-
## uppercase
1165+
## $(uppercase)
11661166

11671167
| *Syntax:* | $(uppercase "\<macro\>") |
11681168

0 commit comments

Comments
 (0)