summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2010-09-25 06:26:13 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2010-09-25 06:26:13 +0000
commit2cbb0a6a1d129580f95e4ad9800b8486ab265ce8 (patch)
treec21d4b359e41d14e4ed6c1ddddf3f5a25ee75ea7 /lib
parent1122425d56244a5b0b90415b4ca9f9d999d1d649 (diff)
fix Xrs;
Diffstat (limited to 'lib')
-rw-r--r--lib/libarch/mips64/get_fpc_csr.323
1 files changed, 9 insertions, 14 deletions
diff --git a/lib/libarch/mips64/get_fpc_csr.3 b/lib/libarch/mips64/get_fpc_csr.3
index 8eea9bacc8d..4aa1a56193d 100644
--- a/lib/libarch/mips64/get_fpc_csr.3
+++ b/lib/libarch/mips64/get_fpc_csr.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: get_fpc_csr.3,v 1.2 2010/09/24 20:31:07 jmc Exp $
+.\" $OpenBSD: get_fpc_csr.3,v 1.3 2010/09/25 06:26:12 jmc Exp $
.\"
.\" Copyright (c) 2010 Miodrag Vallat.
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: September 24 2010 $
+.Dd $Mdocdate: September 25 2010 $
.Dt GET_FPC_CSR 3
.Os
.Sh NAME
@@ -43,13 +43,13 @@ compatibility, and should only be used to control the value of the
.Li FPCSR_FS
bit in the floating-point control register.
Portable code should use the
-.Fn fpgetmask ,
-.Fn fpgetround ,
-.Fn fpgetsticky ,
-.Fn fpsetmask ,
-.Fn fpsetround
+.Xr fpgetmask 3 ,
+.Xr fpgetround 3 ,
+.Xr fpgetsticky 3 ,
+.Xr fpsetmask 3 ,
+.Xr fpsetround 3 ,
and
-.Fn fpsetsticky
+.Xr fpsetsticky 3
functions to inquire or alter the floating-point control register.
.Sh RETURN VALUES
The
@@ -60,9 +60,4 @@ functions return the
.Pq previous
value of the floating-point control register.
.Sh SEE ALSO
-.Xr fpgetmask 2 ,
-.Xr fpgetround 2 ,
-.Xr fpgetsticky 2 ,
-.Xr fpsetmask 2 ,
-.Xr fpsetround 2 ,
-.Xr fpsetsticky 2
+.Xr fpgetmask 3