diff options
author | 2015-09-10 17:55:21 +0000 | |
---|---|---|
committer | 2015-09-10 17:55:21 +0000 | |
commit | ec5cd23ef093063387ec1273d0c19047daa9c801 (patch) | |
tree | 18d91519647aaa980b9b1386ef2157b421bd1409 /share/man/man4/tcp.4 | |
parent | It is time to put inet6 on a diet. Use the flensing knife and cut out (diff) | |
download | wireguard-openbsd-ec5cd23ef093063387ec1273d0c19047daa9c801.tar.xz wireguard-openbsd-ec5cd23ef093063387ec1273d0c19047daa9c801.zip |
use .In rather than .Fd #include
Diffstat (limited to 'share/man/man4/tcp.4')
-rw-r--r-- | share/man/man4/tcp.4 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man4/tcp.4 b/share/man/man4/tcp.4 index d625801f56f..2bf96e05641 100644 --- a/share/man/man4/tcp.4 +++ b/share/man/man4/tcp.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tcp.4,v 1.22 2014/01/21 03:15:46 schwarze Exp $ +.\" $OpenBSD: tcp.4,v 1.23 2015/09/10 17:55:21 schwarze Exp $ .\" $NetBSD: tcp.4,v 1.3 1994/11/30 16:22:35 jtc Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -30,15 +30,15 @@ .\" .\" @(#)tcp.4 8.1 (Berkeley) 6/5/93 .\" -.Dd $Mdocdate: January 21 2014 $ +.Dd $Mdocdate: September 10 2015 $ .Dt TCP 4 .Os .Sh NAME .Nm tcp .Nd Internet Transmission Control Protocol .Sh SYNOPSIS -.Fd #include <sys/socket.h> -.Fd #include <netinet/in.h> +.In sys/socket.h +.In netinet/in.h .Ft int .Fn socket AF_INET SOCK_STREAM 0 .Ft int |