diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2015-07-19 03:34:08 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2015-07-19 03:34:08 +0200 |
commit | 64136bfd1670e1b3bae08684c6c4bb9dfc710043 (patch) | |
tree | 4cfe1b8403103d86228a0321590ba30f0a0ca22c /sys/man | |
parent | 9150d2773fd3412940c7934dbd50dff01334434f (diff) |
stream(3): fix reference
Diffstat (limited to 'sys/man')
-rw-r--r-- | sys/man/3/stream | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/man/3/stream b/sys/man/3/stream index fb20cb51f..b66a316d3 100644 --- a/sys/man/3/stream +++ b/sys/man/3/stream @@ -34,7 +34,7 @@ return immidiately without waiting for the data to be written to the file. A zero-length write can be used to wait for the buffered data to drain and return any previous write errors. .SH SEE ALSO -.IR dup (2), +.IR dup (3), .IR pipe (3) .SH SOURCE .B /sys/src/9/port/devstream.c |