Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1291750
| Path | csiph.com!eternal-september.org!feeder.eternal-september.org!aioe.org!bofh.it!news.nic.it!robomod |
|---|---|
| From | SeongJae Park <sj38.park@gmail.com> |
| Newsgroups | linux.kernel |
| Subject | [PATCH 1/2] Documentation: remove outdated references from translations |
| Date | Tue, 15 Dec 2015 02:30:02 +0100 |
| Message-ID | <qFMBc-5DF-15@gated-at.bofh.it> (permalink) |
| X-Original-To | corbet@lwn.net |
| Dkim-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:mime-version:content-type :content-transfer-encoding; bh=za3/EYtsA8e697471XDx7ZQ5dnePp0SHZD/6Y3MF6XY=; b=gb13YuvFM94FfFvqCQwLWOg2yqZtBgnNfMd87K99TmuJNXsFMGsdfuW8t/51c7fHYl Fd7JOU9skCwZiLkt9w113SB553eFV/6cN57eIwm4MdRfi9kqa46s8RK/H4hYcThttwdi VEpdIi2ICmVzCwj4tM8jnzWRNWsubSLm0wLDQh//19xLWp1Hv2L8ybTs+m1ysk13iy7d hf3YvE4fcSG+fxYwfZ9BpsBagAfHyooJuD/59LgCK4TeIT10PeP68qt9PyVI4AZLgiWV kZbKWQTpzvnetuQ17kI6AMENNVoaa+EL1D0UWb87lA/oh1whan4fa8f7A0bP2XyO3HL/ 9Tiw== |
| X-Received | by 10.98.10.197 with SMTP id 66mr40220141pfk.37.1450142593653; Mon, 14 Dec 2015 17:23:13 -0800 (PST) |
| X-Mailer | git-send-email 1.9.1 |
| MIME-Version | 1.0 |
| Content-Type | text/plain; charset=UTF-8 |
| Content-Transfer-Encoding | 8bit |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 44 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | minchan@kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, SeongJae Park <sj38.park@gmail.com> |
| X-Original-Date | Tue, 15 Dec 2015 10:22:57 +0900 |
| X-Original-Message-ID | <1450142578-13203-1-git-send-email-sj38.park@gmail.com> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1291750 |
Show key headers only | View raw
Outdated link to linux-next wiki was removed by commit
ace80793d16fb076381ba0e232d42295d98dae99 ("Documentation: remove
outdated references to the linux-next wiki"). However, the change was
not applied to translations. This commit apply the change to
translations.
Signed-off-by: SeongJae Park <sj38.park@gmail.com>
---
Documentation/ja_JP/HOWTO | 1 -
Documentation/ko_KR/HOWTO | 1 -
2 files changed, 2 deletions(-)
diff --git a/Documentation/ja_JP/HOWTO b/Documentation/ja_JP/HOWTO
index 5a0f2bd..28109a8 100644
--- a/Documentation/ja_JP/HOWTO
+++ b/Documentation/ja_JP/HOWTO
@@ -366,7 +366,6 @@ http://patchwork.kernel.org/ でリストされています。
に全サブシステムツリーからほぼ毎日プルされてできる特別なテスト用のリ
ポジトリが存在します-
http://git.kernel.org/?p=linux/kernel/git/next/linux-next.git
- http://linux.f-seidel.de/linux-next/pmwiki/
このやり方によって、-next カーネルは次のマージ機会でどんなものがメイン
ラインカーネルにマージされるか、おおまかなの展望を提供します。-next
diff --git a/Documentation/ko_KR/HOWTO b/Documentation/ko_KR/HOWTO
index dc2ff8f..7372134 100644
--- a/Documentation/ko_KR/HOWTO
+++ b/Documentation/ko_KR/HOWTO
@@ -318,7 +318,6 @@ http://patchwork.ozlabs.org/ 에 나열되어 있다.
테스트를 거쳐야 한다. 이런 목적으로, 모든 서브시스템 트리의 변경사항을 거의
매일 받아가는 특수한 테스트 저장소가 존재한다:
http://git.kernel.org/?p=linux/kernel/git/sfr/linux-next.git
- http://linux.f-seidel.de/linux-next/pmwiki/
이런 식으로, -next 커널을 통해 다음 머지 기간에 메인라인 커널에 어떤 변경이
가해질 것인지 간략히 알 수 있다. 모험심 강한 테스터라면 -next 커널에서 테스트를
--
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 1/2] Documentation: remove outdated references from translations SeongJae Park <sj38.park@gmail.com> - 2015-12-15 02:30 +0100
[PATCH 2/2] Documentation: HOWTO: update versions from 3.x to 4.x SeongJae Park <sj38.park@gmail.com> - 2015-12-15 02:30 +0100
Re: [PATCH 2/2] Documentation: HOWTO: update versions from 3.x to 4.x Minchan Kim <minchan@kernel.org> - 2015-12-16 03:30 +0100
Re: [PATCH 2/2] Documentation: HOWTO: update versions from 3.x to 4.x Jonathan Corbet <corbet@lwn.net> - 2015-12-24 15:20 +0100
Re: [PATCH 1/2] Documentation: remove outdated references from translations Minchan Kim <minchan@kernel.org> - 2015-12-16 03:30 +0100
csiph-web