diff options
author | Jared Yanovich <jaredy@cvs.openbsd.org> | 2004-08-17 00:24:41 +0000 |
---|---|---|
committer | Jared Yanovich <jaredy@cvs.openbsd.org> | 2004-08-17 00:24:41 +0000 |
commit | 65896571942a7e7a87e0d45bf765514db2ba5f0a (patch) | |
tree | d8d254e23a2dda02e54828923be56e200da28025 | |
parent | 892cb70eda806b28630c67488ca9d1237f213491 (diff) |
a few mdoc fixes
ok jmc
-rw-r--r-- | share/man/man4/carp.4 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/share/man/man4/carp.4 b/share/man/man4/carp.4 index 27aa6b280f7..80111abe945 100644 --- a/share/man/man4/carp.4 +++ b/share/man/man4/carp.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: carp.4,v 1.11 2004/07/26 09:20:14 jmc Exp $ +.\" $OpenBSD: carp.4,v 1.12 2004/08/17 00:24:40 jaredy Exp $ .\" .\" Copyright (c) 2003, Ryan McBride. All rights reserved. .\" @@ -46,7 +46,7 @@ can also provide load balancing functionality. A .Nm interface can be created at runtime using the -.Ic ifconfig carpN create +.Ic ifconfig carp Ns Ar N Ic create command or by setting up a .Xr hostname.if 5 configuration file for @@ -58,12 +58,12 @@ the administrator needs to configure at minimum a common virtual host ID and virtual host IP address on each machine which is to take part in the virtual group. Additional parameters can also be set on a per-interface basis: -.Ar advbase +.Cm advbase and -.Ar advskew , +.Cm advskew , which are used to control how frequently the host sends advertisements when it is the master for a virtual host, and -.Ar pass +.Cm pass which is used to authenticate carp advertisements. These configurations can be done using .Xr ifconfig 8 , @@ -84,7 +84,7 @@ First the .Nm interfaces on Host A are configured. The -.Ar advskew +.Cm advskew of 100 on the second virtual host means that its advertisements will be sent out slightly less frequently. .Bd -literal -offset indent |