summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjmc <>2009-03-17 21:33:04 +0000
committerjmc <>2009-03-17 21:33:04 +0000
commit6755a30c17916ab0dca15c0f5bd827b8f55fa64f (patch)
tree990a11837f7b9c6b23a441d66c7870a75216a0e0 /src
parentabdfc401087a2665c003eb5c01ed453a4cf8286e (diff)
downloadopenbsd-6755a30c17916ab0dca15c0f5bd827b8f55fa64f.tar.gz
openbsd-6755a30c17916ab0dca15c0f5bd827b8f55fa64f.tar.bz2
openbsd-6755a30c17916ab0dca15c0f5bd827b8f55fa64f.zip
correct argument type for swap64(); from Thomas Pfaff
Diffstat (limited to 'src')
-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 7f22794caa..6625ea1442 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.15 2007/05/31 19:19:30 jmc Exp $ 1.\" $OpenBSD: byteorder.3,v 1.16 2009/03/17 21:33:04 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.
@@ -27,7 +27,7 @@
27.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 27.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
28.\" SUCH DAMAGE. 28.\" SUCH DAMAGE.
29.\" 29.\"
30.Dd $Mdocdate: May 31 2007 $ 30.Dd $Mdocdate: March 17 2009 $
31.Dt BYTEORDER 3 31.Dt BYTEORDER 3
32.Os 32.Os
33.Sh NAME 33.Sh NAME
@@ -86,7 +86,7 @@
86.Ft u_int16_t 86.Ft u_int16_t
87.Fn letoh16 "u_int16_t little16" 87.Fn letoh16 "u_int16_t little16"
88.Ft u_int64_t 88.Ft u_int64_t
89.Fn swap64 "u_int32_t val64" 89.Fn swap64 "u_int64_t val64"
90.Ft u_int32_t 90.Ft u_int32_t
91.Fn swap32 "u_int32_t val32" 91.Fn swap32 "u_int32_t val32"
92.Ft u_int16_t 92.Ft u_int16_t