summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElie De Brauwer <eliedebrauwer@gmail.com>2014-07-06 15:44:10 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2014-07-07 09:07:26 +0200
commit4fe82a332b0e486c6862a568c393ed0a91e562d8 (patch)
tree95331986c458c330904bf86473090eb27e283b9f
parent8ab32b4785eaa4d4248b2e69fff89d4b6538929c (diff)
pipe.2: PIPE_BUF is defined in limits.h
To make use of PIPE_BUF in an application one should include limits.h. Adding a reference to this inclusion. Signed-off-by: Elie De Brauwer <eliedebrauwer@gmail.com> Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man2/pipe.24
1 files changed, 4 insertions, 0 deletions
diff --git a/man2/pipe.2 b/man2/pipe.2
index a5ed2ea0b..7f1a1d074 100644
--- a/man2/pipe.2
+++ b/man2/pipe.2
@@ -98,6 +98,10 @@ Writes of greater than
bytes (see
.BR pipe (7))
will be split into multiple packets.
+The constant
+.BR PIPE_BUF
+is defined in
+.IR <limits.h> .
.IP *
If a
.BR read (2)