From 2d5df8408174daab1642234c424ed6c605573ac7 Mon Sep 17 00:00:00 2001 From: Jose Luis Duran Date: Wed, 9 Mar 2022 21:20:49 -0300 Subject: [PATCH] dtc.1: Fix the display of directives ending with semicolons While here, fix a typo and bump the date. Obtained from: https://github.com/davidchisnall/dtc/pull/71 Fixes: 6979e8cb6e62f04688611aed796712fde1a981d6 --- usr.bin/dtc/dtc.1 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/usr.bin/dtc/dtc.1 b/usr.bin/dtc/dtc.1 index 63a59dec51b..33fa93d6d07 100644 --- a/usr.bin/dtc/dtc.1 +++ b/usr.bin/dtc/dtc.1 @@ -30,7 +30,7 @@ .\" .\" $FreeBSD$ .\"/ -.Dd March 27, 2019 +.Dd February 26, 2022 .Dt DTC 1 .Os .Sh NAME @@ -258,9 +258,9 @@ with the flag. .Pp To denote that a DTS is intended to be used as an overlay, -.Va /plugin/ ; +.Va /plugin/\&; should be included in the header, following any applicable -.Va /dts-v1/ ; +.Va /dts-v1/\&; tag. .Pp Conventional overlays are crafted by creating @@ -277,7 +277,7 @@ child node, whose properties and child nodes are merged into the base device tree when the overlay is applied. .Pp Much simpler syntactic sugar was later invented to simplify generating overlays. -Instead of creating targetted fragments manually, one can instead create a root +Instead of creating targeted fragments manually, one can instead create a root node that targets a label in the base FDT using the .Va &label syntax supported in conventional DTS. @@ -361,7 +361,7 @@ tree source .Pa device_overlay.dts . A __symbols__ node will be included so that overlays may be applied to it. The presence of a -.Va /plugin/ ; +.Va /plugin/\&; directive in .Pa device_overlay.dts will indicate to the utility that it should also generate the underlying