From 2fb099df5027a0f776de3b7f67c8d647d6e432a3 Mon Sep 17 00:00:00 2001 From: Sami Kerola Date: Fri, 1 Jun 2012 08:32:44 +0200 Subject: [PATCH] docs: mention linux 3.xx kernels are expected to work Remove also kernel version specific linux upstream git repository address. Signed-off-by: Sami Kerola --- Documentation/CodingStyle | 2 +- Documentation/FAQ | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/CodingStyle b/Documentation/CodingStyle index 1c1c2b2d..e9e2a748 100644 --- a/Documentation/CodingStyle +++ b/Documentation/CodingStyle @@ -2,7 +2,7 @@ Most developers find Linux coding style easy to read, and there is really no reason to reinvent this practise, so procps-ng goes along with others. -http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=blob_plain;f=Documentation/CodingStyle +http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=blob_plain;f=Documentation/CodingStyle In addtion to Linux coding style this project has few additional wishes to contributors. diff --git a/Documentation/FAQ b/Documentation/FAQ index 7d815e83..b2e5a249 100644 --- a/Documentation/FAQ +++ b/Documentation/FAQ @@ -48,7 +48,7 @@ Why do ps and top show threads individually? What systems are supported? - Linux 2.4.xx and 2.6.xx are commonly tested and expected to work + Linux 2.4.xx 2.6.xx and 3.xx are commonly tested and expected to work well. SMP is well supported. Multi-node cluster views require a multi-node /proc filesystem; without that you will see a single-node view.