diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-05-30 19:09:43 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-05-30 19:09:43 +0000 |
commit | 6e12f01925b07aee8f9979b2806326cf135d6857 (patch) | |
tree | 5276a7c15555c3b5f45c322b5928a6590b3c64e4 /lib | |
parent | f75b77ba96f246744315ee2f24415e52e015556d (diff) |
fix a broken Xr;
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/gen/sysctl.3 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3 index cbdb581684c..264d0f659cc 100644 --- a/lib/libc/gen/sysctl.3 +++ b/lib/libc/gen/sysctl.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.3,v 1.180 2008/05/06 15:12:00 mcbride Exp $ +.\" $OpenBSD: sysctl.3,v 1.181 2008/05/30 19:09:42 jmc Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: May 6 2008 $ +.Dd $Mdocdate: May 30 2008 $ .Dt SYSCTL 3 .Os .Sh NAME @@ -1196,7 +1196,8 @@ Controls the verbosity of .Xr carp 4 logging. May be a value between 0 and 7 corresponding with -.Xr syslog 3 priorities. +.Xr syslog 3 +priorities. The default value is 2. .It Li carp.preempt If set to 0, |