summaryrefslogtreecommitdiffstats
path: root/upstream/opensuse-tumbleweed/man3/__setfpucw.3
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-17 10:51:52 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-17 10:51:52 +0000
commit4ad94864781f48b1a4b77f9cfb934622bf756ba1 (patch)
tree3900955c1886e6d2570fea7125ee1f01bafe876d /upstream/opensuse-tumbleweed/man3/__setfpucw.3
parentAdding upstream version 4.22.0. (diff)
downloadmanpages-l10n-4ad94864781f48b1a4b77f9cfb934622bf756ba1.tar.xz
manpages-l10n-4ad94864781f48b1a4b77f9cfb934622bf756ba1.zip
Adding upstream version 4.23.0.upstream/4.23.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'upstream/opensuse-tumbleweed/man3/__setfpucw.3')
-rw-r--r--upstream/opensuse-tumbleweed/man3/__setfpucw.310
1 files changed, 5 insertions, 5 deletions
diff --git a/upstream/opensuse-tumbleweed/man3/__setfpucw.3 b/upstream/opensuse-tumbleweed/man3/__setfpucw.3
index 161bbf9c..0b0dd263 100644
--- a/upstream/opensuse-tumbleweed/man3/__setfpucw.3
+++ b/upstream/opensuse-tumbleweed/man3/__setfpucw.3
@@ -3,7 +3,7 @@
.\"
.\" SPDX-License-Identifier: GPL-1.0-or-later
.\"
-.TH __setfpucw 3 2023-03-30 "Linux man-pages 6.05.01"
+.TH __setfpucw 3 2024-05-02 "Linux man-pages (unreleased)"
.SH NAME
__setfpucw \- set FPU control word on i386 architecture (obsolete)
.SH LIBRARY
@@ -12,7 +12,7 @@ Standard C library
.SH SYNOPSIS
.nf
.B #include <i386/fpu_control.h>
-.PP
+.P
.BI "[[deprecated]] void __setfpucw(unsigned short " control_word );
.fi
.SH DESCRIPTION
@@ -44,7 +44,7 @@ and FPU exception handling, like
.BR fesetexceptflag (3),
and
.BR fetestexcept (3).
-.PP
+.P
If direct access to the FPU control word is still needed, the
.B _FPU_GETCW
and
@@ -54,7 +54,7 @@ macros from
can be used.
.SH EXAMPLES
.B __setfpucw(0x1372)
-.PP
+.P
Set FPU control word on the i386 architecture to
.RS
.PD 0
@@ -68,5 +68,5 @@ exceptions on overflow, zero divide and NaN
.RE
.SH SEE ALSO
.BR feclearexcept (3)
-.PP
+.P
.I <fpu_control.h>