mirror of
https://github.com/torvalds/linux.git
synced 2026-09-22 12:44:03 +02:00
docs: clarify wording in programming-language.rst
Clarify that the Linux kernel is written in C and improve punctuation in the clang sentence. Signed-off-by: Ariful Islam Shoikot <islamarifulshoikat@gmail.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Message-ID: <20260214132842.1161-1-islamarifulshoikat@gmail.com>
This commit is contained in:
parent
6c5c07bc85
commit
47cb33cedf
|
|
@ -3,10 +3,10 @@
|
||||||
Programming Language
|
Programming Language
|
||||||
====================
|
====================
|
||||||
|
|
||||||
The kernel is written in the C programming language [c-language]_.
|
The Linux kernel is written in the C programming language [c-language]_.
|
||||||
More precisely, the kernel is typically compiled with ``gcc`` [gcc]_
|
More precisely, it is typically compiled with ``gcc`` [gcc]_
|
||||||
under ``-std=gnu11`` [gcc-c-dialect-options]_: the GNU dialect of ISO C11.
|
under ``-std=gnu11`` [gcc-c-dialect-options]_: the GNU dialect of ISO C11.
|
||||||
``clang`` [clang]_ is also supported, see docs on
|
``clang`` [clang]_ is also supported; see documentation on
|
||||||
:ref:`Building Linux with Clang/LLVM <kbuild_llvm>`.
|
:ref:`Building Linux with Clang/LLVM <kbuild_llvm>`.
|
||||||
|
|
||||||
This dialect contains many extensions to the language [gnu-extensions]_,
|
This dialect contains many extensions to the language [gnu-extensions]_,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user