]> xenbits.xensource.com Git - people/royger/freebsd.git/commitdiff
dtc.1: Mention the existence of -i flag
authorJose Luis Duran <jlduran@gmail.com>
Sat, 19 Feb 2022 13:43:18 +0000 (10:43 -0300)
committerWarner Losh <imp@FreeBSD.org>
Wed, 9 Mar 2022 20:52:23 +0000 (13:52 -0700)
Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/570

(cherry picked from commit 62d16ad37df7d9efb6e329c9e7ca1fc3975a1966)

usr.bin/dtc/dtc.1

index 9f9d9dc6664f434eaf7558688774bc94788f465e..259a49e10fbf4c12559245d5e59b13af00b55cc3 100644 (file)
@@ -41,6 +41,7 @@
 .Op Fl @fhsv
 .Op Fl b Ar boot_cpu_id
 .Op Fl d Ar dependency_file
+.Op Fl i Ar include_path
 .Op Fl E Ar [no-]checker_name
 .Op Fl H Ar phandle_format
 .Op Fl I Ar input_format
@@ -79,6 +80,8 @@ This file can be included in a Makefile and will ensure that the output file
 depends on the input file and any files that it includes.
 This argument is only useful when the input is DTS, as only the source format
 has a notion of inclusions.
+.It Fl i Ar include_path
+Adds a path to search for include files.
 .It Fl E Ar [no-]checker_name
 Enable or disable a specified checker.
 The argument is the name of the checker.