diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-10-14 13:04:26 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-10-14 13:04:26 +0000 |
commit | fa33d7e933777bec51a5d29f346f8211ccc36b0b (patch) | |
tree | e23eb3f7466e31528d8802abe7745df983584463 | |
parent | f05c5cb553223bf99828b18f9cfcba5a7ae401a1 (diff) |
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 |