diff options
author | Michele Marchetto <michele@cvs.openbsd.org> | 2009-09-08 17:52:19 +0000 |
---|---|---|
committer | Michele Marchetto <michele@cvs.openbsd.org> | 2009-09-08 17:52:19 +0000 |
commit | 7ec0e1a2ded7dc5c1fec8317b9572ba9152793ac (patch) | |
tree | d9ddfc22afdf0d6cc665eb445af949dd8d3fba71 /lib | |
parent | 486564fb6ded48d9df817c05d9f6f5d32edf4479 (diff) |
I had not enough oks to commit this diff.
Sorry.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/gen/sysctl.3 | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3 index 7e40c4c22e5..439a8325751 100644 --- a/lib/libc/gen/sysctl.3 +++ b/lib/libc/gen/sysctl.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.3,v 1.188 2009/09/08 17:00:40 michele Exp $ +.\" $OpenBSD: sysctl.3,v 1.189 2009/09/08 17:52:17 michele Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -1128,8 +1128,6 @@ The currently defined protocols and names are: .It carp allow integer yes .It carp log integer yes .It carp preempt integer yes -.It divert recvspace integer yes -.It divert sendspace integer yes .It esp enable integer yes .It esp udpencap integer yes .It esp udpencap_port integer yes @@ -1242,10 +1240,6 @@ another active master. If set to any other value, carp will become master of the virtual host if it believes it can send advertisements more frequently than the current master. Disabled by default. -.It Li divert.recvspace -Returns the default divert receive buffer size. -.It Li divert.sendspace -Returns the default divert send buffer size. .It Li esp.enable If set to 1, enable the Encapsulating Security Payload .Pq ESP |