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.
This commit is contained in:
parent
a1c4307800
commit
977b25a76a
297 changed files with 1790 additions and 1774 deletions
|
|
@ -148,10 +148,10 @@ will be named
|
|||
The attach name used in
|
||||
.I mount
|
||||
(see
|
||||
.IR bind (1),
|
||||
.IR bind (2)
|
||||
.IM bind (1) ,
|
||||
.IM bind (2)
|
||||
and
|
||||
.IR attach (5))
|
||||
.IM attach (5) )
|
||||
selects a file system to be served
|
||||
and optionally a subtree,
|
||||
in the format
|
||||
|
|
@ -163,7 +163,7 @@ An empty attach name selects
|
|||
normally requires all users except
|
||||
.L none
|
||||
to provide authentication tickets on each
|
||||
.IR attach (5).
|
||||
.IM attach (5) .
|
||||
To keep just anyone from connecting,
|
||||
.L none
|
||||
is only allowed to attach after another user
|
||||
|
|
@ -179,7 +179,7 @@ flag to
|
|||
or
|
||||
.B srv
|
||||
(see
|
||||
.IR fossilcons (8)).
|
||||
.IM fossilcons (8) ).
|
||||
.PP
|
||||
The groups called
|
||||
.B noworld
|
||||
|
|
@ -207,7 +207,7 @@ readable by the world but writable only to the developers.
|
|||
starts a new instance of the fossil file server.
|
||||
It is configured mainly through console commands,
|
||||
documented in
|
||||
.IR fossilcons (8).
|
||||
.IM fossilcons (8) .
|
||||
.PP
|
||||
The options are:
|
||||
.TF "-c\fI cmd
|
||||
|
|
@ -239,7 +239,7 @@ and
|
|||
which starts a file server console on
|
||||
.BI /srv/ cons \fR.
|
||||
See
|
||||
.IR fossilcons (8)
|
||||
.IM fossilcons (8)
|
||||
for more information.
|
||||
.TP
|
||||
.BI -f " file
|
||||
|
|
@ -269,7 +269,7 @@ for inconsistencies.
|
|||
is deprecated in favor of the console
|
||||
.B check
|
||||
command (see
|
||||
.IR fossilcons (8)).
|
||||
.IM fossilcons (8) ).
|
||||
.I Flchk
|
||||
prints
|
||||
.I fossil
|
||||
|
|
@ -375,7 +375,7 @@ system stored on Venti at
|
|||
The score should have been generated by
|
||||
.I fossil
|
||||
rather than by
|
||||
.IR vac (1),
|
||||
.IM vac (1) ,
|
||||
so that the appropriate snapshot metadata is present.
|
||||
.PD
|
||||
.PP
|
||||
|
|
@ -450,7 +450,7 @@ See the discussion of the
|
|||
and
|
||||
.B uname
|
||||
commands in
|
||||
.IR fossilcons (8)
|
||||
.IM fossilcons (8)
|
||||
for more about the user table.
|
||||
.ne 3
|
||||
.PP
|
||||
|
|
@ -488,13 +488,13 @@ command to prepare the script.
|
|||
.SH SOURCE
|
||||
.B \*9/src/cmd/fossil
|
||||
.SH SEE ALSO
|
||||
.IR yesterday (1),
|
||||
.IR fs (3),
|
||||
.IR fs (4),
|
||||
.IR srv (4),
|
||||
.IR fossilcons (8),
|
||||
.IR loadfossil (8),
|
||||
.IR venti (8)
|
||||
.IM yesterday (1) ,
|
||||
.IM fs (3) ,
|
||||
.IM fs (4) ,
|
||||
.IM srv (4) ,
|
||||
.IM fossilcons (8) ,
|
||||
.IM loadfossil (8) ,
|
||||
.IM venti (8)
|
||||
.SH BUGS
|
||||
It is possible that the disk format (but not the Venti format)
|
||||
will change in the future, to make the disk a full cache
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue