diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2012-04-11 18:56:16 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2012-04-11 18:56:16 -0700 |
commit | 1a019b6e17d52ce1ba53da5d6be038c6301a4b62 (patch) | |
tree | 828b0eeed7ca952bb6b1867e1f1ad58c4fc4b8e9 | |
parent | b43d605b8986b8ef2edd11abf7ed5b7e4313d318 (diff) | |
download | txr-1a019b6e17d52ce1ba53da5d6be038c6301a4b62.tar.gz txr-1a019b6e17d52ce1ba53da5d6be038c6301a4b62.tar.bz2 txr-1a019b6e17d52ce1ba53da5d6be038c6301a4b62.zip |
* txr.1: Fix misleading comment example.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | txr.1 | 3 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2012-04-11 Kaz Kylheku <kaz@kylheku.com> + + * txr.1: Fix misleading comment example. + 2012-04-10 Kaz Kylheku <kaz@kylheku.com> Adding patch to MPI to disable its Makefile so people don't try @@ -1147,7 +1147,8 @@ comments are introduced just by a ; character. Example: @(foo ; this is a comment - bar) ; this is another comment + bar ; this is another comment + ) This is equivalent to @(foo bar). |