URI: 
       ttweaks - plan9port - [fork] Plan 9 from user space
  HTML git clone git://src.adamsgaard.dk/plan9port
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit e5e159fd69fec9875176908eb7cd61ada10a4442
   DIR parent c075fbeedc885f974fb22709f4938a7e81e183cb
  HTML Author: rsc <devnull@localhost>
       Date:   Mon, 18 Jul 2005 23:05:26 +0000
       
       ttweaks
       
       Diffstat:
         M man/man1/INDEX                      |       8 ++++++++
         M man/man1/hist.1                     |       2 +-
         M man/man1/venti.1                    |       2 +-
         M man/man1/yesterday.1                |       2 +-
         M man/man3/INDEX                      |     131 +++++++++++++++++++++++++++++++
         M man/man7/INDEX                      |       3 +++
         M man/man7/keyboard.7                 |       2 +-
         M man/man7/mpictures.7                |       4 ++--
         M man/man7/venti.7                    |       2 +-
         M man/man8/INDEX                      |      21 ++++++++++++++++++++-
         M man/man8/listen1.8                  |       3 +--
         M man/man8/vbackup.8                  |       9 +++++----
       
       12 files changed, 175 insertions(+), 14 deletions(-)
       ---
   DIR diff --git a/man/man1/INDEX b/man/man1/INDEX
       t@@ -73,6 +73,8 @@ gunzip gzip.1
        gzip gzip.1
        unzip gzip.1
        zip gzip.1
       +hget hget.1
       +hist hist.1
        hoc hoc.1
        idiff idiff.1
        install install.1
       t@@ -184,6 +186,7 @@ secstored secstored.1
        secuser secstored.1
        sed sed.1
        seq seq.1
       +sftpcache sftpcache.1
        sleep sleep.1
        sort sort.1
        spell spell.1
       t@@ -214,6 +217,10 @@ tweak tweak.1
        uniq uniq.1
        units units.1
        vac vac.1
       +copy venti.1
       +read venti.1
       +venti venti.1
       +write venti.1
        wc wc.1
        web web.1
        wmail web.1
       t@@ -222,3 +229,4 @@ wmail web.1
        wintext wintext.1
        xd xd.1
        yacc yacc.1
       +yesterday yesterday.1
   DIR diff --git a/man/man1/hist.1 b/man/man1/hist.1
       t@@ -71,7 +71,7 @@ hist -d block.c
        by convention, root of dump file system
        .PD
        .SH SOURCE
       -.B /home/am3/rsc/src/backup/cmd/history.c
       +.B \*9/src/cmd/hist.c
        .SH SEE ALSO
        .IR yesterday (1),
        .IR vbackup (8)
   DIR diff --git a/man/man1/venti.1 b/man/man1/venti.1
       t@@ -136,7 +136,7 @@ replaces pointers to unreadable blocks with
        pointers to the zero block.
        It writes the new root score to standard output.
        .SH SOURCE
       -.B \*9/src/cmd/venti/cmd
       +.B \*9/src/cmd/venti
        .SH SEE ALSO
        .IR vac (1),
        .IR venti (3),
   DIR diff --git a/man/man1/yesterday.1 b/man/man1/yesterday.1
       t@@ -89,7 +89,7 @@ yesterday -c ~/.profile
        by convention, root of the dump file system
        .PD
        .SH SOURCE
       -.B /usr/local/bin/yesterday
       +.B \*9/bin/yesterday
        .SH SEE ALSO
        .IR diff (1),
        .IR hist (1),
   DIR diff --git a/man/man3/INDEX b/man/man3/INDEX
       t@@ -1194,6 +1194,137 @@ nsec time.3
        time time.3
        udpread udpread.3
        udpwrite udpread.3
       +VtBlock venti-cache.3
       +VtCache venti-cache.3
       +venti-cache venti-cache.3
       +vtblockcopy venti-cache.3
       +vtblockdirty venti-cache.3
       +vtblockduplock venti-cache.3
       +vtblockput venti-cache.3
       +vtblockwrite venti-cache.3
       +vtcachealloc venti-cache.3
       +vtcacheallocblock venti-cache.3
       +vtcacheblocksize venti-cache.3
       +vtcachefree venti-cache.3
       +vtcacheglobal venti-cache.3
       +vtcachelocal venti-cache.3
       +vtcachesetwrite venti-cache.3
       +vtglobaltolocal venti-cache.3
       +vtlocaltoglobal venti-cache.3
       +venti-client venti-client.3
       +ventidoublechecksha1 venti-client.3
       +vtconnect venti-client.3
       +vthello venti-client.3
       +vtping venti-client.3
       +vtread venti-client.3
       +vtreadpacket venti-client.3
       +vtrpc venti-client.3
       +vtsync venti-client.3
       +vtwrite venti-client.3
       +vtwritepacket venti-client.3
       +VtConn venti-conn.3
       +venti-conn venti-conn.3
       +vtconn venti-conn.3
       +vtdebug venti-conn.3
       +vtdial venti-conn.3
       +vtfreeconn venti-conn.3
       +vthangup venti-conn.3
       +vtrecv venti-conn.3
       +vtsend venti-conn.3
       +vtversion venti-conn.3
       +VtEntry venti-fcall.3
       +VtFcall venti-fcall.3
       +VtRoot venti-fcall.3
       +venti-fcall venti-fcall.3
       +vtentrypack venti-fcall.3
       +vtentryunpack venti-fcall.3
       +vtfcallclear venti-fcall.3
       +vtfcallfmt venti-fcall.3
       +vtfcallpack venti-fcall.3
       +vtfcallunpack venti-fcall.3
       +vtfromdisktype venti-fcall.3
       +vtgetstring venti-fcall.3
       +vtparsescore venti-fcall.3
       +vtputstring venti-fcall.3
       +vtrootpack venti-fcall.3
       +vtrootunpack venti-fcall.3
       +vtscorefmt venti-fcall.3
       +vttodisktype venti-fcall.3
       +VtFile venti-file.3
       +venti-file venti-file.3
       +vtfileblock venti-file.3
       +vtfileblockscore venti-file.3
       +vtfileclose venti-file.3
       +vtfilecreate venti-file.3
       +vtfilecreateroot venti-file.3
       +vtfileflush venti-file.3
       +vtfileflushbefore venti-file.3
       +vtfilegetdirsize venti-file.3
       +vtfilegetentry venti-file.3
       +vtfilegetsize venti-file.3
       +vtfileincref venti-file.3
       +vtfilelock venti-file.3
       +vtfilelock2 venti-file.3
       +vtfileopen venti-file.3
       +vtfileopenroot venti-file.3
       +vtfileread venti-file.3
       +vtfileremove venti-file.3
       +vtfilesetdirsize venti-file.3
       +vtfilesetentry venti-file.3
       +vtfilesetsize venti-file.3
       +vtfiletruncate venti-file.3
       +vtfileunlock venti-file.3
       +vtfilewrite venti-file.3
       +VtLog venti-log.3
       +VtLogChunk venti-log.3
       +venti-log venti-log.3
       +ventilogging venti-log.3
       +vtlog venti-log.3
       +vtlogclose venti-log.3
       +vtlogdump venti-log.3
       +vtlognames venti-log.3
       +vtlogopen venti-log.3
       +vtlogprint venti-log.3
       +vtlogremove venti-log.3
       +venti-mem venti-mem.3
       +vtbrk venti-mem.3
       +vtfree venti-mem.3
       +vtmalloc venti-mem.3
       +vtmallocz venti-mem.3
       +vtrealloc venti-mem.3
       +vtstrdup venti-mem.3
       +Packet venti-packet.3
       +packetalloc venti-packet.3
       +packetappend venti-packet.3
       +packetasize venti-packet.3
       +packetcmp venti-packet.3
       +packetconcat venti-packet.3
       +packetconsume venti-packet.3
       +packetcopy venti-packet.3
       +packetdup venti-packet.3
       +packetforeign venti-packet.3
       +packetfragments venti-packet.3
       +packetfree venti-packet.3
       +packetheader venti-packet.3
       +packetpeek venti-packet.3
       +packetprefix venti-packet.3
       +packetsha1 venti-packet.3
       +packetsize venti-packet.3
       +packetsplit venti-packet.3
       +packetstats venti-packet.3
       +packettrailer venti-packet.3
       +packettrim venti-packet.3
       +venti-packet venti-packet.3
       +venti-server venti-server.3
       +vtgetreq venti-server.3
       +vtlisten venti-server.3
       +vtrespond venti-server.3
       +vtsrvhello venti-server.3
       +venti-zero venti-zero.3
       +vtzeroextend venti-zero.3
       +vtzeroscore venti-zero.3
       +vtzerotruncate venti-zero.3
       +venti venti.3
        await wait.3
        awaitfor wait.3
        awaitnohang wait.3
   DIR diff --git a/man/man7/INDEX b/man/man7/INDEX
       t@@ -5,8 +5,10 @@ face face.7
        font font.7
        subfont font.7
        image image.7
       +keyboard keyboard.7
        man man.7
        map map.7
       +mpictures mpictures.7
        ms ms.7
        ndb ndb.7
        plot plot.7
       t@@ -18,3 +20,4 @@ UTF utf.7
        Unicode utf.7
        rune utf.7
        utf utf.7
       +venti venti.7
   DIR diff --git a/man/man7/keyboard.7 b/man/man7/keyboard.7
       t@@ -57,7 +57,7 @@ causes windows to scroll forward.
        The up arrow scrolls backward.
        .PP
        Characters in Plan 9 are runes (see
       -.IR utf (6)).
       +.IR utf (7)).
        Any 16-bit rune can be typed using a compose key followed by several
        other keys.
        The compose key is also generally near the lower right of the main key area:
   DIR diff --git a/man/man7/mpictures.7 b/man/man7/mpictures.7
       t@@ -141,11 +141,11 @@ isn't reached.
        Call
        .B .EP
        at the end of the document to retrieve it.
       -.br
       +.PP
        Macros in other packages may break the adjustments
        made to the line length and indent when text is being placed
        around a picture.
       -.br
       +.PP
        A missing or improper
        .B %%BoundingBox
        comment may cause the frame to be filled incorrectly.
   DIR diff --git a/man/man7/venti.7 b/man/man7/venti.7
       t@@ -44,7 +44,7 @@ For example,
        uses a
        .B vac:
        prefix, while
       -.IR vbackup (1)
       +.IR vbackup (8)
        uses prefixes corresponding to the file system
        types: 
        .BR ext2: ,
   DIR diff --git a/man/man8/INDEX b/man/man8/INDEX
       t@@ -1 +1,20 @@
       -[a-z0-9:]* [a-z0-9:]*.[0-9]*
       +listen1 listen1.8
       +vbackup vbackup.8
       +vcat vbackup.8
       +vftp vbackup.8
       +vmount vbackup.8
       +vmount0 vbackup.8
       +vnfs vbackup.8
       +rdarena venti-backup.8
       +venti-backup venti-backup.8
       +wrarena venti-backup.8
       +buildindex venti-fmt.8
       +checkarenas venti-fmt.8
       +checkindex venti-fmt.8
       +conf venti-fmt.8
       +fmtarenas venti-fmt.8
       +fmtindex venti-fmt.8
       +fmtisect venti-fmt.8
       +syncindex venti-fmt.8
       +venti-fmt venti-fmt.8
       +venti venti.8
   DIR diff --git a/man/man8/listen1.8 b/man/man8/listen1.8
       t@@ -34,7 +34,6 @@ The
        .B -v
        flag causes verbose logging on standard output.
        .SH SOURCE
       -.B \*9/src/cmd/aux/listen1.c
       +.B \*9/src/cmd/listen1.c
        .SH "SEE ALSO"
        .IR dial (3)
       -
   DIR diff --git a/man/man8/vbackup.8 b/man/man8/vbackup.8
       t@@ -114,12 +114,14 @@ Turn on debugging output.
        Trace interactions with Venti server.
        .TP
        .B -m \fImntname
       -Set backup name
       -(defaults to
       -.IR sysname (3)):
       +Set backup name:
        this name is used in the printed
        .B mount
        command.
       +The default is the name returned by
       +.I sysname
       +(see
       +.IR getuser (3)).
        .TP
        .B -n
        No-op mode: do not write any blocks to the server
       t@@ -336,4 +338,3 @@ Mount the backups on a client machine using
        .EE
        .PP
        (Users of fancy shells may need to quote the address argument.)
       -