From e8f455855212c9d16be96be7d3354551727e83cc Mon Sep 17 00:00:00 2001 From: schwarze Date: Tue, 14 Jun 2022 15:49:58 +0000 Subject: [PATCH] The curly braces are tokens in the described language, so add the missing .Cm macros; markup error reported by espie@; OK florian@ espie@ --- sbin/dhcpleased/dhcpleased.conf.5 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sbin/dhcpleased/dhcpleased.conf.5 b/sbin/dhcpleased/dhcpleased.conf.5 index 3af518fa303..6079672b5c9 100644 --- a/sbin/dhcpleased/dhcpleased.conf.5 +++ b/sbin/dhcpleased/dhcpleased.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dhcpleased.conf.5,v 1.10 2022/03/31 17:27:19 naddy Exp $ +.\" $OpenBSD: dhcpleased.conf.5,v 1.11 2022/06/14 15:49:58 schwarze Exp $ .\" .\" Copyright (c) 2018, 2021 Florian Obser .\" Copyright (c) 2005 Esben Norby @@ -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: March 31 2022 $ +.Dd $Mdocdate: June 14 2022 $ .Dt DHCPLEASED.CONF 5 .Os .Sh NAME @@ -46,12 +46,12 @@ 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 interface ) +.Ic interface ) . Macros are not expanded inside quotes. .Sh INTERFACES A list of interfaces to overwrite defaults: .Bd -unfilled -offset indent -.Ic interface Ar name Brq Op Ar option ... +.Ic interface Ar name Cm { Oo Ar option ... Oc Cm } .Ed .Pp .Ic interface -- 2.20.1