summaryrefslogtreecommitdiffstats
path: root/txr.1
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2012-02-24 04:58:21 -0800
committerKaz Kylheku <kaz@kylheku.com>2012-02-24 04:58:21 -0800
commit874bece3a71f7eb5239110ae773fe8bf1662b702 (patch)
tree01a13946e6b7e133eb2229973db1954becb9ceb7 /txr.1
parent60d9b5fd44f246908955d5f58ea872536ab14e79 (diff)
downloadtxr-874bece3a71f7eb5239110ae773fe8bf1662b702.tar.gz
txr-874bece3a71f7eb5239110ae773fe8bf1662b702.tar.bz2
txr-874bece3a71f7eb5239110ae773fe8bf1662b702.zip
Found more broken headings requiring quoting.
Diffstat (limited to 'txr.1')
-rw-r--r--txr.14
1 files changed, 2 insertions, 2 deletions
diff --git a/txr.1 b/txr.1
index 002df127..64e8f00c 100644
--- a/txr.1
+++ b/txr.1
@@ -3479,14 +3479,14 @@ repetition.
If the repeat produces no repetitions, then the body of this clause is output.
If this clause is absent or empty, the repeat produces no output.
-.IP @(mod n m)
+.IP "@(mod n m)"
The forms n and m are expressions that evaluate to integers. The value of
m should be nonzero. The clause denoted this way is active if the repetition
modulo m is equal to n. The first repetition is numbered zero.
For instance the clause headed by @(mod 0 2) will be used on repetitions
0, 2, 4, 6, ... and @(mod 1 2) will be used on repetitions 1, 3, 5, 7, ...
-.IP @(modlast n m)
+.IP "@(modlast n m)"
The meaning of n and m is the same as in @(mod n m), but one more condition
is imposed. This clause is used if the repetition modulo m is
equal to n, and if it is the last repetition.