From owner-svn-src-all@FreeBSD.ORG Tue Jan 22 18:35:43 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 669ADF94; Tue, 22 Jan 2013 18:35:43 +0000 (UTC) (envelope-from joel@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 4A686CB6; Tue, 22 Jan 2013 18:35:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r0MIZhDG068411; Tue, 22 Jan 2013 18:35:43 GMT (envelope-from joel@svn.freebsd.org) Received: (from joel@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r0MIZhGF068410; Tue, 22 Jan 2013 18:35:43 GMT (envelope-from joel@svn.freebsd.org) Message-Id: <201301221835.r0MIZhGF068410@svn.freebsd.org> From: Joel Dahl Date: Tue, 22 Jan 2013 18:35:43 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r245816 - head/usr.bin/dtc X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jan 2013 18:35:43 -0000 Author: joel (doc committer) Date: Tue Jan 22 18:35:42 2013 New Revision: 245816 URL: http://svnweb.freebsd.org/changeset/base/245816 Log: Remove EOL whitespace. Modified: head/usr.bin/dtc/dtc.1 Modified: head/usr.bin/dtc/dtc.1 ============================================================================== --- head/usr.bin/dtc/dtc.1 Tue Jan 22 18:33:31 2013 (r245815) +++ head/usr.bin/dtc/dtc.1 Tue Jan 22 18:35:42 2013 (r245816) @@ -83,7 +83,7 @@ checker. The full list of checkers is g Force the tool to attempt to generate the output, even if the input had errors. .It Fl h 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 are: .Pp @@ -121,7 +121,7 @@ if the output format is not explicitly s Device tree source. The ASCII representation of the FDT. .El .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 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 @@ -129,11 +129,11 @@ needs to reserve some memory before pass .It Fl S Ar bytes 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 -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 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 -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 Enable or disable a specified checker. This is an alias for .Fl E . @@ -183,16 +183,16 @@ will disable the phandle type check. Th .Pp .Bl -tag -width "no-type-phandle" -compact -offset indent .It type-compatible -Checks the type of the +Checks the type of the .Va compatible property. .It type-model -Checks the type of the +Checks the type of the .Va model property. .It type-compatible -Checks the type of the -.Va compatible +Checks the type of the +.Va compatible property. .El .Sh EXAMPLES @@ -200,7 +200,7 @@ The command: .Pp .Dl "dtc -o blob.S -O asm device.dts" .Pp -will generate a +will generate a .Pa blob.S file from the device tree source .Pa device.dts @@ -220,7 +220,7 @@ provided by elinux.org. Currently, it i required to build FreeBSD and others that have been requested by FreeBSD developers. .Pp -The +The .Ar fs input format is not supported. This builds a tree from a Linux .Pa /proc/device-tree , @@ -258,7 +258,7 @@ from the first and properties child node .Sh HISTORY A dtc tool first appeared in .Fx 9.0 . -This version of the tool first appeared in +This version of the tool first appeared in .Fx 10.0 . .Sh AUTHORS .An David T. Chisnall