From: Alejandro Colomar Date: Sat, 12 Jul 2025 13:59:05 +0000 (+0200) Subject: man/man2const/F_{G,S}ETFL.2const: Tweak after split, and add link page X-Git-Tag: man-pages-6.15~2^2~15 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=50660de0687d83ff38e12945ca7362d3834181b0;p=thirdparty%2Fman-pages.git man/man2const/F_{G,S}ETFL.2const: Tweak after split, and add link page Signed-off-by: Alejandro Colomar --- diff --git a/man/man2const/F_GETFL.2const b/man/man2const/F_GETFL.2const index 798d009e4..142ffcaf1 100644 --- a/man/man2const/F_GETFL.2const +++ b/man/man2const/F_GETFL.2const @@ -25,7 +25,7 @@ initialized by .\" or .\" .BR creat (2), and possibly modified by -.BR fcntl (). +.BR fcntl (2). Duplicated file descriptors (made with .BR dup (2), @@ -37,13 +37,13 @@ share the same file status flags. The file status flags and their semantics are described in .BR open (2). .TP -.BR F_GETFL \~(\f[I]void\f[]) +.B F_GETFL Return (as the function result) the file access mode and the file status flags; .I arg is ignored. .TP -.BR F_SETFL \~(\f[I]int\f[]) +.B F_SETFL Set the file status flags to the value specified by .IR arg . File access mode diff --git a/man/man2const/F_SETFL.2const b/man/man2const/F_SETFL.2const new file mode 100644 index 000000000..c8060eff7 --- /dev/null +++ b/man/man2const/F_SETFL.2const @@ -0,0 +1 @@ +.so man2const/F_GETFL.2const