summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2014-11-05 07:01:49 +0000
committerjmc <jmc@openbsd.org>2014-11-05 07:01:49 +0000
commit52e1f1390e36198d04d227ca5d9ad57b4d442e5c (patch)
tree1210162bd846669184fdc41b25787b7f6e9ef81e
parentNo reason to have things like the hibernate allocation area and chunk (diff)
downloadwireguard-openbsd-52e1f1390e36198d04d227ca5d9ad57b4d442e5c.tar.xz
wireguard-openbsd-52e1f1390e36198d04d227ca5d9ad57b4d442e5c.zip
some minor tweaks;
-rw-r--r--share/man/man9/SipHash24.96
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/SipHash24.9 b/share/man/man9/SipHash24.9
index 5064d2b1c58..dc2e63293e5 100644
--- a/share/man/man9/SipHash24.9
+++ b/share/man/man9/SipHash24.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: SipHash24.9,v 1.2 2014/11/05 00:43:33 dlg Exp $
+.\" $OpenBSD: SipHash24.9,v 1.3 2014/11/05 07:01:49 jmc Exp $
.\"
.\" Copyright (c) 2014 David Gwynne <dlg@openbsd.org>
.\"
@@ -63,7 +63,7 @@ is called after all data has been added to
.Fa ctx
via
.Fn SipHash24_Update
-and returns a message digest in the hosts' native endian.
+and returns a message digest in the host's native endian.
.Pp
.Fn SipHash24_Final
is called after all data has been added to
@@ -104,6 +104,6 @@ can be called during autoconf, from process context, or from interrupt context.
.Fn SipHash24_End
and
.Fn SipHash24
-returns the 64-bit message digest in the hosts native endian representation.
+return the 64-bit message digest in the host's native endian representation.
.Sh SEE ALSO
.Xr arc4random_buf 9