diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2010-01-20 17:38:41 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2010-01-20 17:38:41 -0800 |
commit | 73993bea3e073867c77a274a62d3ce7b7fba200e (patch) | |
tree | 0eb679585fb1b14e50572263e88f6e5e84b29e0a /txr.1 | |
parent | 519a41506d67e12bc104f38f51e566bca7763873 (diff) | |
download | txr-73993bea3e073867c77a274a62d3ce7b7fba200e.tar.gz txr-73993bea3e073867c77a274a62d3ce7b7fba200e.tar.bz2 txr-73993bea3e073867c77a274a62d3ce7b7fba200e.zip |
Fix mangled bullets.
Diffstat (limited to 'txr.1')
-rw-r--r-- | txr.1 | 17 |
1 files changed, 10 insertions, 7 deletions
@@ -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 |