From: Alejandro Colomar Date: Tue, 15 Jul 2025 22:42:18 +0000 (+0200) Subject: man/man2const/F_{G,S}ETLEASE.2const: Tweak after split, and add link page X-Git-Tag: man-pages-6.15~2^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7c20376b2541f4a249355de4cbb3b2033ac0618;p=thirdparty%2Fman-pages.git man/man2const/F_{G,S}ETLEASE.2const: Tweak after split, and add link page Signed-off-by: Alejandro Colomar --- diff --git a/man/man2const/F_GETLEASE.2const b/man/man2const/F_GETLEASE.2const index ff435ce2e..10f7ac7a8 100644 --- a/man/man2const/F_GETLEASE.2const +++ b/man/man2const/F_GETLEASE.2const @@ -24,7 +24,7 @@ Standard C library .B F_SETLEASE and .B F_GETLEASE -(Linux 2.4 onward) are used to establish a new lease, +are used to establish a new lease, and retrieve the current lease, on the open file description referred to by the file descriptor .IR fd . @@ -36,7 +36,7 @@ or .BR truncate (2) the file referred to by that file descriptor. .TP -.BR F_SETLEASE \~(\f[I]int\f[]) +.B F_SETLEASE Set or remove a file lease according to which of the following values is specified in the integer .IR arg : @@ -82,7 +82,7 @@ A process with the .B CAP_LEASE capability may take out leases on arbitrary files. .TP -.BR F_GETLEASE \~(\f[I]void\f[]) +.B F_GETLEASE Indicates what type of lease is associated with the file descriptor .I fd by returning either @@ -199,6 +199,6 @@ See .SH STANDARDS Linux. .SH HISTORY -Linux. +Linux 2.4. .SH SEE ALSO .BR fcntl (2) diff --git a/man/man2const/F_SETLEASE.2const b/man/man2const/F_SETLEASE.2const new file mode 100644 index 000000000..06f908e09 --- /dev/null +++ b/man/man2const/F_SETLEASE.2const @@ -0,0 +1 @@ +.so man2const/F_GETLEASE.2const