summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx.manpages@gmail.com>2021-10-30 14:56:08 +0200
committerAlejandro Colomar <alx.manpages@gmail.com>2022-09-05 04:10:04 +0200
commit5f858d569e56238b6bff4c7f0705f427dcf50d8c (patch)
tree56dadc546963a6c4713759cdfd3980dd6cbd577b
parentda06f672fb81b5d6da7eeb43f14db32753f26a93 (diff)
__setfpucw.3: SYNOPSIS: Mark __setfpucw() as [[deprecated]]
The function doesn't exist anymore. Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
-rw-r--r--man3/__setfpucw.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/__setfpucw.3 b/man3/__setfpucw.3
index bdba10f48..7f10bc269 100644
--- a/man3/__setfpucw.3
+++ b/man3/__setfpucw.3
@@ -13,7 +13,7 @@ Standard C library
.nf
.B #include <i386/fpu_control.h>
.PP
-.BI "void __setfpucw(unsigned short " control_word );
+.BI "[[deprecated]] void __setfpucw(unsigned short " control_word );
.fi
.SH DESCRIPTION
.BR __setfpucw ()