]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
Docs/translations/ko_KR: link memory-barriers wrapper with other language versions
authorSeongJae Park <sj@kernel.org>
Mon, 26 Aug 2024 01:09:48 +0000 (18:09 -0700)
committerJonathan Corbet <corbet@lwn.net>
Mon, 26 Aug 2024 22:31:11 +0000 (16:31 -0600)
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
Documentation/translations/ko_KR/core-api/wrappers/memory-barriers.rst [new file with mode: 0644]
Documentation/translations/ko_KR/index.rst

diff --git a/Documentation/translations/ko_KR/core-api/wrappers/memory-barriers.rst b/Documentation/translations/ko_KR/core-api/wrappers/memory-barriers.rst
new file mode 100644 (file)
index 0000000..526ae53
--- /dev/null
@@ -0,0 +1,18 @@
+.. SPDX-License-Identifier: GPL-2.0
+   This is a simple wrapper to bring memory-barriers.txt into the RST world
+   until such a time as that file can be converted directly.
+
+=========================
+리눅스 커널 메모리 배리어
+=========================
+
+.. raw:: latex
+
+    \footnotesize
+
+.. include:: ../../memory-barriers.txt
+    :literal:
+
+.. raw:: latex
+
+    \normalsize
index 2d51f148131055b93e5ad40af2471e4c6cd1f7f8..a20772f9d61c1ffd96b7cb92b83ab6143bbe6cf7 100644 (file)
    :maxdepth: 1
 
    process/howto
-
-
-리눅스 커널 메모리 배리어
--------------------------
-
-.. raw:: latex
-
-    \footnotesize
-
-.. include:: ./memory-barriers.txt
-    :literal:
+   core-api/wrappers/memory-barriers.rst
 
 .. raw:: latex
 
-    }\kerneldocEndKR
+       }\kerneldocEndKR