* [PATCH 0/3] docs: Update Korean translation
@ 2021-01-17 10:09 SeongJae Park
2021-01-17 10:09 ` [PATCH 1/3] Documentation/kokr/howto: Replace HTTP links with HTTPS ones: Documentation/process SeongJae Park
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: SeongJae Park @ 2021-01-17 10:09 UTC (permalink / raw)
To: corbet; +Cc: SeongJae Park, paulmck, linux-doc, linux-kernel
From: SeongJae Park <sjpark@amazon.de>
This patchset updates Korean translation of 'howto.rst' and links
the 'memory-barriers.txt' translation in the index rst file.
SeongJae Park (3):
Documentation/kokr/howto: Replace HTTP links with HTTPS ones:
Documentation/process
docs/kokr: make reporting-bugs.rst obsolete
docs/kokr: Link memory-barriers.txt to rst
Documentation/translations/ko_KR/howto.rst | 4 ++--
Documentation/translations/ko_KR/index.rst | 15 +++++++++++++++
2 files changed, 17 insertions(+), 2 deletions(-)
--
2.17.1
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH 1/3] Documentation/kokr/howto: Replace HTTP links with HTTPS ones: Documentation/process
2021-01-17 10:09 [PATCH 0/3] docs: Update Korean translation SeongJae Park
@ 2021-01-17 10:09 ` SeongJae Park
2021-01-17 10:09 ` [PATCH 2/3] docs/kokr: make reporting-bugs.rst obsolete SeongJae Park
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: SeongJae Park @ 2021-01-17 10:09 UTC (permalink / raw)
To: corbet; +Cc: SeongJae Park, paulmck, linux-doc, linux-kernel
From: SeongJae Park <sjpark@amazon.de>
Apply this commit to Korean:
e7b4311ebcac ("Replace HTTP links with HTTPS ones: Documentation/process")
Signed-off-by: SeongJae Park <sjpark@amazon.de>
---
Documentation/translations/ko_KR/howto.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/translations/ko_KR/howto.rst b/Documentation/translations/ko_KR/howto.rst
index 240d29be38f2..0a42ffdea918 100644
--- a/Documentation/translations/ko_KR/howto.rst
+++ b/Documentation/translations/ko_KR/howto.rst
@@ -583,7 +583,7 @@ Pat이라는 이름을 가진 여자가 있을 수도 있는 것이다. 리눅
"The Perfect Patch"
- http://www.ozlabs.org/~akpm/stuff/tpp.txt
+ https://www.ozlabs.org/~akpm/stuff/tpp.txt
이 모든 것을 하는 것은 매우 어려운 일이다. 완벽히 소화하는 데는 적어도 몇년이
--
2.17.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [PATCH 2/3] docs/kokr: make reporting-bugs.rst obsolete
2021-01-17 10:09 [PATCH 0/3] docs: Update Korean translation SeongJae Park
2021-01-17 10:09 ` [PATCH 1/3] Documentation/kokr/howto: Replace HTTP links with HTTPS ones: Documentation/process SeongJae Park
@ 2021-01-17 10:09 ` SeongJae Park
2021-01-17 10:09 ` [PATCH 3/3] docs/kokr: Link memory-barriers.txt to rst SeongJae Park
2021-01-18 20:04 ` [PATCH 0/3] docs: Update Korean translation Jonathan Corbet
3 siblings, 0 replies; 5+ messages in thread
From: SeongJae Park @ 2021-01-17 10:09 UTC (permalink / raw)
To: corbet; +Cc: SeongJae Park, paulmck, linux-doc, linux-kernel
From: SeongJae Park <sjpark@amazon.de>
Translate this commit to Korean:
da514157c4f0 ("docs: make reporting-bugs.rst obsolete")
Signed-off-by: SeongJae Park <sjpark@amazon.de>
---
Documentation/translations/ko_KR/howto.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/translations/ko_KR/howto.rst b/Documentation/translations/ko_KR/howto.rst
index 0a42ffdea918..787f1e85f8a0 100644
--- a/Documentation/translations/ko_KR/howto.rst
+++ b/Documentation/translations/ko_KR/howto.rst
@@ -345,7 +345,7 @@ https://bugzilla.kernel.org 는 리눅스 커널 개발자들이 커널의 버
https://bugzilla.kernel.org/page.cgi?id=faq.html
-메인 커널 소스 디렉토리에 있는 :ref:`admin-guide/reporting-bugs.rst <reportingbugs>`
+메인 커널 소스 디렉토리에 있는 'Documentation/admin-guide/reporting-issues.rst'
파일은 커널 버그라고 생각되는 것을 보고하는 방법에 관한 좋은 템플릿이며 문제를
추적하기 위해서 커널 개발자들이 필요로 하는 정보가 무엇들인지를 상세히 설명하고
있다.
--
2.17.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [PATCH 3/3] docs/kokr: Link memory-barriers.txt to rst
2021-01-17 10:09 [PATCH 0/3] docs: Update Korean translation SeongJae Park
2021-01-17 10:09 ` [PATCH 1/3] Documentation/kokr/howto: Replace HTTP links with HTTPS ones: Documentation/process SeongJae Park
2021-01-17 10:09 ` [PATCH 2/3] docs/kokr: make reporting-bugs.rst obsolete SeongJae Park
@ 2021-01-17 10:09 ` SeongJae Park
2021-01-18 20:04 ` [PATCH 0/3] docs: Update Korean translation Jonathan Corbet
3 siblings, 0 replies; 5+ messages in thread
From: SeongJae Park @ 2021-01-17 10:09 UTC (permalink / raw)
To: corbet; +Cc: SeongJae Park, paulmck, linux-doc, linux-kernel
From: SeongJae Park <sjpark@amazon.de>
This commit links Korean translation of 'memory-barriers.txt' in the
translations index rst file as the original version is linked in
'Documentation/staging/index.rst'.
Signed-off-by: SeongJae Park <sjpark@amazon.de>
---
Documentation/translations/ko_KR/index.rst | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/Documentation/translations/ko_KR/index.rst b/Documentation/translations/ko_KR/index.rst
index 27995c4233de..b9e27d20b039 100644
--- a/Documentation/translations/ko_KR/index.rst
+++ b/Documentation/translations/ko_KR/index.rst
@@ -10,3 +10,18 @@
:maxdepth: 1
howto
+
+
+리눅스 커널 메모리 배리어
+-------------------------
+
+.. raw:: latex
+
+ \footnotesize
+
+.. include:: ./memory-barriers.txt
+ :literal:
+
+.. raw:: latex
+
+ \normalsize
--
2.17.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH 0/3] docs: Update Korean translation
2021-01-17 10:09 [PATCH 0/3] docs: Update Korean translation SeongJae Park
` (2 preceding siblings ...)
2021-01-17 10:09 ` [PATCH 3/3] docs/kokr: Link memory-barriers.txt to rst SeongJae Park
@ 2021-01-18 20:04 ` Jonathan Corbet
3 siblings, 0 replies; 5+ messages in thread
From: Jonathan Corbet @ 2021-01-18 20:04 UTC (permalink / raw)
To: SeongJae Park; +Cc: SeongJae Park, paulmck, linux-doc, linux-kernel
On Sun, 17 Jan 2021 11:09:28 +0100
SeongJae Park <sj38.park@gmail.com> wrote:
> This patchset updates Korean translation of 'howto.rst' and links
> the 'memory-barriers.txt' translation in the index rst file.
>
> SeongJae Park (3):
> Documentation/kokr/howto: Replace HTTP links with HTTPS ones:
> Documentation/process
> docs/kokr: make reporting-bugs.rst obsolete
> docs/kokr: Link memory-barriers.txt to rst
>
> Documentation/translations/ko_KR/howto.rst | 4 ++--
> Documentation/translations/ko_KR/index.rst | 15 +++++++++++++++
> 2 files changed, 17 insertions(+), 2 deletions(-)
Series applied, thanks.
jon
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2021-01-18 20:06 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-17 10:09 [PATCH 0/3] docs: Update Korean translation SeongJae Park
2021-01-17 10:09 ` [PATCH 1/3] Documentation/kokr/howto: Replace HTTP links with HTTPS ones: Documentation/process SeongJae Park
2021-01-17 10:09 ` [PATCH 2/3] docs/kokr: make reporting-bugs.rst obsolete SeongJae Park
2021-01-17 10:09 ` [PATCH 3/3] docs/kokr: Link memory-barriers.txt to rst SeongJae Park
2021-01-18 20:04 ` [PATCH 0/3] docs: Update Korean translation Jonathan Corbet
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).