diff options
Diffstat (limited to 'man/blogc-template.7.ronn')
-rw-r--r-- | man/blogc-template.7.ronn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/blogc-template.7.ronn b/man/blogc-template.7.ronn index c6a3af1..1caa839 100644 --- a/man/blogc-template.7.ronn +++ b/man/blogc-template.7.ronn @@ -114,7 +114,7 @@ in the template. If user append `_FORMATTED` to the end of the variable name, a formatter will be applied, if available for the variable name: - Date formatter: if variable name starts with `DATE_`, it is formatted with - a strptime(3) format, provided by `DATE_FORMAT` variable. The `DATE_FORMATTED` + a strftime(3) format, provided by `DATE_FORMAT` variable. The `DATE_FORMATTED` "meta-variable" will return the formatted version of the `DATE` variable. If `DATE_FORMAT` is not provided, the original value will be returned. @@ -270,4 +270,4 @@ Rafael G. Martins <<rafael@rafaelmartins.eng.br>> ## SEE ALSO -blogc(1), blogc-source(7), strcmp(3) +blogc(1), blogc-source(7), strcmp(3), strftime(3) |