Signed-off-by: Alejandro Colomar <alx.manpages@xxxxxxxxx> --- man3/fenv_t.3 | 18 +++++++++++++++++- man7/system_data_types.7 | 16 ---------------- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/man3/fenv_t.3 b/man3/fenv_t.3 index db50c0f09..757645742 100644 --- a/man3/fenv_t.3 +++ b/man3/fenv_t.3 @@ -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) diff --git a/man7/system_data_types.7 b/man7/system_data_types.7 index f004aef0d..1c76d8e7a 100644 --- a/man7/system_data_types.7 +++ b/man7/system_data_types.7 @@ -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 -- 2.33.1