summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarkus <markus@openbsd.org>2004-01-31 21:26:19 +0000
committermarkus <markus@openbsd.org>2004-01-31 21:26:19 +0000
commit201c111d8f63a53d9177f29ff2406129b8149b9c (patch)
treebf5cdfecaba718b3888b6dc458fa1dd55084a5ac
parentrename tcp sockopt TCP_SIGNATURE_ENABLE to TCP_MD5SIG (diff)
downloadwireguard-openbsd-201c111d8f63a53d9177f29ff2406129b8149b9c.tar.xz
wireguard-openbsd-201c111d8f63a53d9177f29ff2406129b8149b9c.zip
missing comma; jmc@
-rw-r--r--lib/libc/gen/sysctl.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3
index 29813bec8b1..70aa22167e6 100644
--- a/lib/libc/gen/sysctl.3
+++ b/lib/libc/gen/sysctl.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sysctl.3,v 1.127 2004/01/31 20:12:20 markus Exp $
+.\" $OpenBSD: sysctl.3,v 1.128 2004/01/31 21:26:19 markus Exp $
.\"
.\" Copyright (c) 1993
.\" The Regents of the University of California. All rights reserved.
@@ -1360,7 +1360,7 @@ are enabled.
.It Li tcp.rfc3390
Returns 1 if the
.Tn TCP
-Initial Window is increased as specified in RFC3390.
+Initial Window is increased, as specified in RFC3390.
.It Li tcp.rstppslimit
This variable specifies the maximum number of outgoing TCP RST packets
per second.