summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2010-01-20 17:38:41 -0800
committerKaz Kylheku <kaz@kylheku.com>2010-01-20 17:38:41 -0800
commit73993bea3e073867c77a274a62d3ce7b7fba200e (patch)
tree0eb679585fb1b14e50572263e88f6e5e84b29e0a
parent519a41506d67e12bc104f38f51e566bca7763873 (diff)
downloadtxr-73993bea3e073867c77a274a62d3ce7b7fba200e.tar.gz
txr-73993bea3e073867c77a274a62d3ce7b7fba200e.tar.bz2
txr-73993bea3e073867c77a274a62d3ce7b7fba200e.zip
Fix mangled bullets.
-rw-r--r--txr.117
1 files changed, 10 insertions, 7 deletions
diff --git a/txr.1 b/txr.1
index a96496cd..88c72616 100644
--- a/txr.1
+++ b/txr.1
@@ -1585,13 +1585,16 @@ The next simplest bind binds one variable to another:
Here, if A is unbound, it takes on the same value as B. If A is bound, it has
to match B, or the bind fails. Matching means that either
-
-- A and B are the same text
-- A is text, B is a list, and A occurs within B.
-- vice versa: B is text, A is a list, and B occurs within A.
-- A and B are lists and are either identical, or one is
- found as substructure within the other.
-
+.IP -
+A and B are the same text
+.IP -
+A is text, B is a list, and A occurs within B.
+.IP -
+vice versa: B is text, A is a list, and B occurs within A.
+.IP -
+A and B are lists and are either identical, or one is
+found as substructure within the other.
+.PP
The right hand side does not have to be a variable. It may be some other
object, like a string, quasiliteral, regexp, or list of strings, et cetera. For
instance