Pull up following revision(s) (requested by uwe in ticket #1823):
external/gpl2/groff/dist/tmac/doc.tmac: revision 1.3 doc.tmac: .Lk - handle punctuation without anchor-text correctly doc-get-arg-type expects that doc-width is set beforehand, so call doc-get-width to make sure doc-get-arg-type detects the trailing punctuation correctly. PR bin/58074
This commit is contained in:
parent
9c11ee0a89
commit
09c828480e
|
@ -6416,6 +6416,7 @@
|
|||
. ds doc-str-Lk Sy \$@
|
||||
.
|
||||
. ie (\n[.$] > 1) \{\
|
||||
. doc-get-width \$2
|
||||
. doc-get-arg-type \$2
|
||||
. ie (\n[doc-arg-type] < 3) \{\
|
||||
. Em \)\$2:
|
||||
|
|
Loading…
Reference in New Issue