From 9144d249f7d631607805dfaa764531b75021a078 Mon Sep 17 00:00:00 2001 From: tedu <> Date: Wed, 5 Jun 2013 03:39:23 +0000 Subject: Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze --- src/lib/libc/net/byteorder.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/lib/libc/net/byteorder.3') 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 @@ -.\" $OpenBSD: byteorder.3,v 1.17 2012/03/20 06:06:03 dlg Exp $ +.\" $OpenBSD: byteorder.3,v 1.18 2013/06/05 03:39:22 tedu Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: March 20 2012 $ +.Dd $Mdocdate: June 5 2013 $ .Dt BYTEORDER 3 .Os .Sh NAME @@ -52,7 +52,7 @@ .Nm swap16 .Nd convert values between different byte orderings .Sh SYNOPSIS -.Fd #include +.In sys/types.h .Ft u_int32_t .Fn htonl "u_int32_t host32" .Ft u_int16_t -- cgit v1.2.3-55-g6feb