From 50660de0687d83ff38e12945ca7362d3834181b0 Mon Sep 17 00:00:00 2001 From: Alejandro Colomar Date: Sat, 12 Jul 2025 15:59:05 +0200 Subject: [PATCH] man/man2const/F_{G,S}ETFL.2const: Tweak after split, and add link page Signed-off-by: Alejandro Colomar --- man/man2const/F_GETFL.2const | 6 +++--- man/man2const/F_SETFL.2const | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 man/man2const/F_SETFL.2const 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 -- 2.47.2