summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2016-03-15 06:49:21 +0000
committerjmc <jmc@openbsd.org>2016-03-15 06:49:21 +0000
commit6ed370695481bbefc953f94e24796cc39c065eda (patch)
tree9f782fdb8b8a5e50799790fd92957794a6f33ad6
parent o remove legacy code that defines abs(3) if it isn't available (diff)
downloadwireguard-openbsd-6ed370695481bbefc953f94e24796cc39c065eda.tar.xz
wireguard-openbsd-6ed370695481bbefc953f94e24796cc39c065eda.zip
spelling fix;
-rw-r--r--share/man/man9/uiomove.94
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/uiomove.9 b/share/man/man9/uiomove.9
index 58bf2abb158..c29640bacdc 100644
--- a/share/man/man9/uiomove.9
+++ b/share/man/man9/uiomove.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: uiomove.9,v 1.18 2016/03/15 04:19:26 stefan Exp $
+.\" $OpenBSD: uiomove.9,v 1.19 2016/03/15 06:49:21 jmc Exp $
.\" $NetBSD: uiomove.9,v 1.6 2001/12/26 00:16:30 wiz Exp $
.\"
.\" Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -132,6 +132,6 @@ This allows multiple calls to
to easily be used to fill or drain the region of data.
.Sh RETURN VALUES
.Nm
-returs 0 on success or EFAULT if a bad address is encountered.
+returns 0 on success or EFAULT if a bad address is encountered.
.Sh SEE ALSO
.Xr copy 9