aboutsummaryrefslogtreecommitdiff
path: root/man/man3/venti.3
diff options
context:
space:
mode:
authorPetter Rodhelind <petter.rodhelind@gmail.com>2020-12-18 09:13:34 +0100
committerPetter Rodhelind <petter.rodhelind@gmail.com>2020-12-18 09:13:34 +0100
commit94c521bf102a74aec7e1a5c3a9ef5eaa968d4e14 (patch)
treead1ad80ee9a4e0ae97451c94a7cf455d3068951b /man/man3/venti.3
parent7cda34cf34f3afbd3f2000aa5e2b59ddc319f0f2 (diff)
parent2991442aef1cf020ffde43673433ee97ef322a53 (diff)
downloadplan9port-94c521bf102a74aec7e1a5c3a9ef5eaa968d4e14.tar.gz
plan9port-94c521bf102a74aec7e1a5c3a9ef5eaa968d4e14.tar.bz2
plan9port-94c521bf102a74aec7e1a5c3a9ef5eaa968d4e14.zip
Merge remote-tracking branch 'upstream/master'
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 632d5998..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
-.IR Venti-cache (3)
+.MR Venti-cache (3)
describes a simple in-memory block cache to help clients.
.PP
-.IR Venti-conn (3)
+.MR Venti-conn (3)
describes routines for manipulating network connections
between Venti clients and servers.
-.IR Venti-client (3)
+.MR Venti-client (3)
and
-.IR venti-server (3)
+.MR venti-server (3)
describe routines for writing clients
and servers on top of these.
.PP
-.IR 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
-.IR Venti-file (3)
+.MR Venti-file (3)
describes routines for writing clients that manipulate
Venti file trees
(see
-.IR venti (7)).
+.MR venti (7) ).
.PP
-.IR 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
-.IR Venti-mem (3)
+.MR Venti-mem (3)
describes wrappers around the canonical
-.IR malloc (3)
+.MR malloc (3)
routines that abort on error.
.PP
-.IR Venti-packet (3)
+.MR Venti-packet (3)
describes routines for
manipulating zero-copy chains of
data buffers.
.PP
-.IR Venti-zero (3)
+.MR Venti-zero (3)
describes routines to zero truncate and zero extend blocks
(see
-.IR venti (7)).
+.MR venti (7) ).
.SH SOURCE
.B \*9/src/libventi
.SH SEE ALSO
-.IR venti (1),
-.IR venti-cache (3),
-.IR venti-client (3),
-.IR venti-fcall (3),
-.IR venti-file (3)
-.IR venti-log (3),
-.IR venti-mem (3),
-.IR venti-packet (3),
-.IR venti-server (3),
-.IR venti-zero (3),
-.IR venti (7),
-.IR 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)