system_data_types.7: Reword description of fenv_t to avoid simply quoting POSIX text

The existing text comes straight from POSIX. In copyright terms,
this is at least a gray area, and in any case, simply reproducing
the text of the standard has limited value, since people can
consult the standard directly.  So, rewrite the text, to simply
quote the description from fenv(3).

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-09-23 10:38:45 +02:00
parent 2f98c2d488
commit 6eaf991472
1 changed files with 3 additions and 4 deletions

View File

@ -102,10 +102,9 @@ See also:
Include:
.IR <fenv.h> .
.IP
Represents the entire floating-point environment.
The floating-point environment refers collectively to
any floating-point status flags and
control modes supported by the implementation.
This type represents the entire floating-point environment,
including control modes and status flags; for further details, see
.BR fenv (3).
.IP
Conforming to: C99 and later; POSIX.1-2001 and later.
.IP