Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Apr 2022 03:43:50 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: a6d245f3b57e - stable/12 - dtc.1: Mention the existence of -i flag
Message-ID:  <202204010343.2313hoWm042854@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=a6d245f3b57e4f26d622836af523c316cc0a5578

commit a6d245f3b57e4f26d622836af523c316cc0a5578
Author:     Jose Luis Duran <jlduran@gmail.com>
AuthorDate: 2022-02-19 13:43:18 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2022-04-01 03:43:35 +0000

    dtc.1: Mention the existence of -i flag
    
    Reviewed by: imp
    Pull Request: https://github.com/freebsd/freebsd-src/pull/570
    
    (cherry picked from commit 62d16ad37df7d9efb6e329c9e7ca1fc3975a1966)
---
 usr.bin/dtc/dtc.1 | 3 +++
 1 file changed, 3 insertions(+)

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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204010343.2313hoWm042854>