diff options
author | Visa Hankala <visa@cvs.openbsd.org> | 2017-10-08 15:11:10 +0000 |
---|---|---|
committer | Visa Hankala <visa@cvs.openbsd.org> | 2017-10-08 15:11:10 +0000 |
commit | a38ff85d00ecb8f7208b9af55d4bd7d0f9f2bfbf (patch) | |
tree | 15fbf8dad18c3882d792a5ceaaa2307713534b2c /lib/libarch | |
parent | f08f4f67fef80c8ae8cff79750c79736fd9c6722 (diff) |
Fix typo.
Diffstat (limited to 'lib/libarch')
-rw-r--r-- | lib/libarch/mips64/get_fpc_csr.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libarch/mips64/get_fpc_csr.3 b/lib/libarch/mips64/get_fpc_csr.3 index 8591c354449..39268ee53b5 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.6 2015/09/14 13:45:25 schwarze Exp $ +.\" $OpenBSD: get_fpc_csr.3,v 1.7 2017/10/08 15:11:09 visa 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 14 2015 $ +.Dd $Mdocdate: October 8 2017 $ .Dt GET_FPC_CSR 3 mips64 .Os .Sh NAME @@ -30,7 +30,7 @@ .Sh DESCRIPTION The .Fn get_fpc_csr -function returns the curent value of the floating-point control register. +function returns the current value of the floating-point control register. The .Fn set_fpc_csr function replaces the value of the floating-point control register with |