aboutsummaryrefslogtreecommitdiff
path: root/man/man3/venti-fcall.3
diff options
context:
space:
mode:
authorRuss Cox <rsc@swtch.com>2020-08-13 23:41:59 -0400
committerRuss Cox <rsc@swtch.com>2020-08-13 23:43:43 -0400
commit977b25a76ae8263e53fb4eb1abfc395769f23e3d (patch)
treeb04cc1be9205fd85f588e9434642e8aed8a8a4fd /man/man3/venti-fcall.3
parenta1c4307800c7f1ef9c5d71ba4c6c3642837e2877 (diff)
downloadplan9port-977b25a76ae8263e53fb4eb1abfc395769f23e3d.tar.gz
plan9port-977b25a76ae8263e53fb4eb1abfc395769f23e3d.tar.bz2
plan9port-977b25a76ae8263e53fb4eb1abfc395769f23e3d.zip
tmac: introduce real manual reference macro instead of overloading IR
The overloading of IR emits magic \X'...' sequences that turn into HTML manual links. But not all such IR invocations should be manual links; those had to be written to avoid the IR macro before. Worse, the \X'...' ending the IR causes troff to emit only a single space after a period. Defining a new IM macro for manual references fixes both problems. Fixes #441.
Diffstat (limited to 'man/man3/venti-fcall.3')
-rw-r--r--man/man3/venti-fcall.316
1 files changed, 8 insertions, 8 deletions
diff --git a/man/man3/venti-fcall.3 b/man/man3/venti-fcall.3
index ed3916ff..e463c141 100644
--- a/man/man3/venti-fcall.3
+++ b/man/man3/venti-fcall.3
@@ -109,7 +109,7 @@ converts a
.B VtEntry
structure describing a Venti file
(see
-.IR venti (7))
+.IM venti (7) )
into a 40-byte
.RB ( VtEntrySize )
structure at
@@ -122,7 +122,7 @@ converts a
.B VtFcall
structure describing a Venti protocol message
(see
-.IR venti (7))
+.IM venti (7) )
into a packet.
.I Vtfcallunpack
does the reverse conversion.
@@ -130,7 +130,7 @@ does the reverse conversion.
The fields in a
.B VtFcall
are named after the protocol fields described in
-.IR venti (7),
+.IM venti (7) ,
except that the
.B type
field is renamed
@@ -158,7 +158,7 @@ and the packet
The block type enumeration defined in
.B <venti.h>
(presented in
-.IR venti (7))
+.IM venti (7) )
differs from the one used on disk and in the network
protocol.
The disk and network representation uses different
@@ -232,7 +232,7 @@ is nil, the label is ignored.
and
.I vtscorefmt
are
-.IR print (3)
+.IM print (3)
formatters to print
.B VtFcall
structures and scores.
@@ -244,9 +244,9 @@ is installed as
.SH SOURCE
.B \*9/src/libventi
.SH SEE ALSO
-.IR venti (1),
-.IR venti (3),
-.IR venti (7)
+.IM venti (1) ,
+.IM venti (3) ,
+.IM venti (7)
.SH DIAGNOSTICS
.IR Vtentrypack ,
.IR vtfcallpack ,