Issue in man page PR_SET_FPEXC.2const
From: Helge Kreutzmann <hidden>
Date: 2025-08-24 14:49:33
From: Helge Kreutzmann <hidden>
Date: 2025-08-24 14:49:33
Without further ado, the following was found: Issue: This is not very good to read. Maybe a table or a list? "Set floating-point exception mode to I<mode>. Pass B<PR_FP_EXC_SW_ENABLE> " "to use FPEXC for FP exception enables, B<PR_FP_EXC_DIV> for floating-point " "divide by zero, B<PR_FP_EXC_OVF> for floating-point overflow, " "B<PR_FP_EXC_UND> for floating-point underflow, B<PR_FP_EXC_RES> for floating-" "point inexact result, B<PR_FP_EXC_INV> for floating-point invalid operation, " "B<PR_FP_EXC_DISABLED> for FP exceptions disabled, B<PR_FP_EXC_NONRECOV> for " "async nonrecoverable exception mode, B<PR_FP_EXC_ASYNC> for async " "recoverable exception mode, B<PR_FP_EXC_PRECISE> for precise exception mode."