diff options
author | Renato Westphal <renato@cvs.openbsd.org> | 2016-05-23 17:43:43 +0000 |
---|---|---|
committer | Renato Westphal <renato@cvs.openbsd.org> | 2016-05-23 17:43:43 +0000 |
commit | 4aa61a12c78d195ecf1fe76608d206a334fbe963 (patch) | |
tree | 2f9e39546fc6ee31d85f6ed539143a45a850ed3a /usr.sbin/ldpd/ldpd.conf.5 | |
parent | 3383d04555409644a556f00e5c0492adfdcb4b38 (diff) |
Fix mess caused by my commit script.
I screwed up everything... trying to fix now.
Diffstat (limited to 'usr.sbin/ldpd/ldpd.conf.5')
-rw-r--r-- | usr.sbin/ldpd/ldpd.conf.5 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.sbin/ldpd/ldpd.conf.5 b/usr.sbin/ldpd/ldpd.conf.5 index 6011d4b4312..b65e1deed66 100644 --- a/usr.sbin/ldpd/ldpd.conf.5 +++ b/usr.sbin/ldpd/ldpd.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ldpd.conf.5,v 1.24 2016/05/23 16:18:51 renato Exp $ +.\" $OpenBSD: ldpd.conf.5,v 1.25 2016/05/23 17:43:42 renato Exp $ .\" .\" Copyright (c) 2009 Michele Marchetto <michele@openbsd.org> .\" Copyright (c) 2005, 2006 Esben Norby <norby@openbsd.org> @@ -67,14 +67,14 @@ macros can be defined that will later be expanded in context. Macro names must start with a letter, digit, or underscore, and may contain any of those characters. Macro names may not be reserved words (for example, -.Ic cost ) . +.Ic password ) . Macros are not expanded inside quotes. .Pp For example: .Bd -literal -offset indent -hi="2" -interface em0 { - cost $hi +secret="openbsd" +neighbor 10.0.1.5 { + password $secret } .Ed .Sh GLOBAL CONFIGURATION |