commit ce26c364331c19034735972bb95f0270b7ebca9e
parent 7e2a1983e7f39ce6fca05706959d0ea4a9f6961b
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:
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/man/man3/get9root.3 b/man/man3/get9root.3
@@ -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