aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael G. Martins <rafael@rafaelmartins.eng.br>2019-03-28 19:35:59 +0100
committerRafael G. Martins <rafael@rafaelmartins.eng.br>2019-03-28 19:35:59 +0100
commit35702f4cfcc5ffc21d8dcbf0a9d176118fec2927 (patch)
treee8eb22b7c5643252b71efaa26d2a48e4304dd079
parentac8e82c3a11f79082e9ed5f5f9c654c8f32b2ebc (diff)
downloadblogc-35702f4cfcc5ffc21d8dcbf0a9d176118fec2927.tar.gz
blogc-35702f4cfcc5ffc21d8dcbf0a9d176118fec2927.tar.bz2
blogc-35702f4cfcc5ffc21d8dcbf0a9d176118fec2927.zip
man: improved description of `blogc -p`
-rw-r--r--man/blogc.1.ronn14
1 files changed, 7 insertions, 7 deletions
diff --git a/man/blogc.1.ronn b/man/blogc.1.ronn
index eb64420..11af48c 100644
--- a/man/blogc.1.ronn
+++ b/man/blogc.1.ronn
@@ -60,13 +60,13 @@ designed to be used with make(1).
* `-p` <KEY>:
Show the value of a variable right after the source parsing and exits. This
is useful to get parameters for your `Makefile`, like the last page when
- implementing pagination, see blogc-pagination(7) for details. This can be
- also useful to dump variables defined in a source file without parsing it
- manually, if called without `-l`. Please note that variables generated by
- blogc during rendering process, like `BLOGC_RUSAGE_MEMORY` are not available
- because blogc will exit without rendering any content when called with this
- option, and will not even require a template, but variables generated during
- parsing process, like `CONTENT` are available.
+ implementing pagination, see blogc-pagination(7) for details. This option can
+ also dump variables defined in a source file, if called without `-l`.
+ Please note that variables generated by blogc during rendering process, like
+ `BLOGC_RUSAGE_MEMORY` are not available, because blogc will exit without
+ rendering any content when called with this option, and will not even require
+ a template. However, variables generated during parsing process, like
+ `CONTENT` are available.
* `-t` <TEMPLATE>:
Template file. It is a required option, if `blogc` needs to render something.