shithub: riscv

Download patch

ref: 64136bfd1670e1b3bae08684c6c4bb9dfc710043
parent: 9150d2773fd3412940c7934dbd50dff01334434f
author: cinap_lenrek <[email protected]>
date: Sat Jul 18 23:34:08 EDT 2015

stream(3): fix reference

--- a/sys/man/3/stream
+++ b/sys/man/3/stream
@@ -34,7 +34,7 @@
 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