From 3785fc5ea7f47849ae11764b5cca5c220bc3866d Mon Sep 17 00:00:00 2001
From: "Rafael G. Martins" <rafael@rafaelmartins.eng.br>
Date: Tue, 20 Mar 2018 18:54:18 +0100
Subject: make: avoid infinite-loop if posts_per_page <= 0

---
 man/blogc-make.1.ronn | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

(limited to 'man')

diff --git a/man/blogc-make.1.ronn b/man/blogc-make.1.ronn
index 6d5552b..ca9c4da 100644
--- a/man/blogc-make.1.ronn
+++ b/man/blogc-make.1.ronn
@@ -89,7 +89,8 @@ The rule passes the following helper variables to blogc(1):
 
 ### pagination
 
-Build pagination pages from posts.
+Build pagination pages from posts. This rule will be disabled if
+`posts_per_page` is negative or `0` in blogcfile(5).
 
 The rule passes the following helper variables to blogc(1):
 
-- 
cgit v1.2.3-18-g5258