diff options
-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 |