X-Git-Url: http://git.osdn.net/view?p=linuxjm%2FLDP_man-pages.git;a=blobdiff_plain;f=original%2Fman2%2Ffcntl.2;h=b2a985aa11e247d71d8de675e51b1d361b6c6a84;hp=6daf659fc32cfa4f7ddb68b527dc4a27dde9bc1f;hb=781fb70b02c5d368a8ccd67d3c074c7aa8eb0c1a;hpb=657aaa2623246005bf75eb3c64da9382236c130a diff --git a/original/man2/fcntl.2 b/original/man2/fcntl.2 index 6daf659f..b2a985aa 100644 --- a/original/man2/fcntl.2 +++ b/original/man2/fcntl.2 @@ -58,7 +58,7 @@ .\" 2010-06-17, Michael Kerrisk .\" Document F_SETPIPE_SZ and F_GETPIPE_SZ. .\" -.TH FCNTL 2 2011-09-15 "Linux" "Linux Programmer's Manual" +.TH FCNTL 2 2012-03-25 "Linux" "Linux Programmer's Manual" .SH NAME fcntl \- manipulate file descriptor .SH SYNOPSIS @@ -1012,13 +1012,13 @@ to be at least bytes. An unprivileged process can adjust the pipe capacity to any value between the system page size and the limit defined in -.IR /proc/sys/fs/pipe-size-max +.IR /proc/sys/fs/pipe-max-size (see .BR proc (5)). Attempts to set the pipe capacity below the page size are silently rounded up to the page size. Attempts by an unprivileged process to set the pipe capacity above the limit in -.IR /proc/sys/fs/pipe-size-max +.IR /proc/sys/fs/pipe-max-size yield the error .BR EPERM ; a privileged process