diff options
author | ru <ru@FreeBSD.org> | 2005-06-16 18:46:17 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2005-06-16 18:46:17 +0000 |
commit | 1c089d8fdd238e9f1ab38b6ae03954ac3dd01d48 (patch) | |
tree | e73cf1ac6f8727731e6d2079d3c81a64f334b2cb /share/man/man4/carp.4 | |
parent | 73ab2fc036124d8b8ca662ced3919e56265959b7 (diff) | |
download | FreeBSD-src-1c089d8fdd238e9f1ab38b6ae03954ac3dd01d48.zip FreeBSD-src-1c089d8fdd238e9f1ab38b6ae03954ac3dd01d48.tar.gz |
(Mostly) markup fixes.
Approved by: re (blanket)
Diffstat (limited to 'share/man/man4/carp.4')
-rw-r--r-- | share/man/man4/carp.4 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man4/carp.4 b/share/man/man4/carp.4 index 749e777..5535c3b 100644 --- a/share/man/man4/carp.4 +++ b/share/man/man4/carp.4 @@ -73,12 +73,12 @@ advertisements. The .Cm advbase parameter stands for -.Qq advertisement base . +.Dq "advertisement base" . It is measured in seconds and specifies the base of the adverisement interval. The .Cm advskew parameter stands for -.Qq advertisement skew . +.Dq "advertisement skew" . It is measured in 1/256 of seconds. It is added to the base advertisement interval to make one host advertise a bit slower that the other does. @@ -86,7 +86,7 @@ Both .Cm advbase and .Cm advskew -are put inside CARP advertisments. +are put inside CARP advertisements. These configurations can be done using .Xr ifconfig 8 , or through the @@ -225,9 +225,9 @@ It cannot balance traffic that crosses a router, because the router itself will always be balanced to the same virtual host. .Sh SEE ALSO .Xr inet 4 , -.Xr ifconfig 8 , .Xr pfsync 4 , .Xr rc.conf 5 , +.Xr ifconfig 8 , .Xr sysctl 8 .Sh HISTORY The |