diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2022-06-14 15:49:59 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2022-06-14 15:49:59 +0000 |
commit | aead8e21b3d7686dbe12667942f81fd630768ae4 (patch) | |
tree | 04a5676a37c86117eeb5fc0deec1c1874c6f205f /sbin/dhcpleased | |
parent | 8ed79f220520cf40524ade4f32aa2cd08d32190a (diff) |
The curly braces are tokens in the described language,
so add the missing .Cm macros; markup error reported by espie@;
OK florian@ espie@
Diffstat (limited to 'sbin/dhcpleased')
-rw-r--r-- | sbin/dhcpleased/dhcpleased.conf.5 | 8 |
1 files 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 <florian@openbsd.org> .\" Copyright (c) 2005 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: 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 |