From 64a808bb68b88605090577e296150320cb7af18a Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Sat, 13 Apr 2019 19:46:39 +0200 Subject: blogc: added support for formatted variables in -p --- man/blogc.1.ronn | 5 ----- src/blogc/main.c | 9 ++++----- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/man/blogc.1.ronn b/man/blogc.1.ronn index 8bcd12d..8b5b52f 100644 --- a/man/blogc.1.ronn +++ b/man/blogc.1.ronn @@ -72,11 +72,6 @@ designed to be used with make(1). is useful to get parameters for your `Makefile`, like the last page when 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`