.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
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
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
.SH STANDARDS
Linux.
.SH HISTORY
-Linux.
+Linux 2.6.35.
.SH SEE ALSO
.BR fcntl (2)