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

@ -16,7 +16,7 @@ not take arguments, or a letter followed by the space-separated
names of its arguments.
.I Getflags
prints an
.IM rc (1)
.MR rc (1)
script on standard output which initializes the
environment variable
.BI $flag x
@ -51,15 +51,15 @@ and
.BR $0 ,
the program name
(see
.IM rc (1) ).
.MR rc (1) ).
If run under
.IM sh (1) ,
.MR sh (1) ,
which does not set
.BR $0 ,
the program name must be given explicitly on the command line.
.SH EXAMPLE
Parse the arguments for Plan 9's
.IM leak (1) :
.MR leak (1) :
.IP
.EX
flagfmt='b,s,f binary,r res,x width'
@ -74,4 +74,4 @@ if(! ifs=() eval `{getflags $*} || ~ $#* 0){
.br
.B \*9/src/cmd/usage.c
.SH SEE ALSO
.IM arg (3)
.MR arg (3)