diff options
author | pjd <pjd@FreeBSD.org> | 2010-08-05 19:54:57 +0000 |
---|---|---|
committer | pjd <pjd@FreeBSD.org> | 2010-08-05 19:54:57 +0000 |
commit | d71ba1ed02be1fbaf6c970351956dc9160a455f4 (patch) | |
tree | df0c660e828c711921ace5d49d2f3f1222d13d95 | |
parent | 9c60808f3945f5160e5936b26fd22a2b9080368d (diff) | |
download | FreeBSD-src-d71ba1ed02be1fbaf6c970351956dc9160a455f4.zip FreeBSD-src-d71ba1ed02be1fbaf6c970351956dc9160a455f4.tar.gz |
Document 'none' value for remote.
Reviewed by: dougb
MFC after: 1 month
-rw-r--r-- | sbin/hastd/hast.conf.5 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sbin/hastd/hast.conf.5 b/sbin/hastd/hast.conf.5 index a7da2a9..f1bd7cf 100644 --- a/sbin/hastd/hast.conf.5 +++ b/sbin/hastd/hast.conf.5 @@ -27,7 +27,7 @@ .\" .\" $FreeBSD$ .\" -.Dd February 1, 2010 +.Dd August 5, 2010 .Dt HAST.CONF 5 .Os .Sh NAME @@ -225,6 +225,11 @@ When operating as a primary node this address will be used to connect to the secondary node. When operating as a secondary node only connections from this address will be accepted. +.Pp +A special value of +.Va none +can be used when the remote address is not yet known (eg. the other node is not +set up yet). .El .Sh FILES .Bl -tag -width ".Pa /var/run/hastctl" -compact |