From: Alejandro Colomar Date: Sat, 12 Jul 2025 23:31:38 +0000 (+0200) Subject: man/man2const/F_{G,S}ETPIPE_SZ.2const: Tweak after split, and add link page X-Git-Tag: man-pages-6.15~2^2~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=834acbbda6de59e93847a84940ace89a5b5ea258;p=thirdparty%2Fman-pages.git man/man2const/F_{G,S}ETPIPE_SZ.2const: Tweak after split, and add link page Signed-off-by: Alejandro Colomar --- diff --git a/man/man2const/F_GETPIPE_SZ.2const b/man/man2const/F_GETPIPE_SZ.2const index 9ae2643ed..c14dfa188 100644 --- a/man/man2const/F_GETPIPE_SZ.2const +++ b/man/man2const/F_GETPIPE_SZ.2const @@ -21,7 +21,7 @@ Standard C library .fi .SH DESCRIPTION .TP -.BR F_SETPIPE_SZ "\~(\f[I]int\f[]; since Linux 2.6.35)" +.B F_SETPIPE_SZ Change the capacity of the pipe referred to by .I fd to be at least @@ -31,7 +31,7 @@ An unprivileged process can adjust the pipe capacity to any value between the system page size and the limit defined in .I /proc/sys/fs/pipe\-max\-size (see -.BR proc (5)). +.BR proc_sys_fs (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 @@ -60,7 +60,7 @@ are employed when data is written to the pipe, the number of bytes that can be written may be less than the nominal size, depending on the size of the writes. .TP -.BR F_GETPIPE_SZ "\~(\f[I]void\f[]; since Linux 2.6.35)" +.B F_GETPIPE_SZ Return (as the function result) the capacity of the pipe referred to by .IR fd . .SH RETURN VALUE @@ -91,6 +91,6 @@ and the soft or hard user pipe limit has been reached; see .SH STANDARDS Linux. .SH HISTORY -Linux. +Linux 2.6.35. .SH SEE ALSO .BR fcntl (2) diff --git a/man/man2const/F_SETPIPE_SZ.2const b/man/man2const/F_SETPIPE_SZ.2const new file mode 100644 index 000000000..15014818c --- /dev/null +++ b/man/man2const/F_SETPIPE_SZ.2const @@ -0,0 +1 @@ +.so man2const/F_GETPIPE_SZ.2const