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

@ -40,7 +40,7 @@ venti \- archival storage server
.I Venti
is a SHA1-addressed archival storage server.
See
.IM venti (7)
.MR venti (7)
for a full introduction to the system.
This page documents the structure and operation of the server.
.PP
@ -138,7 +138,7 @@ less than 10 are not very useful;
greater than 24 are probably a waste of memory.
.I Fmtbloom
(see
.IM venti-fmt (8) )
.MR venti-fmt (8) )
can be given either
.I nhash
or
@ -220,7 +220,7 @@ The venti server announces two network services, one
.BR venti ,
17034) serving
the venti protocol as described in
.IM venti (7) ,
.MR venti (7) ,
and one serving HTTP
(conventionally TCP port
.BR http ,
@ -333,7 +333,7 @@ with
or
.I fmtisect
(see
.IM venti-fmt (8) ).
.MR venti-fmt (8) ).
In particular, only the configuration needs to be
changed if a component is moved to a different file.
.PP
@ -506,11 +506,11 @@ Start the server and check the storage statistics:
.SH SOURCE
.B \*9/src/cmd/venti/srv
.SH "SEE ALSO"
.IM venti (1) ,
.IM venti (3) ,
.IM venti (7) ,
.IM venti-backup (8)
.IM venti-fmt (8)
.MR venti (1) ,
.MR venti (3) ,
.MR venti (7) ,
.MR venti-backup (8)
.MR venti-fmt (8)
.br
Sean Quinlan and Sean Dorward,
``Venti: a new approach to archival storage'',
@ -523,7 +523,7 @@ Venti should not require the user to decide how to
partition its memory usage.
.PP
Users of shells other than
.IM rc (1)
.MR rc (1)
will not be able to use the program names shown.
One solution is to define
.B "V=$PLAN9/bin/venti"