Note: I used this commit to fix the comment that separates with gid_t. It wasn't aligned with the rest (col 72). Signed-off-by: Alejandro Colomar <colomar.6.4.3@xxxxxxxxx> --- Hi Michael, Would you prefer a separate patch for the cosmetic change? I put it in the same one, as it was in an adjacent line, and the diff looks good; to avoid noise in the log. But maybe a separate commit is better. Thanks, Alex man7/system_data_types.7 | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/man7/system_data_types.7 b/man7/system_data_types.7 index 59c64fb89..97411a193 100644 --- a/man7/system_data_types.7 +++ b/man7/system_data_types.7 @@ -111,7 +111,29 @@ Conforming to: C99 and later; POSIX.1-2001 and later. .IP See also: .BR fenv (3) -.\"------------------------------------- gid_t ----------------------/ +.\"------------------------------------- fexcept_t --------------------/ +.TP +.I fexcept_t +.IP +Include: +.IR <fenv.h> . +.IP +Represents the floating-point status flags collectively, +including any status the implementation associates with the flags. +A floating-point status flag is a system variable +whose value is set (but never cleared) +when a floating-point exception is raised, +which occurs as a side-effect of +exceptional floating-point arithmetic to provide auxiliary information. +A floating-point control mode is a system variable whose +value may be set by the user to affect +the subsequent behavior of floating-point arithmetic. +.IP +Conforming to: C99 and later; POSIX.1-2001 and later. +.IP +See also: +.BR fenv (3) +.\"------------------------------------- gid_t ------------------------/ .TP .I gid_t .IP -- 2.28.0