diff options
| author | Dmitri Vereshchagin <dmitri.vereshchagin@gmail.com> | 2024-01-31 20:47:13 +0300 |
|---|---|---|
| committer | Dan Cross <crossd@gmail.com> | 2025-07-27 09:58:50 -0400 |
| commit | 10564b11755ff2d48d0f5073c46571e806fa6fb4 (patch) | |
| tree | 229252742051d83558fff2352642d0f57ba66615 /man/man4/fossil.4 | |
| parent | 00446db7d8fdb3ea56fa104643b34823960f7be2 (diff) | |
| download | plan9port-10564b11755ff2d48d0f5073c46571e806fa6fb4.tar.gz plan9port-10564b11755ff2d48d0f5073c46571e806fa6fb4.zip | |
tmac/tmac.an: define .MR in a groff compatible way
groff 1.23.0 added .MR to its -man macro package. The NEWS file states
that the inclusion of the macro "was prompted by its introduction to
Plan 9 from User Space's troff in August 2020." From d32deab it seems
that the name for Plan 9 from User Space's implementation was suggested
by groff maintainer G. Brandon Robinson.
Not sure if the intention was to make these definitions compatible, but
it would be nice if they were.
Currently, Plan 9 from User Space's .MR expects its second argument to
be parenthesized. groff's .MR does not. This results in extra
parentheses appearing in manual references when viewing Plan 9 from User
Space's manual pages on a system using groff.
Diffstat (limited to 'man/man4/fossil.4')
| -rw-r--r-- | man/man4/fossil.4 | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/man/man4/fossil.4 b/man/man4/fossil.4 index fd6dd0a9..67eedb20 100644 --- a/man/man4/fossil.4 +++ b/man/man4/fossil.4 @@ -148,10 +148,10 @@ will be named The attach name used in .I mount (see -.MR bind (1) , -.MR bind (2) +.MR bind 1 , +.MR bind 2 and -.MR attach (5) ) +.MR 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 -.MR attach (5) . +.MR 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 -.MR fossilcons (8) ). +.MR 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 -.MR fossilcons (8) . +.MR 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 -.MR fossilcons (8) +.MR 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 -.MR fossilcons (8) ). +.MR 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 -.MR vac (1) , +.MR 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 -.MR fossilcons (8) +.MR 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 -.MR yesterday (1) , -.MR fs (3) , -.MR fs (4) , -.MR srv (4) , -.MR fossilcons (8) , -.MR loadfossil (8) , -.MR venti (8) +.MR yesterday 1 , +.MR fs 3 , +.MR fs 4 , +.MR srv 4 , +.MR fossilcons 8 , +.MR loadfossil 8 , +.MR 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 |
