summaryrefslogtreecommitdiff
path: root/man/2/sys-export
diff options
context:
space:
mode:
Diffstat (limited to 'man/2/sys-export')
-rw-r--r--man/2/sys-export2
1 files changed, 1 insertions, 1 deletions
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