]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
man/man2const/F_{G,S}ETPIPE_SZ.2const: Tweak after split, and add link page
authorAlejandro Colomar <alx@kernel.org>
Sat, 12 Jul 2025 23:31:38 +0000 (01:31 +0200)
committerAlejandro Colomar <alx@kernel.org>
Sat, 19 Jul 2025 22:42:58 +0000 (00:42 +0200)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
man/man2const/F_GETPIPE_SZ.2const
man/man2const/F_SETPIPE_SZ.2const [new file with mode: 0644]

index 9ae2643ed5e03acfa4c74724dc01c48d3aac9e70..c14dfa1881a0f49345e50a8ab3844e5cdecc00c8 100644 (file)
@@ -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 (file)
index 0000000..1501481
--- /dev/null
@@ -0,0 +1 @@
+.so man2const/F_GETPIPE_SZ.2const