aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/dtc
diff options
context:
space:
mode:
authorJose Luis Duran <jlduran@gmail.com>2022-02-19 13:43:18 +0000
committerWarner Losh <imp@FreeBSD.org>2022-02-23 16:25:30 +0000
commit62d16ad37df7d9efb6e329c9e7ca1fc3975a1966 (patch)
tree0f7fb84217e7ba3d47f7038cff7a17e28effcbc8 /usr.bin/dtc
parent7ae5d1f00f8770b53a631d16c4be7a7cad7b477d (diff)
downloadsrc-62d16ad37df7d9efb6e329c9e7ca1fc3975a1966.tar.gz
src-62d16ad37df7d9efb6e329c9e7ca1fc3975a1966.zip
dtc.1: Mention the existence of -i flag
Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/570
Diffstat (limited to 'usr.bin/dtc')
-rw-r--r--usr.bin/dtc/dtc.13
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.bin/dtc/dtc.1 b/usr.bin/dtc/dtc.1
index 9f9d9dc6664f..259a49e10fbf 100644
--- a/usr.bin/dtc/dtc.1
+++ b/usr.bin/dtc/dtc.1
@@ -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.