Fix the missing sentence that ended in the middle in the man page for dtc (also

spotted by gavin).
This commit is contained in:
David Chisnall 2013-01-22 18:15:43 +00:00
parent 45688d5d5f
commit b5383b7b85
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=245809

View File

@ -250,7 +250,10 @@ specification, but is in fact a label.
The /include/ directive is not part of the standard, however it is implemented
with the semantics compatible with the elinux.org tool. It must appear in the
top level of a file, and imports a new root definition. If a file, plus all of
its inclusions, contains multiple roots then they
its inclusions, contains multiple roots then they are merged. All nodes that
are present in the second but not the first are imported. Any that appear in
both are recursively merged, with properties from the second replacing those
from the first and properties child nodes being recursively merged.
.Sh HISTORY
A dtc tool first appeared in
.Fx 9.0 .