tupdate - 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 7b14c113def74b63ac7b244974ea7c0519f2cc4f
 (DIR) parent e060bc52275a6d7eff5238fba5ba592004da3eb3
 (HTM) Author: rsc <devnull@localhost>
       Date:   Thu, 11 Aug 2005 17:06:25 +0000
       
       update
       
       Diffstat:
         M man/man1/9term.1                    |       9 +++++++--
         M man/man1/label.1                    |       5 ++++-
         M man/man8/vbackup.8                  |      16 ++++++++++++++++
       
       3 files changed, 27 insertions(+), 3 deletions(-)
       ---
 (DIR) diff --git a/man/man1/9term.1 b/man/man1/9term.1
       t@@ -188,13 +188,18 @@ before (after) the current selection.
        .PP
        .I 9term
        relies on the kernel's terminal processing to handle
       -EOT and DEL, so the terminal must be set up with EOT
       -as the ``eof'' character and DEL as the ``intr'' character.
       +EOT, so the terminal must be set up with EOT
       +as the ``eof'' character.
        .I 9term
        runs
        .IR stty (1)
        to establish this when the terminal is created.
        .PP
       +.I 9term
       +always treats the DEL keystroke as an interrupt request.
       +In response it sends the terminal's current interrupt character
       +(which need not be DEL).
       +.PP
        Normally, written output to a window blocks when
        the text reaches the end of the screen and the terminal
        buffer fills;
 (DIR) diff --git a/man/man1/label.1 b/man/man1/label.1
       t@@ -64,7 +64,10 @@ at startup if there is not already a function named
        .IP
        .EX
        fn cd {
       -        builtin cd $1 && flag i && awd
       +        if(builtin cd $1){
       +                if(flag i) $PLAN9/bin/9 awd || status=''
       +                status=''
       +        }
        }
        .EE
        .SH SOURCE
 (DIR) diff --git a/man/man8/vbackup.8 b/man/man8/vbackup.8
       t@@ -30,6 +30,11 @@ back up Unix file systems to Venti
        .B >
        .I disk
        .PP
       +.B vftp
       +.I score
       +|
       +.I disk
       +.PP
        .B vmount
        [
        .B -v
       t@@ -173,6 +178,17 @@ option causes
        .I vcat
        to zero unused blocks instead.
        .PP
       +.I Vftp
       +presents an
       +.IR ftp (1)-like
       +interface to a physical or backed-up disk image.
       +It is used mainly for debugging.
       +Type
       +.B help
       +at the 
       +.B vftp>
       +prompt for a list of commands.
       +.PP
        .I Vmount
        mounts the NFS service at the network connection
        .I address