]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
fenv_t.3, system_data_types.7: Move text to a separate page
authorAlejandro Colomar <alx.manpages@gmail.com>
Tue, 2 Nov 2021 12:33:25 +0000 (13:33 +0100)
committerAlejandro Colomar <alx.manpages@gmail.com>
Thu, 24 Feb 2022 22:17:06 +0000 (23:17 +0100)
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
man3/fenv_t.3
man7/system_data_types.7

index db50c0f091ba6442b76b46ac3e8ede4579ef8d55..757645742e97a6cfda096f8918fef364053cca89 100644 (file)
@@ -1 +1,17 @@
-.so man7/system_data_types.7
+.TH FENV_T 3 2021-11-02 Linux "Linux Programmer's Manual"
+.SH NAME
+fenv_t \- floating-point environment
+.SH SYNOPSIS
+.nf
+.B #include <fenv.h>
+.PP
+.BR typedef " /* ... */ " fenv_t;
+.fi
+.SH DESCRIPTION
+This type represents the entire floating-point environment,
+including control modes and status flags; for further details, see
+.BR fenv (3).
+.SH CONFORMING TO
+C99 and later; POSIX.1-2001 and later.
+.SH SEE ALSO
+.BR fenv (3)
index daf7904e73b476692ad7ebb47ea90ff4e147b1b9..0d2f004165c3e1db0c9851992f7ee56a190ad99e 100644 (file)
@@ -61,22 +61,6 @@ system_data_types \- overview of system data types
 .\"------------------------------------- double_t ---------------------/
 .\"------------------------------------- fd_set -----------------------/
 .\"------------------------------------- fenv_t -----------------------/
-.TP
-.I fenv_t
-.RS
-.IR Include :
-.IR <fenv.h> .
-.PP
-This type represents the entire floating-point environment,
-including control modes and status flags; for further details, see
-.BR fenv (3).
-.PP
-.IR "Conforming to" :
-C99 and later; POSIX.1-2001 and later.
-.PP
-.IR "See also" :
-.BR fenv (3)
-.RE
 .\"------------------------------------- fexcept_t --------------------/
 .TP
 .I fexcept_t