summaryrefslogtreecommitdiff
path: root/tmac
diff options
context:
space:
mode:
authorwl <wl>2012-03-05 05:38:38 +0000
committerwl <wl>2012-03-05 05:38:38 +0000
commitd7748c87be941aebf6c1b545226e5b8a12b685fd (patch)
treef65e27f71424f682b72054990a30323dd3f4c4ad /tmac
parentdb0b9019d1a38660b3aff2193af5bae7a2fe6d25 (diff)
downloadgroff-d7748c87be941aebf6c1b545226e5b8a12b685fd.tar.gz
* tmac/an-ext.tmac (SY): Handle argument with spaces correctly.
Problem reported by Bjarni Ingi Gislason <bjarniig@rhi.hi.is>.
Diffstat (limited to 'tmac')
-rw-r--r--tmac/an-ext.tmac7
1 files changed, 4 insertions, 3 deletions
diff --git a/tmac/an-ext.tmac b/tmac/an-ext.tmac
index c3983ca6..38160251 100644
--- a/tmac/an-ext.tmac
+++ b/tmac/an-ext.tmac
@@ -3,9 +3,9 @@
.\" Written by Eric S. Raymond <esr@thyrsus.com>
.\" Werner Lemberg <wl@gnu.org>
.\"
-.\" Version 2007-Feb-02
+.\" Version 2012-Mar-05
.\"
-.\" Copyright (C) 2007, 2009 Free Software Foundation, Inc.
+.\" Copyright (C) 2007, 2009, 2012 Free Software Foundation, Inc.
.\" You may freely use, modify and/or distribute this file.
.\"
.\"
@@ -71,7 +71,8 @@
. ns
. \}
.
-. HP \w'\fB\\$1\fP\ 'u
+. nr mT \w'\fB\\$1\fP\ '
+. HP \\n(mTu
. B "\\$1"
..
.