aboutsummaryrefslogtreecommitdiff
path: root/man/man3/venti.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/venti.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/venti.3')
-rw-r--r--man/man3/venti.350
1 files changed, 25 insertions, 25 deletions
diff --git a/man/man3/venti.3 b/man/man3/venti.3
index 368b70eb..f5222fad 100644
--- a/man/man3/venti.3
+++ b/man/man3/venti.3
@@ -15,61 +15,61 @@ This manual page describes general utility functions.
.PP
Other manual pages describe the library functions in detail.
.PP
-.IM Venti-cache (3)
+.MR Venti-cache (3)
describes a simple in-memory block cache to help clients.
.PP
-.IM Venti-conn (3)
+.MR Venti-conn (3)
describes routines for manipulating network connections
between Venti clients and servers.
-.IM Venti-client (3)
+.MR Venti-client (3)
and
-.IM venti-server (3)
+.MR venti-server (3)
describe routines for writing clients
and servers on top of these.
.PP
-.IM Venti-fcall (3)
+.MR Venti-fcall (3)
describes the C representation of Venti protocol messages
and data structures.
It also describes routines that convert between the C representation
and the network and disk representations.
.PP
-.IM Venti-file (3)
+.MR Venti-file (3)
describes routines for writing clients that manipulate
Venti file trees
(see
-.IM venti (7) ).
+.MR venti (7) ).
.PP
-.IM Venti-log (3)
+.MR Venti-log (3)
describes routines to access in-memory log buffers
as well as the logging that is done automatically by
the library.
.PP
-.IM Venti-mem (3)
+.MR Venti-mem (3)
describes wrappers around the canonical
-.IM malloc (3)
+.MR malloc (3)
routines that abort on error.
.PP
-.IM Venti-packet (3)
+.MR Venti-packet (3)
describes routines for
manipulating zero-copy chains of
data buffers.
.PP
-.IM Venti-zero (3)
+.MR Venti-zero (3)
describes routines to zero truncate and zero extend blocks
(see
-.IM venti (7) ).
+.MR venti (7) ).
.SH SOURCE
.B \*9/src/libventi
.SH SEE ALSO
-.IM venti (1) ,
-.IM venti-cache (3) ,
-.IM venti-client (3) ,
-.IM venti-fcall (3) ,
-.IM venti-file (3)
-.IM venti-log (3) ,
-.IM venti-mem (3) ,
-.IM venti-packet (3) ,
-.IM venti-server (3) ,
-.IM venti-zero (3) ,
-.IM venti (7) ,
-.IM venti (8)
+.MR venti (1) ,
+.MR venti-cache (3) ,
+.MR venti-client (3) ,
+.MR venti-fcall (3) ,
+.MR venti-file (3)
+.MR venti-log (3) ,
+.MR venti-mem (3) ,
+.MR venti-packet (3) ,
+.MR venti-server (3) ,
+.MR venti-zero (3) ,
+.MR venti (7) ,
+.MR venti (8)