Hello Michael, Attached are two patches related to the pipe man pages. - pipe.2 mentions the use of PIPE_BUF but nowhere is mentioned that it should be included via limits.h - pipe.7 only talks about static pipe capacity, however proc.5 and fcntl.2 already mention F_SETPIPE_SZ, F_GETPIPE_SZ and /proc/sys/fs/pipe-max-size hence I added a reference to fcntl.2. my 2 cents E. Elie De Brauwer (2): pipe.2: PIPE_BUF is defined in limits.h pipe.7: Add reference that the pipe capacity can be changed. man2/pipe.2 | 4 ++++ man7/pipe.7 | 10 ++++++++++ 2 files changed, 14 insertions(+) -- 2.0.0 -- 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