On 07/06/2014 03:44 PM, Elie De Brauwer wrote: > To make use of PIPE_BUF in an application one should include limits.h. > Adding a reference to this inclusion. Thanks, Elie. Applied. Cheers, Michael > Signed-off-by: Elie De Brauwer <eliedebrauwer@xxxxxxxxx> > --- > man2/pipe.2 | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/man2/pipe.2 b/man2/pipe.2 > index a5ed2ea..7f1a1d0 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) > -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/ -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html