summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/version.h2
-rw-r--r--man/2/sys-export2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/version.h b/include/version.h
index f72e7a3b..139cd1f2 100644
--- a/include/version.h
+++ b/include/version.h
@@ -1 +1 @@
-#define VERSION "Fourth Edition (20090612)"
+#define VERSION "Fourth Edition (20090616)"
diff --git a/man/2/sys-export b/man/2/sys-export
index 00ca7cf3..dc2bff50 100644
--- a/man/2/sys-export
+++ b/man/2/sys-export
@@ -92,7 +92,7 @@ function above might be called using:
.IP
.EX
pid := chan of int;
-spawn export(fd, "/", pid);
+spawn exportdir(fd, "/", pid);
expid := <-pid;
.EE
.PP