diff options
author | jaredy <> | 2005-07-22 04:50:51 +0000 |
---|---|---|
committer | jaredy <> | 2005-07-22 04:50:51 +0000 |
commit | 3553ae132550867ea92f1c819130713a94c9aa57 (patch) | |
tree | 0fcccaffb7fe67c8d9c1f46e9831c994ceadc81a /src/lib/libc/net/byteorder.3 | |
parent | fca3e187a867f51bfd0b46cc4d3f49175ffddef6 (diff) | |
download | openbsd-3553ae132550867ea92f1c819130713a94c9aa57.tar.gz openbsd-3553ae132550867ea92f1c819130713a94c9aa57.tar.bz2 openbsd-3553ae132550867ea92f1c819130713a94c9aa57.zip |
- sync prototypes and header file excerpts
- typos/spelling, punctuation, rewording, macro, and layout fixes.
help & ok jmc
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 |