From 6eaf991472c7981a0d2651e0a6f2fe062301530b Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 23 Sep 2020 10:38:45 +0200 Subject: [PATCH] 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 --- man7/system_data_types.7 | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/man7/system_data_types.7 b/man7/system_data_types.7 index 59c64fb89..4352d6a6e 100644 --- a/man7/system_data_types.7 +++ b/man7/system_data_types.7 @@ -102,10 +102,9 @@ See also: Include: .IR . .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