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:
@@ -41,7 +41,7 @@ option enables verbose debugging printout.
|
||||
The
|
||||
.B -d
|
||||
option causes
|
||||
.IR diff (1)
|
||||
.IM diff (1)
|
||||
.B -c
|
||||
to be run for each adjacent pair of dump files, while
|
||||
.B -b
|
||||
@@ -73,11 +73,11 @@ by convention, root of dump file system
|
||||
.SH SOURCE
|
||||
.B \*9/src/cmd/hist.c
|
||||
.SH SEE ALSO
|
||||
.IR yesterday (1),
|
||||
.IR vbackup (8)
|
||||
.IM yesterday (1) ,
|
||||
.IM vbackup (8)
|
||||
.SH BUGS
|
||||
Should be called
|
||||
.IR history ,
|
||||
but
|
||||
that name is taken by
|
||||
.IR sh (1).
|
||||
.IM sh (1) .
|
||||
|
||||
Reference in New Issue
Block a user