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 ba9798a137..53f9fd071d 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.17 2012/03/20 06:06:03 dlg Exp $ | 1 | .\" $OpenBSD: byteorder.3,v 1.18 2013/06/05 03:39:22 tedu 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: March 20 2012 $ | 30 | .Dd $Mdocdate: June 5 2013 $ |
31 | .Dt BYTEORDER 3 | 31 | .Dt BYTEORDER 3 |
32 | .Os | 32 | .Os |
33 | .Sh NAME | 33 | .Sh NAME |
@@ -52,7 +52,7 @@ | |||
52 | .Nm swap16 | 52 | .Nm swap16 |
53 | .Nd convert values between different byte orderings | 53 | .Nd convert values between different byte orderings |
54 | .Sh SYNOPSIS | 54 | .Sh SYNOPSIS |
55 | .Fd #include <sys/types.h> | 55 | .In sys/types.h |
56 | .Ft u_int32_t | 56 | .Ft u_int32_t |
57 | .Fn htonl "u_int32_t host32" | 57 | .Fn htonl "u_int32_t host32" |
58 | .Ft u_int16_t | 58 | .Ft u_int16_t |