tmac: introduce real manual reference macro instead of overloading IR
The overloading of IR emits magic \X'...' sequences that turn into HTML manual links. But not all such IR invocations should be manual links; those had to be written to avoid the IR macro before. Worse, the \X'...' ending the IR causes troff to emit only a single space after a period. Defining a new IM macro for manual references fixes both problems. Fixes #441.
This commit is contained in:
parent
a1c4307800
commit
977b25a76a
297 changed files with 1790 additions and 1774 deletions
|
|
@ -22,7 +22,7 @@ proof \- troff output interpreter
|
|||
.SH DESCRIPTION
|
||||
.I Proof
|
||||
reads
|
||||
.IR troff (1)
|
||||
.IM troff (1)
|
||||
intermediate language from
|
||||
.I file
|
||||
or standard input
|
||||
|
|
@ -126,8 +126,8 @@ into screen fonts and character numbers
|
|||
.B \*9/src/cmd/proof
|
||||
.SH SEE ALSO
|
||||
.IR lp (1),
|
||||
.IR gs (1),
|
||||
.IR page (1)
|
||||
.IM gs (1) ,
|
||||
.IM page (1)
|
||||
.br
|
||||
J. F. Ossanna and B. W. Kernighan,
|
||||
``Troff User's Manual''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue