From: Alejandro Colomar Date: Tue, 2 Nov 2021 12:33:25 +0000 (+0100) Subject: fenv_t.3, system_data_types.7: Move text to a separate page X-Git-Tag: man-pages-5.19-rc1~755 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b76cbce54549be43ddd51ea69f701e775af1446;p=thirdparty%2Fman-pages.git fenv_t.3, system_data_types.7: Move text to a separate page Signed-off-by: Alejandro Colomar --- diff --git a/man3/fenv_t.3 b/man3/fenv_t.3 index db50c0f091..757645742e 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 +.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 daf7904e73..0d2f004165 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 . -.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