From d7748c87be941aebf6c1b545226e5b8a12b685fd Mon Sep 17 00:00:00 2001 From: wl Date: Mon, 5 Mar 2012 05:38:38 +0000 Subject: * tmac/an-ext.tmac (SY): Handle argument with spaces correctly. Problem reported by Bjarni Ingi Gislason . --- tmac/an-ext.tmac | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'tmac') 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 .\" Werner Lemberg .\" -.\" 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" .. . -- cgit v1.2.1