]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
man/man2const/PR_SET_FPEXC.2const: Format information as a list
authorAlejandro Colomar <alx@kernel.org>
Sun, 24 Aug 2025 19:55:17 +0000 (21:55 +0200)
committerAlejandro Colomar <alx@kernel.org>
Sun, 24 Aug 2025 20:21:14 +0000 (22:21 +0200)
Reported-by: Helge Kreutzmann <debian@helgefjell.de>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
man/man2const/PR_SET_FPEXC.2const

index e5b9dac58efbdcb90c12c1fbbd1111b5cc295a85..b43a6f888fbf372c8faa2a9fd5c1dcf0f2b41efa 100644 (file)
@@ -20,27 +20,48 @@ Standard C library
 .SH DESCRIPTION
 Set floating-point exception mode to
 .IR mode .
-Pass
+.I mode
+can be one of the following values.
+.TP
 .B PR_FP_EXC_SW_ENABLE
-to use FPEXC for FP exception enables,
+Use FPEXC for
+FP exception enables.
+.TP
 .B PR_FP_EXC_DIV
-for floating-point divide by zero,
+Use FPEXC for
+floating-point divide by zero.
+.TP
 .B PR_FP_EXC_OVF
-for floating-point overflow,
+Use FPEXC for
+floating-point overflow.
+.TP
 .B PR_FP_EXC_UND
-for floating-point underflow,
+Use FPEXC for
+floating-point underflow.
+.TP
 .B PR_FP_EXC_RES
-for floating-point inexact result,
+Use FPEXC for
+floating-point inexact result.
+.TP
 .B PR_FP_EXC_INV
-for floating-point invalid operation,
+Use FPEXC for
+floating-point invalid operation.
+.TP
 .B PR_FP_EXC_DISABLED
-for FP exceptions disabled,
+Use FPEXC for
+FP exceptions disabled.
+.TP
 .B PR_FP_EXC_NONRECOV
-for async nonrecoverable exception mode,
+Use FPEXC for
+async nonrecoverable exception mode.
+.TP
 .B PR_FP_EXC_ASYNC
-for async recoverable exception mode,
+Use FPEXC for
+async recoverable exception mode.
+.TP
 .B PR_FP_EXC_PRECISE
-for precise exception mode.
+Use FPEXC for
+precise exception mode.
 .SH RETURN VALUE
 On success,
 0 is returned.