diff options
author | ru <ru@FreeBSD.org> | 2001-10-26 17:22:12 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-10-26 17:22:12 +0000 |
commit | 5b73377aa77632cce67dff01432427741ee53d47 (patch) | |
tree | f50484bc10100b41f5cffd2f09a035dc3d7cd877 /contrib/groff | |
parent | d5b7bd9ab4f1081919fe4675b4688491c53effde (diff) | |
download | FreeBSD-src-5b73377aa77632cce67dff01432427741ee53d47.zip FreeBSD-src-5b73377aa77632cce67dff01432427741ee53d47.tar.gz |
From ChangeLog:
: 2001-10-19 Ruslan Ermilov <ru@FreeBSD.org>
:
: * tmac/doc.tmac (doc-flag-recursion): Protect arguments against
: being handled as end-of-sentence characters,
This fixes ".Fl \&?". Previously, it produced an additional whitespace.
There were no precedents in FreeBSD manpages. That's why it was
Noticed by: Thomas Klausner <wiz@netbsd.org>
Diffstat (limited to 'contrib/groff')
-rw-r--r-- | contrib/groff/tmac/doc.tmac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/groff/tmac/doc.tmac b/contrib/groff/tmac/doc.tmac index 8e72e56..2814aa9 100644 --- a/contrib/groff/tmac/doc.tmac +++ b/contrib/groff/tmac/doc.tmac @@ -426,7 +426,7 @@ . ie "\*[doc-str-dfr]"-" \ . nop \|\-\^\-\|\c . el \ -. nop \|\%\-\*[doc-str-dfr]\c +. nop \|\%\-\*[doc-str-dfr]\&\c . \}\}\} . el \{\ . nop \f[\n[doc-curr-font]]\s[\n[doc-curr-size]u]\c |