diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2019-05-02 22:01:32 +0200 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2019-05-02 22:01:32 +0200 |
commit | 8c2f79f5128d49b95bd1cc69a494ef639ce9f1ed (patch) | |
tree | a8c2175904cc36bdfc99c0b9293b6034433b0a70 /man/blogc-pagination.7.ronn | |
parent | 3b30a38b960ed4d1012d63cd43cfb45d0755e7a8 (diff) | |
download | blogc-8c2f79f5128d49b95bd1cc69a494ef639ce9f1ed.tar.gz blogc-8c2f79f5128d49b95bd1cc69a494ef639ce9f1ed.tar.bz2 blogc-8c2f79f5128d49b95bd1cc69a494ef639ce9f1ed.zip |
man: improvements
Diffstat (limited to 'man/blogc-pagination.7.ronn')
-rw-r--r-- | man/blogc-pagination.7.ronn | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/man/blogc-pagination.7.ronn b/man/blogc-pagination.7.ronn index cca8aba..ceb41d6 100644 --- a/man/blogc-pagination.7.ronn +++ b/man/blogc-pagination.7.ronn @@ -31,14 +31,15 @@ files passed as arguments to it: * `FILTER_REVERSE`: Boolean (1/y/yes/true/on), if set, blogc(1) will list files in reverse order. - This is always the first filter applied to the files. All the previous filters - will get the files already in the reverse order, and won't care about this. + This filter is combined with `FILTER_SORT`, and all the other filters will + get the files already in the reverse order. * `FILTER_SORT`: Boolean (1/y/yes/true/on), if set, blogc(1) will sort files using the `DATE` variable provided in the files, instead of respecting the order of the - source files provided to blogc(1). All the previous filters will get the - files already sorted, and won't care about this. + source files provided to blogc(1). The files are sorted in descending order + and combined with `FILTER_REVERSE`, that will result in the files sorted in + ascending order. All the other filters will get the files already sorted. ## TEMPLATE VARIABLES |