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

@ -141,7 +141,7 @@ char* evsmprint(char *fmt, va_list arg)
.SH DESCRIPTION
.I Libacme
provides a simple C interface for interacting with
.IM acme (1)
.MR acme (1)
windows.
.PP
A
@ -168,7 +168,7 @@ Most of the library routines access files in the window's
.I acme
directory.
See
.IM acme (4)
.MR acme (4)
for details.
Many library routines take a format string
.I fmt
@ -179,11 +179,11 @@ denotes the result of formatting the string and arguments
using
.I smprint
(see
.IM print (3) ).
.MR print (3) ).
.PP
.I Pipetowin
runs the
.IM rc (1)
.MR rc (1)
command line
.I fmt\fR, \fP...
with
@ -199,7 +199,7 @@ Otherwise the command inherits the caller's standard error.
.PP
.I Pipewinto
runs the
.IM rc (1)
.MR rc (1)
command line
.I fmt\fR, \fP...
with the window's
@ -300,7 +300,7 @@ to position
relative to
.I type
(see
.IM seek (3) ).
.MR seek (3) ).
.PP
.I Winwrite
writes the
@ -317,7 +317,7 @@ The fields correspond to the fields in
.IR acme 's
event messages.
See
.IM acme (4)
.MR acme (4)
for detailed explanations.
The fields are:
.TP
@ -384,7 +384,7 @@ that it should be handled internally.
returns a pointer to a
.B Channel
(see
.IM thread (3) )
.MR thread (3) )
on which event structures (not pointers) can be read.
The first call to
.I wineventchan
@ -404,20 +404,20 @@ after calling
and
.I evsmprint
are like
.IM malloc (3) ,
.MR malloc (3) ,
.IR realloc ,
.IR strdup
(see
.IM strcat (3) ),
.MR strcat (3) ),
and
.IR vsmprint
(see
.IM print (3) ),
.MR print (3) ),
but they call
.IM sysfatal (3)
.MR sysfatal (3)
on error rather than returning nil.
.SH SOURCE
.B \*9/src/libacme
.SH SEE ALSO
.IM acme (1) ,
.IM acme (4)
.MR acme (1) ,
.MR acme (4)