Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

docs: parse-headers.rst: Fix a typo

Replace "vantage" with "advantage" in the description of userspace API
cross-references.

Signed-off-by: Ankit Khushwaha <ankitkhushwaha.linux@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <20251115114233.32239-1-ankitkhushwaha.linux@gmail.com>

authored by

Ankit Khushwaha and committed by
Jonathan Corbet
6ae0f207 46a47693

+1 -1
+1 -1
Documentation/doc-guide/parse-headers.rst
··· 5 5 Sometimes, it is useful to include header files and C example codes in 6 6 order to describe the userspace API and to generate cross-references 7 7 between the code and the documentation. Adding cross-references for 8 - userspace API files has an additional vantage: Sphinx will generate warnings 8 + userspace API files has an additional advantage: Sphinx will generate warnings 9 9 if a symbol is not found at the documentation. That helps to keep the 10 10 uAPI documentation in sync with the Kernel changes. 11 11 The :ref:`parse_headers.py <parse_headers>` provides a way to generate such