summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/byteorder.3
diff options
context:
space:
mode:
authorjaredy <>2005-07-22 04:50:51 +0000
committerjaredy <>2005-07-22 04:50:51 +0000
commit3553ae132550867ea92f1c819130713a94c9aa57 (patch)
tree0fcccaffb7fe67c8d9c1f46e9831c994ceadc81a /src/lib/libc/net/byteorder.3
parentfca3e187a867f51bfd0b46cc4d3f49175ffddef6 (diff)
downloadopenbsd-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.36
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.
97The 97The
98.Dq swap 98.Dq swap
99functions reverse the byte ordering of 99functions reverse the byte ordering of
100the given quantity, the others converts either from/to the native 100the given quantity; the others convert either from/to the native
101byte order used by the host to/from either little- or big-endian (a.k.a 101byte order used by the host to/from either little- or big-endian (a.k.a
102network) order. 102network) order.
103.Pp 103.Pp
@@ -165,7 +165,7 @@ The functions involving either
165or 165or
166.Dq swap 166.Dq swap
167use the numbers 167use the numbers
16816, 32 and 64 for specifying the bitwidth of the quantities they operate on. 16816, 32, or 64 for specifying the bitwidth of the quantities they operate on.
169Currently all supported architectures are either big- or little-endian 169Currently all supported architectures are either big- or little-endian
170so either the 170so either the
171.Dq be 171.Dq be