tget9root(3): fix paths - 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 ce26c364331c19034735972bb95f0270b7ebca9e
 (DIR) parent 7e2a1983e7f39ce6fca05706959d0ea4a9f6961b
 (HTM) Author: David Jeannot <djeannot24@gmail.com>
       Date:   Mon,  5 Mar 2012 15:39:06 -0500
       
       get9root(3): fix paths
       
       R=rsc
       CC=plan9port.codebot
       http://codereview.appspot.com/5745043
       
       Diffstat:
         M man/man3/get9root.3                 |       4 +++-
       
       1 file changed, 3 insertions(+), 1 deletion(-)
       ---
 (DIR) diff --git a/man/man3/get9root.3 b/man/man3/get9root.3
       t@@ -65,7 +65,9 @@ snprint(buf, sizeof buf, "#9/plumb/%s", name);
        fd = open(unsharp(buf), OREAD);
        .EE
        .SH SOURCE
       -.B \*9/src/lib9/getns.c
       +.B \*9/src/lib9/get9root.c
       +.br
       +.B \*9/src/lib9/unsharp.c
        .SH SEE ALSO
        .IR intro (4)
        .SH BUGS