summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2019-05-20 11:14:22 -0700
committerKaz Kylheku <kaz@kylheku.com>2019-05-20 11:14:22 -0700
commit0f08cf230565c57c2af88531857004d073feafa6 (patch)
treea16fb072940ce516041c4d2a7459a16dea0db0da
parenta7542b2281ee60ebdf1b131babef195356dc23f0 (diff)
downloadtxr-0f08cf230565c57c2af88531857004d073feafa6.tar.gz
txr-0f08cf230565c57c2af88531857004d073feafa6.tar.bz2
txr-0f08cf230565c57c2af88531857004d073feafa6.zip
doc: missing deindent under Function Filters
* txr.1: .PP added.
-rw-r--r--txr.12
1 files changed, 1 insertions, 1 deletions
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: