diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-02-02 00:38:14 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-02-02 00:38:14 -0800 |
commit | 95f3ff4d015854a19ee62c2853a8b84e3aa4a124 (patch) | |
tree | e1b026e45e305a42cc560be07a6c97b932de9d03 /txr.1 | |
parent | 0cb57bc1c33a8079f65e712c98e78e7a54bb8ca0 (diff) | |
download | txr-95f3ff4d015854a19ee62c2853a8b84e3aa4a124.tar.gz txr-95f3ff4d015854a19ee62c2853a8b84e3aa4a124.tar.bz2 txr-95f3ff4d015854a19ee62c2853a8b84e3aa4a124.zip |
* txr.1: Fix bad directives example. Regexes are prefixed by #.
Diffstat (limited to 'txr.1')
-rw-r--r-- | txr.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1053,7 +1053,7 @@ directives are: @("apple" #\eb #\espace 3) - @(a /[a-z]*/ b) + @(a #/[a-z]*/ b) @(_ `@file.txt`) |