summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorjmc <>2014-07-13 20:40:34 +0000
committerjmc <>2014-07-13 20:40:34 +0000
commitea912769c87ecdd89986985037942798f3b448d4 (patch)
tree41657ef08c29fbf8d433e425c18e61c80b7e70cb /src/lib
parent51a42122e7e0f530f969cba8f5ff5290aa71b6e9 (diff)
downloadopenbsd-ea912769c87ecdd89986985037942798f3b448d4.tar.gz
openbsd-ea912769c87ecdd89986985037942798f3b448d4.tar.bz2
openbsd-ea912769c87ecdd89986985037942798f3b448d4.zip
missing bracket in previous;
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/libc/net/byteorder.34
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/net/byteorder.3 b/src/lib/libc/net/byteorder.3
index 015b0b23e7..83fe1083f0 100644
--- a/src/lib/libc/net/byteorder.3
+++ b/src/lib/libc/net/byteorder.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: byteorder.3,v 1.20 2014/07/13 15:06:02 miod Exp $ 1.\" $OpenBSD: byteorder.3,v 1.21 2014/07/13 20:40:34 jmc Exp $
2.\" 2.\"
3.\" Copyright (c) 1983, 1991, 1993 3.\" Copyright (c) 1983, 1991, 1993
4.\" The Regents of the University of California. All rights reserved. 4.\" The Regents of the University of California. All rights reserved.
@@ -113,7 +113,7 @@ the names containing
113convert between host and big-endian (most significant byte first) order 113convert between host and big-endian (most significant byte first) order
114of the given quantity, while the names containing 114of the given quantity, while the names containing
115.Dq le 115.Dq le
116convert between host and little-endian least significant byte first) order 116convert between host and little-endian (least significant byte first) order
117of the given quantity. 117of the given quantity.
118.Pp 118.Pp
119All these functions use the numbers 119All these functions use the numbers