diff options
author | jmc <> | 2014-07-13 20:40:34 +0000 |
---|---|---|
committer | jmc <> | 2014-07-13 20:40:34 +0000 |
commit | ea912769c87ecdd89986985037942798f3b448d4 (patch) | |
tree | 41657ef08c29fbf8d433e425c18e61c80b7e70cb /src/lib | |
parent | 51a42122e7e0f530f969cba8f5ff5290aa71b6e9 (diff) | |
download | openbsd-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.3 | 4 |
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 | |||
113 | convert between host and big-endian (most significant byte first) order | 113 | convert between host and big-endian (most significant byte first) order |
114 | of the given quantity, while the names containing | 114 | of the given quantity, while the names containing |
115 | .Dq le | 115 | .Dq le |
116 | convert between host and little-endian least significant byte first) order | 116 | convert between host and little-endian (least significant byte first) order |
117 | of the given quantity. | 117 | of the given quantity. |
118 | .Pp | 118 | .Pp |
119 | All these functions use the numbers | 119 | All these functions use the numbers |