tmac: rename IM (italic manual) to MR (manual reference)

Suggested by G. Brandon Robinson.
This commit is contained in:
Russ Cox 2020-08-15 20:07:38 -04:00
parent 9843fc0d82
commit d32deab17b
286 changed files with 1591 additions and 1588 deletions

View file

@ -53,7 +53,7 @@ the result is an empty string.
The verb
.B r
in
.IM print (3)
.MR print (3)
calls
.I errstr
and outputs the error string.
@ -92,8 +92,8 @@ will reset
.I Errstr
always returns 0.
.SH SEE ALSO
.IM intro (3) ,
.IM perror (3)
.MR intro (3) ,
.MR perror (3)
.SH BUGS
The implementation sets
.I errno
@ -104,4 +104,4 @@ When
.I errno
is set to other values, the error string
is synthesized using
.IM strerror (3) .
.MR strerror (3) .