From 0f08cf230565c57c2af88531857004d073feafa6 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Mon, 20 May 2019 11:14:22 -0700 Subject: doc: missing deindent under Function Filters * txr.1: .PP added. --- txr.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/txr.1 b/txr.1 index b6cde63e..ea92b48c 100644 --- a/txr.1 +++ b/txr.1 @@ -9550,12 +9550,12 @@ conform to certain rules: .IP 1. The function must take two special arguments, which may be followed by additional arguments. - .IP 2. When the function is called, the first argument will be bound to a string, and the second argument will be unbound. The function must produce a value by binding it to the second argument. If the filter is to be used as the final filter in a chain, it must produce a string. +.PP For instance, the following is a valid filter function: -- cgit v1.2.3