diff options
author | bjk <bjk@FreeBSD.org> | 2012-05-30 05:42:40 +0000 |
---|---|---|
committer | bjk <bjk@FreeBSD.org> | 2012-05-30 05:42:40 +0000 |
commit | 61c789bc4b1f64988da0266129a82be04ef20c65 (patch) | |
tree | db294a672b7c8b53eefc9e20dd9480da93cf9f42 /share | |
parent | 8be2ae281d923783fe9d27622c9a3094615a5dd4 (diff) | |
download | FreeBSD-src-61c789bc4b1f64988da0266129a82be04ef20c65.zip FreeBSD-src-61c789bc4b1f64988da0266129a82be04ef20c65.tar.gz |
Catch up to the carp rewrite and refer to vhids instead of interfaces.
Pointy hat to: bjk
Submitted by: glebius
Approved by: hrs (mentor)
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/carp.4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/carp.4 b/share/man/man4/carp.4 index e1eaa51..6a45703 100644 --- a/share/man/man4/carp.4 +++ b/share/man/man4/carp.4 @@ -26,7 +26,7 @@ .\" .\" $FreeBSD$ .\" -.Dd April 22, 2012 +.Dd May 30, 2012 .Dt CARP 4 .Os .Sh NAME @@ -105,7 +105,7 @@ Disabled by default. .It Va net.inet.carp.log Determines what events relating to .Nm -interfaces are logged. +vhids are logged. A value of 0 disables any logging. A value of 1 enables logging state changes of .Nm |