diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2019-05-20 11:14:22 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2019-05-20 11:14:22 -0700 |
commit | 7c8389f0ca7daa867e7356da9525193de003a262 (patch) | |
tree | a16fb072940ce516041c4d2a7459a16dea0db0da | |
parent | ba3c0671bbd41567adfb024dcb7fb09454282b92 (diff) | |
download | txr-7c8389f0ca7daa867e7356da9525193de003a262.tar.gz txr-7c8389f0ca7daa867e7356da9525193de003a262.tar.bz2 txr-7c8389f0ca7daa867e7356da9525193de003a262.zip |
doc: missing deindent under Function Filters
* txr.1: .PP added.
-rw-r--r-- | txr.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |