diff options
| author | Charles.Forsyth <devnull@localhost> | 2009-06-16 20:24:43 +0000 |
|---|---|---|
| committer | Charles.Forsyth <devnull@localhost> | 2009-06-16 20:24:43 +0000 |
| commit | b0c645282faed817eccec1759b34e30ac6b81cc3 (patch) | |
| tree | e45548bdf2130aad9fe05535f143b8f98827a6a6 | |
| parent | 5bd3b26b61a76f669e1ecdff681aae316ac6b24c (diff) | |
20090616-2124
| -rw-r--r-- | include/version.h | 2 | ||||
| -rw-r--r-- | man/2/sys-export | 2 |
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 |
