svn commit: r254659 - head/usr.bin/dtc

Joel Dahl joel at FreeBSD.org
Thu Aug 22 16:01:21 UTC 2013


Author: joel (doc committer)
Date: Thu Aug 22 16:01:20 2013
New Revision: 254659
URL: http://svnweb.freebsd.org/changeset/base/254659

Log:
  Remove EOL whitespace.

Modified:
  head/usr.bin/dtc/dtc.1

Modified: head/usr.bin/dtc/dtc.1
==============================================================================
--- head/usr.bin/dtc/dtc.1	Thu Aug 22 16:00:09 2013	(r254658)
+++ head/usr.bin/dtc/dtc.1	Thu Aug 22 16:01:20 2013	(r254659)
@@ -141,11 +141,11 @@ or
 to be used for device tree source files that contain conditional components.
 This tool supports two extensions to the standard to support conditional
 compilation of device trees.
-The first is an 
+The first is an
 .Ar /include/if [property]/ "file.dts"
 directive that is allowed at the start of a file and which will only include
 the specified file if it the specified property is passed with this flag.
-The second is the 
+The second is the
 .Ar $NAME
 format for property values.
 These allow property value to be specified on the command line.


More information about the svn-src-all mailing list