aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <colomar.6.4.3@gmail.com>2020-09-23 15:17:06 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2020-09-23 15:30:31 +0200
commit1f4e2d27b444e1b6168c98762c51f279f4606f36 (patch)
tree0422c43e1f133aa2ac71edb8f231fefda86a7e3e
parent6eaf991472c7981a0d2651e0a6f2fe062301530b (diff)
downloadman-pages-1f4e2d27b444e1b6168c98762c51f279f4606f36.tar.gz
system_data_types.7: Add 'fexcept_t'
Signed-off-by: Alejandro Colomar <colomar.6.4.3@gmail.com> Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man7/system_data_types.717
1 files changed, 16 insertions, 1 deletions
diff --git a/man7/system_data_types.7 b/man7/system_data_types.7
index 4352d6a6e4..ea3e251754 100644
--- a/man7/system_data_types.7
+++ b/man7/system_data_types.7
@@ -110,7 +110,22 @@ 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
+This type represents the floating-point status flags collectively;
+for further details see
+.BR fenv (3).
+.IP
+Conforming to: C99 and later; POSIX.1-2001 and later.
+.IP
+See also:
+.BR fenv (3)
+.\"------------------------------------- gid_t ------------------------/
.TP
.I gid_t
.IP