diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2015-01-21 11:21:28 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2015-01-21 11:21:28 +0000 |
commit | 981265999751e602be73e6963c80220123f771d5 (patch) | |
tree | 2d9427e3271499eaa33492df453f73ed54849f72 /share/man | |
parent | b9b8eda656568e2cc15f8f16de21fcbaaa2bcbda (diff) |
carpdev argument is no longer optional.
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/carp.4 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/share/man/man4/carp.4 b/share/man/man4/carp.4 index 9dd9ada9232..d9540b7e362 100644 --- a/share/man/man4/carp.4 +++ b/share/man/man4/carp.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: carp.4,v 1.34 2010/03/12 13:36:16 mpf Exp $ +.\" $OpenBSD: carp.4,v 1.35 2015/01/21 11:21:27 mpi Exp $ .\" .\" Copyright (c) 2003, Ryan McBride. All rights reserved. .\" @@ -23,7 +23,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: March 12 2010 $ +.Dd $Mdocdate: January 21 2015 $ .Dt CARP 4 .Os .Sh NAME @@ -71,8 +71,6 @@ Finally is used to specify which interface the .Nm device attaches to. -If unspecified, the kernel attempts to set it by looking for -another interface with the same subnet. These configurations can be done using .Xr ifconfig 8 , or through the |