summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2014-07-13 20:40:34 +0000
committerjmc <jmc@openbsd.org>2014-07-13 20:40:34 +0000
commit678448c8491fd00a8d807e873661337d4f3a71db (patch)
tree8ed8441ed6e8bee0d503532fff91cb10bb00d684 /lib
parentStill needs <sys/reboot.h> (diff)
downloadwireguard-openbsd-678448c8491fd00a8d807e873661337d4f3a71db.tar.xz
wireguard-openbsd-678448c8491fd00a8d807e873661337d4f3a71db.zip
missing bracket in previous;
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/net/byteorder.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/net/byteorder.3 b/lib/libc/net/byteorder.3
index 015b0b23e7f..83fe1083f01 100644
--- a/lib/libc/net/byteorder.3
+++ b/lib/libc/net/byteorder.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: byteorder.3,v 1.20 2014/07/13 15:06:02 miod Exp $
+.\" $OpenBSD: byteorder.3,v 1.21 2014/07/13 20:40:34 jmc Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -113,7 +113,7 @@ the names containing
convert between host and big-endian (most significant byte first) order
of the given quantity, while the names containing
.Dq le
-convert between host and little-endian least significant byte first) order
+convert between host and little-endian (least significant byte first) order
of the given quantity.
.Pp
All these functions use the numbers