git: 2d5df8408174 - main - dtc.1: Fix the display of directives ending with semicolons

From: Mateusz Piotrowski <0mp_at_FreeBSD.org>
Date: Wed, 30 Mar 2022 15:49:10 UTC
The branch main has been updated by 0mp (doc, ports committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=2d5df8408174daab1642234c424ed6c605573ac7

commit 2d5df8408174daab1642234c424ed6c605573ac7
Author:     Jose Luis Duran <jlduran@gmail.com>
AuthorDate: 2022-03-10 00:20:49 +0000
Commit:     Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2022-03-30 15:45:50 +0000

    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 63a59dec51bb..33fa93d6d07b 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