From 5b869700957af87f672f4be6336a8f587450ec14 Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Sat, 31 Oct 2015 11:33:01 -0200 Subject: man: improved if statement doc --- man/blogc-template.7.ronn | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'man') diff --git a/man/blogc-template.7.ronn b/man/blogc-template.7.ronn index 83a39a0..77073af 100644 --- a/man/blogc-template.7.ronn +++ b/man/blogc-template.7.ronn @@ -145,7 +145,8 @@ In this case, if the `TITLE` variable is not defined, the content is included. The content of an `if` conditional is included in the output file when the comparision between the given variable and the given static string or -variable evaluates to true in the current scope. +variable evaluates to true in the current scope. The left operand of the +comparision *must* be a variable. The available operators are: `==`, `!=`, `<`, `>`, `<=` and `>=`. The comparisions are strcmp(3)-like. -- cgit v1.2.3-18-g5258