diff options
author | 2004-03-24 06:13:56 +0000 | |
---|---|---|
committer | 2004-03-24 06:13:56 +0000 | |
commit | c24ee55dbe9ce05b093244246b2c12ac00d1b390 (patch) | |
tree | 8243ced3fd470fa5d6e1dd6e50f57b69e6bf4e58 /lib/libc | |
parent | update url; (diff) | |
download | wireguard-openbsd-c24ee55dbe9ce05b093244246b2c12ac00d1b390.tar.xz wireguard-openbsd-c24ee55dbe9ce05b093244246b2c12ac00d1b390.zip |
Disable net.inet.carp.log by default.
ok deraadt@
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 d178f770b9e..e003e034cc8 100644 --- a/lib/libc/gen/sysctl.3 +++ b/lib/libc/gen/sysctl.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.3,v 1.135 2004/03/02 22:16:27 tedu Exp $ +.\" $OpenBSD: sysctl.3,v 1.136 2004/03/24 06:13:56 mcbride Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -1080,7 +1080,7 @@ Disabled by default. If set to any value other than 0, .Xr carp 4 will log errors. -Enabled by default. +Disabled by default. .It Li carp.preempt If set to 0, .Xr carp 4 |