diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2020-10-24 22:57:39 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2020-10-24 22:57:39 +0000 |
commit | d795180ba82e3803716976abe8f023462d0c1576 (patch) | |
tree | 5f7bd6f6c1d284cc466a64943b41ee38e77d33c5 /regress/roff/string/dotT.out_markdown | |
parent | e6ebe29e01dda236ae873eb8841f10bc6640c8d5 (diff) | |
download | mandoc-d795180ba82e3803716976abe8f023462d0c1576.tar.gz |
Treat \*[.T] in the same way as \*(.T rather than calling abort(3).
Bug found because the groff-current manual pages started using the
variant form of this predefined string.
Diffstat (limited to 'regress/roff/string/dotT.out_markdown')
-rw-r--r-- | regress/roff/string/dotT.out_markdown | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/regress/roff/string/dotT.out_markdown b/regress/roff/string/dotT.out_markdown index d7400eaa..9ec52b1a 100644 --- a/regress/roff/string/dotT.out_markdown +++ b/regress/roff/string/dotT.out_markdown @@ -9,9 +9,11 @@ STRING-DOTT(1) - General Commands Manual BEGINTEST We are using the markdown device. +It can also be written as the markdown device. The device name can be overridden. +Both escape forms work for the name. ENDTEST end of file -OpenBSD - January 7, 2019 +OpenBSD - October 24, 2020 |