aboutsummaryrefslogtreecommitdiff
path: root/man/man3/ioproc.3
diff options
context:
space:
mode:
authorgrai <t.lainson@gmail.com>2008-07-22 03:26:08 +1000
committergrai <t.lainson@gmail.com>2008-07-22 03:26:08 +1000
commit881e5d1e95367ad84cac49dbb958a361b1ec998e (patch)
tree16e4f822d6ed9791aadf786885017b5e86860920 /man/man3/ioproc.3
parente1df0680fddc7a1fadd66814f183116892dc3e37 (diff)
downloadplan9port-881e5d1e95367ad84cac49dbb958a361b1ec998e.tar.gz
plan9port-881e5d1e95367ad84cac49dbb958a361b1ec998e.tar.bz2
plan9port-881e5d1e95367ad84cac49dbb958a361b1ec998e.zip
man: minor manual edits
Diffstat (limited to 'man/man3/ioproc.3')
-rw-r--r--man/man3/ioproc.36
1 files changed, 3 insertions, 3 deletions
diff --git a/man/man3/ioproc.3 b/man/man3/ioproc.3
index c0fd4146..865a9883 100644
--- a/man/man3/ioproc.3
+++ b/man/man3/ioproc.3
@@ -154,12 +154,12 @@ relay(int fd0, int fd1)
}
.EE
.LP
-If the two
+The two
.I relaythread
-instances were running in different procs, the
+instances are running in the same proc, so the
common access to
.I tot
-would be unsafe.
+is safe.
.PP
Implement
.IR ioread :