pipe.7: Fixes after review by Vegard Nossum

Reviewed-by: Vegard Nossum <vegard.nossum@oracle.com>
Reviewed-by: Willy Tarreau <w@1wt.eu>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-08-17 09:43:43 +12:00
parent bc1be43eef
commit cc6b4da2ec
1 changed files with 5 additions and 3 deletions

View File

@ -178,11 +178,13 @@ This interface was removed in Linux 2.6.35, in favor of
.TP
.IR /proc/sys/fs/pipe-max-size " (since Linux 2.6.35)"
.\" commit ff9da691c0498ff81fdd014e7a0731dab2337dac
The maximum size (in bytes) of individual pipes created or set by users
without the
The maximum size (in bytes) of individual pipes that can be set
.\" This limit is not checked on pipe creation, where the capacity is
.\" always PIPE_DEF_BUFS, regardless of pipe-max-size
by users without the
.B CAP_SYS_RESOURCE
capability.
The default value for this file is 1048576.
The default value for this file is 1048576 (1 MiB).
Attempts to set a limit less than the page size cause
.BR write (2)
to fail with the error