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

@ -14,19 +14,19 @@ of clients.
This manual page documents the basic concepts of
block storage using Venti as well as the Venti network protocol.
.PP
.IM Venti (1)
.MR Venti (1)
documents some simple clients.
.IM Vac (1) ,
.IM vacfs (4) ,
.MR Vac (1) ,
.MR vacfs (4) ,
and
.IM vbackup (8)
.MR vbackup (8)
are more complex clients.
.PP
.IM Venti (3)
.MR Venti (3)
describes a C library interface for accessing
Venti servers and manipulating Venti data structures.
.PP
.IM Venti (8)
.MR Venti (8)
describes the programs used to run a Venti server.
.PP
.SS "Scores
@ -40,11 +40,11 @@ Scores may have an optional
prefix, typically used to
describe the format of the data.
For example,
.IM vac (1)
.MR vac (1)
uses a
.B vac:
prefix, while
.IM vbackup (8)
.MR vbackup (8)
uses prefixes corresponding to the file system
types:
.BR ext2: ,
@ -93,7 +93,7 @@ Keeping this parallel representation is a minor annoyance
but makes it possible for general programs like
.I venti/copy
(see
.IM venti (1) )
.MR venti (1) )
to traverse the block tree without knowing the specific details
of any particular program's data.
.SS "Block Types
@ -202,7 +202,7 @@ Text strings are represented similarly,
using a two-byte count with
the text itself stored as a UTF-encoded sequence
of Unicode characters (see
.IM utf (7) ).
.MR utf (7) ).
Text strings are not
.SM NUL\c
-terminated:
@ -395,7 +395,7 @@ Use
and
.I vtfromdisktype
(see
.IM venti (3) )
.MR venti (3) )
to convert a block type enumeration value
.RB ( VtDataType ,
etc.)
@ -457,9 +457,9 @@ in the
packet may be either 2 or 4 bytes;
the total packet length distinguishes the two cases.
.SH SEE ALSO
.IM venti (1) ,
.IM venti (3) ,
.IM venti (8)
.MR venti (1) ,
.MR venti (3) ,
.MR venti (8)
.br
Sean Quinlan and Sean Dorward,
``Venti: a new approach to archival storage'',