diff options
author | rsc <devnull@localhost> | 2005-01-14 20:14:08 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2005-01-14 20:14:08 +0000 |
commit | 5940cb844b8df1c9a69f5f8f7967cc786f14bba0 (patch) | |
tree | 457a1d357efa18531b114cb272649b96285559af /tmac | |
parent | 3f085246b714b273b803755f6a54016a5360fcd6 (diff) | |
download | plan9port-5940cb844b8df1c9a69f5f8f7967cc786f14bba0.tar.gz plan9port-5940cb844b8df1c9a69f5f8f7967cc786f14bba0.tar.bz2 plan9port-5940cb844b8df1c9a69f5f8f7967cc786f14bba0.zip |
better href
Diffstat (limited to 'tmac')
-rw-r--r-- | tmac/tmac.an | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tmac/tmac.an b/tmac/tmac.an index 898e0530..8a8d8e45 100644 --- a/tmac/tmac.an +++ b/tmac/tmac.an @@ -120,7 +120,8 @@ \Xhtml </B> .. .de HR -\X'html href \\$1'\\$2\X'html /href' +.ie '\\$2'' \X'html href \\$1'\fL\\$1\fP\X'html /href' +.el \\$4\X'html href \\$1'\\$2\X'html /href'\\$3 .. .deSH .PD |