diff options
author | 2017-10-08 15:11:09 +0000 | |
---|---|---|
committer | 2017-10-08 15:11:09 +0000 | |
commit | 444e949ed894b3190905d1b6feb074cb481fd1cc (patch) | |
tree | 06f020f167aa5dace87dfbb4f784a7e4a524b59e | |
parent | ramdisks do not contain MROUTING, so the local variable becomes unused. (diff) | |
download | wireguard-openbsd-444e949ed894b3190905d1b6feb074cb481fd1cc.tar.xz wireguard-openbsd-444e949ed894b3190905d1b6feb074cb481fd1cc.zip |
Fix typo.
-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 |