Remove EOL whitespace.

This commit is contained in:
Joel Dahl 2013-01-22 18:35:42 +00:00
parent 2d943d5b94
commit 3917cbe067
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=245816

View File

@ -83,7 +83,7 @@ checker. The full list of checkers is given in
Force the tool to attempt to generate the output, even if the input had errors. Force the tool to attempt to generate the output, even if the input had errors.
.It Fl h .It Fl h
Display the help text and exit. Display the help text and exit.
.It Fl H Ar phandle_format .It Fl H Ar phandle_format
Specifies the type of phandle nodes to generate in the output. Valid values Specifies the type of phandle nodes to generate in the output. Valid values
are: are:
.Pp .Pp
@ -121,7 +121,7 @@ if the output format is not explicitly stated.
Device tree source. The ASCII representation of the FDT. Device tree source. The ASCII representation of the FDT.
.El .El
.It Fl o Ar output_file .It Fl o Ar output_file
The file to which to write the output. The file to which to write the output.
.It Fl R Ar entries .It Fl R Ar entries
The number of empty reservation table entries to pad the table with. This is The number of empty reservation table entries to pad the table with. This is
useful if you are generating a device tree blob for bootloader or similar that useful if you are generating a device tree blob for bootloader or similar that
@ -129,11 +129,11 @@ needs to reserve some memory before passing control to the operating system.
.It Fl S Ar bytes .It Fl S Ar bytes
The minimum size in bytes of the blob. The blob will be padded after the The minimum size in bytes of the blob. The blob will be padded after the
strings table to ensure that it is the correct size. This is useful for strings table to ensure that it is the correct size. This is useful for
environments where the device tree blob must be modified in place. environments where the device tree blob must be modified in place.
.It Fl p Ar bytes .It Fl p Ar bytes
The number of bytes of padding to add to the blob. The blob will be padded The number of bytes of padding to add to the blob. The blob will be padded
after the strings table to ensure that it is the correct size. This is useful after the strings table to ensure that it is the correct size. This is useful
for environments where the device tree blob must be modified in place. for environments where the device tree blob must be modified in place.
.It Fl W Ar [no-]checker_name .It Fl W Ar [no-]checker_name
Enable or disable a specified checker. This is an alias for Enable or disable a specified checker. This is an alias for
.Fl E . .Fl E .
@ -183,16 +183,16 @@ will disable the phandle type check. The supported checks are:
.Pp .Pp
.Bl -tag -width "no-type-phandle" -compact -offset indent .Bl -tag -width "no-type-phandle" -compact -offset indent
.It type-compatible .It type-compatible
Checks the type of the Checks the type of the
.Va compatible .Va compatible
property. property.
.It type-model .It type-model
Checks the type of the Checks the type of the
.Va model .Va model
property. property.
.It type-compatible .It type-compatible
Checks the type of the Checks the type of the
.Va compatible .Va compatible
property. property.
.El .El
.Sh EXAMPLES .Sh EXAMPLES
@ -200,7 +200,7 @@ The command:
.Pp .Pp
.Dl "dtc -o blob.S -O asm device.dts" .Dl "dtc -o blob.S -O asm device.dts"
.Pp .Pp
will generate a will generate a
.Pa blob.S .Pa blob.S
file from the device tree source file from the device tree source
.Pa device.dts .Pa device.dts
@ -220,7 +220,7 @@ 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 FreeBSD and others that have been requested by FreeBSD
developers. developers.
.Pp .Pp
The The
.Ar fs .Ar fs
input format is not supported. This builds a tree from a Linux input format is not supported. This builds a tree from a Linux
.Pa /proc/device-tree , .Pa /proc/device-tree ,
@ -258,7 +258,7 @@ from the first and properties child nodes being recursively merged.
.Sh HISTORY .Sh HISTORY
A dtc tool first appeared in A dtc tool first appeared in
.Fx 9.0 . .Fx 9.0 .
This version of the tool first appeared in This version of the tool first appeared in
.Fx 10.0 . .Fx 10.0 .
.Sh AUTHORS .Sh AUTHORS
.An David T. Chisnall .An David T. Chisnall