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

Docs/translations/ko_KR: link memory-barriers wrapper with other language versions

The menu for documents of other available languages is created for
documents in same file hierarchy under the translations/ directory.
Because memory-barriers.txt of Korean translation is at the root index
of translations/ directory while that for English is on
core-api/wrappers/memory-barriers.rst, the Korean translation is not
linked with other available language versions via the menu. Move the
document under the same directory hierarchy to make it linked with other
language versions.

Signed-off-by: SeongJae Park <sj@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20240826010949.78305-2-sj@kernel.org

authored by

SeongJae Park and committed by
Jonathan Corbet
227f6cf9 ee27a49c

+20 -12
+18
Documentation/translations/ko_KR/core-api/wrappers/memory-barriers.rst
··· 1 + .. SPDX-License-Identifier: GPL-2.0 2 + This is a simple wrapper to bring memory-barriers.txt into the RST world 3 + until such a time as that file can be converted directly. 4 + 5 + ========================= 6 + 리눅스 커널 메모리 배리어 7 + ========================= 8 + 9 + .. raw:: latex 10 + 11 + \footnotesize 12 + 13 + .. include:: ../../memory-barriers.txt 14 + :literal: 15 + 16 + .. raw:: latex 17 + 18 + \normalsize
+2 -12
Documentation/translations/ko_KR/index.rst
··· 12 12 :maxdepth: 1 13 13 14 14 process/howto 15 - 16 - 17 - 리눅스 커널 메모리 배리어 18 - ------------------------- 15 + core-api/wrappers/memory-barriers.rst 19 16 20 17 .. raw:: latex 21 18 22 - \footnotesize 23 - 24 - .. include:: ./memory-barriers.txt 25 - :literal: 26 - 27 - .. raw:: latex 28 - 29 - }\kerneldocEndKR 19 + }\kerneldocEndKR