diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2004-01-31 21:26:20 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2004-01-31 21:26:20 +0000 |
commit | 4097c63bf0bbc34dfec7a8f062fb5f2aac5a5b12 (patch) | |
tree | 6c375036e331801727f7e632f92c9852e3aa3f6a /lib/libc | |
parent | 1a2de2f741160154ad94252912302fc4a213be87 (diff) |
missing comma; jmc@
Diffstat (limited to 'lib/libc')
-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 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. |