summaryrefslogtreecommitdiff
path: root/man/2/sys-iounit
diff options
context:
space:
mode:
Diffstat (limited to 'man/2/sys-iounit')
-rw-r--r--man/2/sys-iounit2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/2/sys-iounit b/man/2/sys-iounit
index 0f8ef118..b4727411 100644
--- a/man/2/sys-iounit
+++ b/man/2/sys-iounit
@@ -9,7 +9,7 @@ sys := load Sys Sys->PATH;
iounit: fn(fd: ref FD): int;
.EE
.SH DESCRIPTION
-Reads and writes of files are transmitted using the Styx protocol (see
+Reads and writes of files are transmitted using the 9P protocol (see
.IR intro (5))
and in general, operations involving large amounts of data must be
broken into smaller pieces by the operating system.