diff options
Diffstat (limited to 'src/lib/libc/net/byteorder.3')
-rw-r--r-- | src/lib/libc/net/byteorder.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libc/net/byteorder.3 b/src/lib/libc/net/byteorder.3 index 54123455c6..e548958617 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.13 2003/09/26 17:06:50 fgsch Exp $ | 1 | .\" $OpenBSD: byteorder.3,v 1.14 2005/07/22 04:50:51 jaredy 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. |
@@ -97,7 +97,7 @@ byte orderings. | |||
97 | The | 97 | The |
98 | .Dq swap | 98 | .Dq swap |
99 | functions reverse the byte ordering of | 99 | functions reverse the byte ordering of |
100 | the given quantity, the others converts either from/to the native | 100 | the given quantity; the others convert either from/to the native |
101 | byte order used by the host to/from either little- or big-endian (a.k.a | 101 | byte order used by the host to/from either little- or big-endian (a.k.a |
102 | network) order. | 102 | network) order. |
103 | .Pp | 103 | .Pp |
@@ -165,7 +165,7 @@ The functions involving either | |||
165 | or | 165 | or |
166 | .Dq swap | 166 | .Dq swap |
167 | use the numbers | 167 | use the numbers |
168 | 16, 32 and 64 for specifying the bitwidth of the quantities they operate on. | 168 | 16, 32, or 64 for specifying the bitwidth of the quantities they operate on. |
169 | Currently all supported architectures are either big- or little-endian | 169 | Currently all supported architectures are either big- or little-endian |
170 | so either the | 170 | so either the |
171 | .Dq be | 171 | .Dq be |