diff options
author | Renato Westphal <renato@cvs.openbsd.org> | 2017-03-03 23:30:58 +0000 |
---|---|---|
committer | Renato Westphal <renato@cvs.openbsd.org> | 2017-03-03 23:30:58 +0000 |
commit | 0019a22123f7c0dc97d4cbec810e849674afe0b9 (patch) | |
tree | 892ffd1c4584dba01caa75d3ade8503dc77a89dc /usr.sbin/ldpd/ldpd.8 | |
parent | ca4c2bd031f6a1ed7093ab27da6c87a45fffc02f (diff) |
Allow to specify an alternate control socket.
This is required to run multiple instances of ldpd.
OK claudio@
Diffstat (limited to 'usr.sbin/ldpd/ldpd.8')
-rw-r--r-- | usr.sbin/ldpd/ldpd.8 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/usr.sbin/ldpd/ldpd.8 b/usr.sbin/ldpd/ldpd.8 index 6c2fd9b4801..9382991a2de 100644 --- a/usr.sbin/ldpd/ldpd.8 +++ b/usr.sbin/ldpd/ldpd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ldpd.8,v 1.16 2016/07/01 23:14:31 renato Exp $ +.\" $OpenBSD: ldpd.8,v 1.17 2017/03/03 23:30:57 renato Exp $ .\" .\" Copyright (c) 2013, 2016 Renato Westphal <renato@openbsd.org> .\" Copyright (c) 2009 Michele Marchetto <michele@openbsd.org> @@ -16,7 +16,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: July 1 2016 $ +.Dd $Mdocdate: March 3 2017 $ .Dt LDPD 8 .Os .Sh NAME @@ -27,6 +27,7 @@ .Op Fl dnv .Op Fl D Ar macro Ns = Ns Ar value .Op Fl f Ar file +.Op Fl s Ar socket .Sh DESCRIPTION .Nm is the Label Distribution Protocol @@ -61,6 +62,8 @@ Specify an alternative configuration file. .It Fl n Configtest mode. Only check the configuration file for validity. +.It Fl s Ar socket +Use an alternate location for the default control socket. .It Fl v Produce more verbose output. .El |