URI: 
       tinstall: typo in man page - 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 1415e1972340e5ec3d5351ab84e91bbeac21d332
   DIR parent d439750308e864a61ba67614ea9bb37343441aca
  HTML Author: Russ Cox <rsc@swtch.com>
       Date:   Thu, 30 Apr 2009 08:30:49 -0700
       
       install: typo in man page
       
       Diffstat:
         M install.txt                         |       2 +-
         M man/man1/install.1                  |       2 +-
       
       2 files changed, 2 insertions(+), 2 deletions(-)
       ---
   DIR diff --git a/install.txt b/install.txt
       t@@ -90,7 +90,7 @@
                  /usr/local/plan9/install.log
                       logged output from the last run of INSTALL
        
       -          /usr/local/plan9/install.isum
       +          /usr/local/plan9/install.sum
                       a summary of install.log
        
             SEE ALSO
   DIR diff --git a/man/man1/install.1 b/man/man1/install.1
       t@@ -136,7 +136,7 @@ the top-level page in the HTML version of the manual
        logged output from the last run of
        .I INSTALL
        .TP
       -.B \*9/install.isum
       +.B \*9/install.sum
        a summary of
        .B install.log
        .SH SEE ALSO