diff options
author | 2000-10-14 13:04:25 +0000 | |
---|---|---|
committer | 2000-10-14 13:04:25 +0000 | |
commit | a4019057a9e1d7a778555fb1517242d46cbcdc9b (patch) | |
tree | b63040c77c90cd0e9271a8c4b83a5ebba8dfb1cd | |
parent | do not send RSA challenge if key is not allowed by key-options; from eivind@ThinkSec.com (diff) | |
download | wireguard-openbsd-a4019057a9e1d7a778555fb1517242d46cbcdc9b.tar.xz wireguard-openbsd-a4019057a9e1d7a778555fb1517242d46cbcdc9b.zip |
oops; sigh@kuzirabekon.econ.nagasaki-u.ac.jp
-rw-r--r-- | lib/libc/gen/sysctl.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3 index baa70e24407..cb4e146eea3 100644 --- a/lib/libc/gen/sysctl.3 +++ b/lib/libc/gen/sysctl.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.3,v 1.54 2000/10/14 01:06:44 itojun Exp $ +.\" $OpenBSD: sysctl.3,v 1.55 2000/10/14 13:04:25 deraadt Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -810,7 +810,7 @@ Returns 1 if RFC2018 Selective Acknowledgements are enabled. .It Li tcp.mssdflt The maximum segment size that is used as default for non-local connections. The default value is 512. -.It li tcp.rstppslimit +.It Li tcp.rstppslimit The variable specifies the maximum number of outgoing TCP RST packets, per second. TCP RST packet that exceeded the value are subject to rate limitation |