diff options
author | 2014-01-21 03:15:44 +0000 | |
---|---|---|
committer | 2014-01-21 03:15:44 +0000 | |
commit | 369bef3a142061d28bd38b74f30fd054965b81c6 (patch) | |
tree | 8fe7ba65015980e03507c9128cf9b21f5074ceff /share/man/man4/tcp.4 | |
parent | Update the names of the DIOCXBEGIN ruleset types. (diff) | |
download | wireguard-openbsd-369bef3a142061d28bd38b74f30fd054965b81c6.tar.xz wireguard-openbsd-369bef3a142061d28bd38b74f30fd054965b81c6.zip |
obvious .Pa fixes; found with mandocdb(8)
Diffstat (limited to 'share/man/man4/tcp.4')
-rw-r--r-- | share/man/man4/tcp.4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/tcp.4 b/share/man/man4/tcp.4 index ca4e7d16b6b..d625801f56f 100644 --- a/share/man/man4/tcp.4 +++ b/share/man/man4/tcp.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tcp.4,v 1.21 2013/08/12 21:57:16 bluhm Exp $ +.\" $OpenBSD: tcp.4,v 1.22 2014/01/21 03:15:46 schwarze 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: August 12 2013 $ +.Dd $Mdocdate: January 21 2014 $ .Dt TCP 4 .Os .Sh NAME @@ -127,7 +127,7 @@ Therefore, provides a boolean option, .Dv TCP_NODELAY (from -.Aq Pa netinet/tcp.h ) , +.In netinet/tcp.h ) , to defeat this algorithm. .It Cd TCP_NOPUSH By convention, the |