tman: import fixes from plan 9 (0intro@gmail.com) - plan9port - [fork] Plan 9 from user space
 (HTM) git clone git://src.adamsgaard.dk/plan9port
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit a7f1ab2973109633eb0b310212ef82c8e1eb2f3e
 (DIR) parent 333482548d6b93fede42dc1944d3bb692098a211
 (HTM) Author: Russ Cox <rsc@swtch.com>
       Date:   Tue, 10 May 2011 13:45:19 -0400
       
       man: import fixes from plan 9 (0intro@gmail.com)
       
       R=rsc
       http://codereview.appspot.com/4519049
       
       Diffstat:
         M man/man1/vac.1                      |       4 ++--
         M man/man1/venti.1                    |       2 +-
         M man/man8/venti.8                    |      25 +++++++++++++++++--------
       
       3 files changed, 20 insertions(+), 11 deletions(-)
       ---
 (DIR) diff --git a/man/man1/vac.1 b/man/man1/vac.1
       t@@ -105,7 +105,7 @@ of 512 bytes to 52k.
        Reduce the number of blocks written to Venti by comparing the files to be stored with
        the contents of an existing
        .I vac
       -file tree given by
       +file tree whose score is stored in
        .IR oldvacfile .
        .TP
        .BI -e " exclude
       t@@ -122,7 +122,7 @@ matches any sequence of characters including slashes.
        .BI -f " vacfile
        The results of 
        .I vac
       -are place in
       +are placed in
        .IR vacfile ,
        or the standard output if no file is given.
        .TP
 (DIR) diff --git a/man/man1/venti.1 b/man/man1/venti.1
       t@@ -133,7 +133,7 @@ The
        .B -i
        and
        .B -r
       -option control
       +options control
        .IR copy 's
        reaction to errors reading
        from
 (DIR) diff --git a/man/man8/venti.8 b/man/man8/venti.8
       t@@ -37,7 +37,8 @@ venti  \- archival storage server
        .I webroot
        ]
        .SH DESCRIPTION
       -Venti is a SHA1-addressed archival storage server.
       +.I Venti
       +is a SHA1-addressed archival storage server.
        See 
        .IR venti (7)
        for a full introduction to the system.
       t@@ -222,11 +223,13 @@ the venti protocol as described in
        .IR venti (7),
        and one serving HTTP
        (conventionally TCP port 
       -.BR venti ,
       +.BR http ,
        80).
        .PP
        The venti web server provides the following 
        URLs for accessing status information:
       +.TF "\fL/storage"
       +.PD
        .TP
        .B /index
        A summary of the usage of the arenas and index sections.
       t@@ -317,6 +320,8 @@ The configuration file consists of lines in the form described below.
        Lines starting with
        .B #
        are comments.
       +.TF "\fLindex\fI name "
       +.PD
        .TP
        .BI index " name
        Names the index for the system.
       t@@ -350,7 +355,7 @@ flag to update the index.
        The configuration file also holds configuration parameters
        for the venti server itself.
        These are:
       -.TF httpaddr netaddr
       +.TF "\fLhttpaddr\fI netaddr "
        .TP
        .BI mem " size
        lump cache size
       t@@ -376,8 +381,9 @@ queue writes in memory
        (default is not to queue)
        .TP
        .BI webroot " dir
       -directory tree containing files for HTTP server
       -to consult for unrecognized URLs
       +directory tree containing files for
       +.IR venti 's
       +internal HTTP server to consult for unrecognized URLs
        .PD
        .PP
        The units for the various cache sizes above can be specified by appending a
       t@@ -415,6 +421,8 @@ can be specified in the configuration file.
        The command line options override those found in a
        configuration file.
        Additional options are:
       +.TF "\fL-c\fI config"
       +.PD
        .TP
        .BI -c " config
        The server configuration file
       t@@ -452,12 +460,13 @@ icmem 30M
        % 
        .EE
        .PP
       -Format the index sections, the arena partition, and 
       +Format the index sections, the arena partition,
       +the bloom filter, and
        finally the main index:
        .IP
        .EX
       -% venti/fmtisect isect0. /tmp/disks/isect0 &
       -% venti/fmtisect isect1. /tmp/disks/isect1 &
       +% venti/fmtisect isect0. /tmp/disks/isect0
       +% venti/fmtisect isect1. /tmp/disks/isect1
        % venti/fmtarenas arenas0. /tmp/disks/arenas &
        % venti/fmtbloom /tmp/disks/bloom &
        % wait