diff options
author | 2018-05-11 12:02:28 +0000 | |
---|---|---|
committer | 2018-05-11 12:02:28 +0000 | |
commit | 8fa75fa60c6194296f7852a141f76ab144a056c6 (patch) | |
tree | 98d87ff612927fd2120325c09af5dbe183c548a0 | |
parent | Compile the EFI bootloader with -mfloat-abi=soft to prevent the compiler from (diff) | |
download | wireguard-openbsd-8fa75fa60c6194296f7852a141f76ab144a056c6.tar.xz wireguard-openbsd-8fa75fa60c6194296f7852a141f76ab144a056c6.zip |
Mention netinet/tcp.h, like many others already do.
okay bluhm@
-rw-r--r-- | share/man/man4/tcp.4 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/share/man/man4/tcp.4 b/share/man/man4/tcp.4 index 2bf96e05641..17c3db24b10 100644 --- a/share/man/man4/tcp.4 +++ b/share/man/man4/tcp.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tcp.4,v 1.23 2015/09/10 17:55:21 schwarze Exp $ +.\" $OpenBSD: tcp.4,v 1.24 2018/05/11 12:02:28 zhuk Exp $ .\" $NetBSD: tcp.4,v 1.3 1994/11/30 16:22:35 jtc Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)tcp.4 8.1 (Berkeley) 6/5/93 .\" -.Dd $Mdocdate: September 10 2015 $ +.Dd $Mdocdate: May 11 2018 $ .Dt TCP 4 .Os .Sh NAME @@ -39,6 +39,7 @@ .Sh SYNOPSIS .In sys/socket.h .In netinet/in.h +.In netinet/tcp.h .Ft int .Fn socket AF_INET SOCK_STREAM 0 .Ft int |