]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
man/man2const/F_{G,S}ETFL.2const: Tweak after split, and add link page
authorAlejandro Colomar <alx@kernel.org>
Sat, 12 Jul 2025 13:59:05 +0000 (15:59 +0200)
committerAlejandro Colomar <alx@kernel.org>
Sat, 19 Jul 2025 22:41:15 +0000 (00:41 +0200)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
man/man2const/F_GETFL.2const
man/man2const/F_SETFL.2const [new file with mode: 0644]

index 798d009e4454f3d7f092deb4eea32feba1cad21c..142ffcaf17a7639db475af24f102c07b9408732e 100644 (file)
@@ -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 (file)
index 0000000..c8060ef
--- /dev/null
@@ -0,0 +1 @@
+.so man2const/F_GETFL.2const