summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2020-04-20 18:38:31 +0300
committerTom Rini <trini@konsulko.com>2020-04-27 21:55:29 +0300
commit6d687355591efbfe6db427bbac8a78fb9172e057 (patch)
tree45af6b605c4fb69d9e9ee9cf130c2071c6abdb99 /doc
parentf56149893538b34dbd905ee3f756628cf41358bd (diff)
downloadu-boot-6d687355591efbfe6db427bbac8a78fb9172e057.tar.xz
doc: sphinx: refresh parse-headers.pl from Linux
Copy parse-headers.pl from Linux kernel tree: * fix the parameter description %s/--man/--usage/ * fix a documentation reference Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/sphinx/parse-headers.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/sphinx/parse-headers.pl b/doc/sphinx/parse-headers.pl
index d4f38262eb..c518050ffc 100755
--- a/doc/sphinx/parse-headers.pl
+++ b/doc/sphinx/parse-headers.pl
@@ -344,7 +344,7 @@ enums and defines and create cross-references to a Sphinx book.
B<parse_headers.pl> [<options>] <C_FILE> <OUT_FILE> [<EXCEPTIONS_FILE>]
-Where <options> can be: --debug, --help or --man.
+Where <options> can be: --debug, --help or --usage.
=head1 OPTIONS
@@ -382,7 +382,7 @@ ioctl.
The EXCEPTIONS_FILE contain two rules to allow ignoring a symbol or
to replace the default references by a custom one.
-Please read doc/doc-guide/parse-headers.rst at the Kernel's
+Please read Documentation/doc-guide/parse-headers.rst at the Kernel's
tree for more details.
=head1 BUGS