aboutsummaryrefslogtreecommitdiff
path: root/man/man3/memlayer.3
diff options
context:
space:
mode:
authorRuss Cox <rsc@swtch.com>2020-08-15 20:07:38 -0400
committerRuss Cox <rsc@swtch.com>2020-08-15 20:09:40 -0400
commitd32deab17bfffa5bffc5fab3e6577558e40888c5 (patch)
tree745b19fb64cfbd1fd9d0c6039fe35a1fd85169d3 /man/man3/memlayer.3
parent9843fc0d82c68c78059ccb167e8402def5a4ee1f (diff)
downloadplan9port-d32deab17bfffa5bffc5fab3e6577558e40888c5.tar.gz
plan9port-d32deab17bfffa5bffc5fab3e6577558e40888c5.tar.bz2
plan9port-d32deab17bfffa5bffc5fab3e6577558e40888c5.zip
tmac: rename IM (italic manual) to MR (manual reference)
Suggested by G. Brandon Robinson.
Diffstat (limited to 'man/man3/memlayer.3')
-rw-r--r--man/man3/memlayer.322
1 files changed, 11 insertions, 11 deletions
diff --git a/man/man3/memlayer.3 b/man/man3/memlayer.3
index c13a72a4..d7f06510 100644
--- a/man/man3/memlayer.3
+++ b/man/man3/memlayer.3
@@ -97,18 +97,18 @@ int memunload(Memimage *i, Rectangle r,
.PP
.SH DESCRIPTION
These functions build upon the
-.IM memdraw (3)
+.MR memdraw (3)
interface to maintain overlapping graphical windows on in-memory images.
They are used by the kernel to implement the windows interface presented by
-.IM draw (3)
+.MR draw (3)
and
-.IM window (3)
+.MR window (3)
and probably have little use outside of the kernel.
.PP
The basic function is to extend the definition of a
.B Memimage
(see
-.IM memdraw (3) )
+.MR memdraw (3) )
to include overlapping windows defined by the
.B Memlayer
type.
@@ -270,7 +270,7 @@ They have the signatures of
and
.I memimageline
(see
-.IM memdraw (3) )
+.MR memdraw (3) )
but accept
.B Memlayer
or
@@ -294,12 +294,12 @@ bytes of data in
.I buf
are in compressed image format
(see
-.IM image (7) ).
+.MR image (7) ).
.SH SOURCE
.B \*9/src/libmemlayer
.SH SEE ALSO
-.IM graphics (3) ,
-.IM memdraw (3) ,
-.IM stringsize (3) ,
-.IM window (3) ,
-.IM draw (3)
+.MR graphics (3) ,
+.MR memdraw (3) ,
+.MR stringsize (3) ,
+.MR window (3) ,
+.MR draw (3)