summaryrefslogtreecommitdiffstats
path: root/txr.1
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-02-02 00:38:14 -0800
committerKaz Kylheku <kaz@kylheku.com>2014-02-02 00:38:14 -0800
commit95f3ff4d015854a19ee62c2853a8b84e3aa4a124 (patch)
treee1b026e45e305a42cc560be07a6c97b932de9d03 /txr.1
parent0cb57bc1c33a8079f65e712c98e78e7a54bb8ca0 (diff)
downloadtxr-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.12
1 files changed, 1 insertions, 1 deletions
diff --git a/txr.1 b/txr.1
index 4e718b17..57f0653d 100644
--- a/txr.1
+++ b/txr.1
@@ -1053,7 +1053,7 @@ directives are:
@("apple" #\eb #\espace 3)
- @(a /[a-z]*/ b)
+ @(a #/[a-z]*/ b)
@(_ `@file.txt`)