diff options
Diffstat (limited to 'usr.sbin/ldpd/ldpd.conf.5')
-rw-r--r-- | usr.sbin/ldpd/ldpd.conf.5 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/ldpd/ldpd.conf.5 b/usr.sbin/ldpd/ldpd.conf.5 index d5866a2eac9..e8a0338fb39 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.6 2011/04/30 07:52:33 sthen Exp $ +.\" $OpenBSD: ldpd.conf.5,v 1.7 2012/04/24 14:56:09 jmc Exp $ .\" .\" Copyright (c) 2009 Michele Marchetto <michele@openbsd.org> .\" Copyright (c) 2005, 2006 Esben Norby <norby@openbsd.org> @@ -18,7 +18,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: April 30 2011 $ +.Dd $Mdocdate: April 24 2012 $ .Dt LDPD.CONF 5 .Os .Sh NAME @@ -48,8 +48,8 @@ Much like or .Xr m4 1 , macros can be defined that will later be expanded in context. -Macro names must start with a letter, and may contain letters, digits, -and underscores. +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 ) . Macros are not expanded inside quotes. |