diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2017-11-18 20:57:50 +0100 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2017-11-18 21:02:06 +0100 |
commit | a1a4dfa673b4d4e4316de76592d2b58fbddb0fca (patch) | |
tree | 75907d5199040c8c77f976d18f6abdcb7dd9c86a /man/blogc-source.7.ronn | |
parent | 99c3881dd078da45dc540ff271e73a9831d5d432 (diff) | |
download | blogc-a1a4dfa673b4d4e4316de76592d2b58fbddb0fca.tar.gz blogc-a1a4dfa673b4d4e4316de76592d2b58fbddb0fca.tar.bz2 blogc-a1a4dfa673b4d4e4316de76592d2b58fbddb0fca.zip |
man: added blogcfile.5, updated some other pages
Diffstat (limited to 'man/blogc-source.7.ronn')
-rw-r--r-- | man/blogc-source.7.ronn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/blogc-source.7.ronn b/man/blogc-source.7.ronn index f369461..06f2f20 100644 --- a/man/blogc-source.7.ronn +++ b/man/blogc-source.7.ronn @@ -45,7 +45,7 @@ You can omit seconds, minutes and hours if you want, they will be filled with ``yyyy-mm-dd hh`` and ``yyyy-mm-dd`` The ``DATE_FORMAT`` variable should be passed to blogc(1) as a global -variable. Its value must be a valid strptime(3) format. +variable. Its value must be a valid strftime(3) format. The source parser will also automatically generate a variable called `FILENAME`, that stores the name of the source file, without its extension. This is useful @@ -283,4 +283,4 @@ Rafael G. Martins <<rafael@rafaelmartins.eng.br>> ## SEE ALSO -blogc(1), blogc-template(7), strptime(3) +blogc(1), blogc-template(7), strftime(3) |