git: 7ae5d1f00f87 - main - dtc.1: Appease mandoc -T lint
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 23 Feb 2022 16:26:28 UTC
The branch main has been updated by imp:
URL: https://cgit.FreeBSD.org/src/commit/?id=7ae5d1f00f8770b53a631d16c4be7a7cad7b477d
commit 7ae5d1f00f8770b53a631d16c4be7a7cad7b477d
Author: Jose Luis Duran <jlduran@gmail.com>
AuthorDate: 2022-02-19 13:47:31 +0000
Commit: Warner Losh <imp@FreeBSD.org>
CommitDate: 2022-02-23 16:25:19 +0000
dtc.1: Appease mandoc -T lint
Prefer .Fx to bare FreeBSD
Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/579
---
usr.bin/dtc/dtc.1 | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/usr.bin/dtc/dtc.1 b/usr.bin/dtc/dtc.1
index fea4b3da9d54..9f9d9dc6664f 100644
--- a/usr.bin/dtc/dtc.1
+++ b/usr.bin/dtc/dtc.1
@@ -367,7 +367,10 @@ metadata required in overlays.
This utility is intended to be compatible with the device tree compiler
provided by elinux.org.
Currently, it implements the subset of features
-required to build FreeBSD and others that have been requested by FreeBSD
+required to build
+.Fx
+and others that have been requested by
+.Fx
developers.
.Pp
The
@@ -375,8 +378,9 @@ The
input format is not supported.
This builds a tree from a Linux
.Pa /proc/device-tree ,
-a file system hierarchy not found in FreeBSD, which instead exposes the DTB
-directly via a sysctl.
+a file system hierarchy not found in
+.Fx ,
+which instead exposes the DTB directly via a sysctl.
.Pp
The warnings and errors supported by the elinux.org tool are not documented.
This tool supports the warnings described in the