Signed-off-by: Alejandro Colomar <alx.manpages@xxxxxxxxx> --- man3/fenv_t.3 | 13 ++++++++++--- man3/fexcept_t.3 | 2 +- man7/system_data_types.7 | 16 ---------------- 3 files changed, 11 insertions(+), 20 deletions(-) diff --git a/man3/fenv_t.3 b/man3/fenv_t.3 index 757645742..d7c3b7492 100644 --- a/man3/fenv_t.3 +++ b/man3/fenv_t.3 @@ -1,15 +1,22 @@ .TH FENV_T 3 2021-11-02 Linux "Linux Programmer's Manual" .SH NAME -fenv_t \- floating-point environment +fenv_t, fexcept_t \- floating-point environment .SH SYNOPSIS .nf .B #include <fenv.h> .PP .BR typedef " /* ... */ " fenv_t; +.BR typedef " /* ... */ " fexcept_t; .fi .SH DESCRIPTION -This type represents the entire floating-point environment, -including control modes and status flags; for further details, see +.I fenv_t +represents the entire floating-point environment, +including control modes and status flags. +.PP +.I fexcept_t +represents the floating-point status flags collectively. +.PP +For further details see .BR fenv (3). .SH CONFORMING TO C99 and later; POSIX.1-2001 and later. diff --git a/man3/fexcept_t.3 b/man3/fexcept_t.3 index db50c0f09..0e5e9dded 100644 --- a/man3/fexcept_t.3 +++ b/man3/fexcept_t.3 @@ -1 +1 @@ -.so man7/system_data_types.7 +.so man3/fenv_t.3 diff --git a/man7/system_data_types.7 b/man7/system_data_types.7 index 1c76d8e7a..90b6f743e 100644 --- a/man7/system_data_types.7 +++ b/man7/system_data_types.7 @@ -62,22 +62,6 @@ system_data_types \- overview of system data types .\"------------------------------------- fd_set -----------------------/ .\"------------------------------------- fenv_t -----------------------/ .\"------------------------------------- fexcept_t --------------------/ -.TP -.I fexcept_t -.RS -.IR Include : -.IR <fenv.h> . -.PP -This type represents the floating-point status flags collectively; -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 .\"------------------------------------- FILE -------------------------/ .TP .I FILE -- 2.33.1