aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/translations/it_IT/process
diff options
context:
space:
mode:
authorAkira Yokosawa <akiyks@gmail.com>2022-10-15 18:22:01 +0900
committerJonathan Corbet <corbet@lwn.net>2022-10-24 11:27:51 -0600
commit2f3f53d62307262f0086804ea7cea99b0e085450 (patch)
tree1c55abc7af32d2cf9d0145f9351508b9f1f3b89a /Documentation/translations/it_IT/process
parentDocumentation: Fix spelling mistake in hacking.rst (diff)
downloadlinux-dev-2f3f53d62307262f0086804ea7cea99b0e085450.tar.xz
linux-dev-2f3f53d62307262f0086804ea7cea99b0e085450.zip
docs/process/howto: Replace C89 with C11
Commit e8c07082a810 ("Kbuild: move to -std=gnu11") updated process/programming-language.rst, but failed to update process/howto.rst. Update howto.rst and resolve the inconsistency. Fixes: e8c07082a810 ("Kbuild: move to -std=gnu11") Signed-off-by: Akira Yokosawa <akiyks@gmail.com> Cc: Arnd Bergmann <arnd@arndb.de> Cc: Federico Vaga <federico.vaga@vaga.pv.it> Cc: Alex Shi <alexs@kernel.org> Cc: Hu Haowen <src.res@email.cn> Cc: Tsugikazu Shibata <shibata@linuxfoundation.org> Link: https://lore.kernel.org/r/20221015092201.32099-1-akiyks@gmail.com Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/translations/it_IT/process')
-rw-r--r--Documentation/translations/it_IT/process/howto.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/translations/it_IT/process/howto.rst b/Documentation/translations/it_IT/process/howto.rst
index 15c08aea1dfe..052f1b3610cb 100644
--- a/Documentation/translations/it_IT/process/howto.rst
+++ b/Documentation/translations/it_IT/process/howto.rst
@@ -44,7 +44,7 @@ altro, utili riferimenti:
- "C: A Reference Manual" di Harbison and Steele [Prentice Hall]
Il kernel è stato scritto usando GNU C e la toolchain GNU.
-Sebbene si attenga allo standard ISO C89, esso utilizza una serie di
+Sebbene si attenga allo standard ISO C11, esso utilizza una serie di
estensioni che non sono previste in questo standard. Il kernel è un
ambiente C indipendente, che non ha alcuna dipendenza dalle librerie
C standard, così alcune parti del C standard non sono supportate.