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

Configure Feed

Select the types of activity you want to include in your feed.

docs: translations: Allow creating cross-references for ABI README

Update translations to also generate cross references for the ABI
readme file.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/685461ca5834c0cd4f7830f354d7ee123afb3716.1739254867.git.mchehab+huawei@kernel.org

authored by

Mauro Carvalho Chehab and committed by
Jonathan Corbet
eb0c7141 fb12098d

+4 -4
+1 -1
Documentation/translations/it_IT/process/submit-checklist.rst
··· 58 58 4) Tutti i nuovi parametri dei moduli sono documentati con ``MODULE_PARM_DESC()``. 59 59 60 60 5) Tutte le nuove interfacce verso lo spazio utente sono documentate in 61 - ``Documentation/ABI/``. Leggete ``Documentation/ABI/README`` per maggiori 61 + ``Documentation/ABI/``. Leggete Documentation/ABI/README per maggiori 62 62 informazioni. Le patch che modificano le interfacce utente dovrebbero 63 63 essere inviate in copia anche a linux-api@vger.kernel.org. 64 64
+1 -1
Documentation/translations/sp_SP/process/submit-checklist.rst
··· 97 97 ``MODULE_PARM_DESC()``. 98 98 99 99 18) Todas las nuevas interfaces de espacio de usuario están documentadas 100 - en ``Documentation/ABI/``. Consulte ``Documentation/ABI/README`` para 100 + en ``Documentation/ABI/``. Consulte Documentation/ABI/README para 101 101 obtener más información. Los parches que cambian las interfaces del 102 102 espacio de usuario deben ser CCed a linux-api@vger.kernel.org. 103 103
+1 -1
Documentation/translations/zh_CN/process/submit-checklist.rst
··· 82 82 17) 所有新的模块参数都记录在 ``MODULE_PARM_DESC()`` 83 83 84 84 18) 所有新的用户空间接口都记录在 ``Documentation/ABI/`` 中。有关详细信息, 85 - 请参阅 ``Documentation/ABI/README`` 。更改用户空间接口的补丁应该抄送 85 + 请参阅 Documentation/ABI/README 。更改用户空间接口的补丁应该抄送 86 86 linux-api@vger.kernel.org。 87 87 88 88 19) 已通过至少注入slab和page分配失败进行检查。请参阅 ``Documentation/fault-injection/`` 。
+1 -1
Documentation/translations/zh_TW/process/submit-checklist.rst
··· 85 85 17) 所有新的模塊參數都記錄在 ``MODULE_PARM_DESC()`` 86 86 87 87 18) 所有新的用戶空間接口都記錄在 ``Documentation/ABI/`` 中。有關詳細信息, 88 - 請參閱 ``Documentation/ABI/README`` 。更改用戶空間接口的補丁應該抄送 88 + 請參閱 Documentation/ABI/README 。更改用戶空間接口的補丁應該抄送 89 89 linux-api@vger.kernel.org。 90 90 91 91 19) 已通過至少注入slab和page分配失敗進行檢查。請參閱 ``Documentation/fault-injection/`` 。