From 64136bfd1670e1b3bae08684c6c4bb9dfc710043 Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Sun, 19 Jul 2015 03:34:08 +0200 Subject: stream(3): fix reference --- sys/man/3/stream | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3