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 <kerolasa@iki.fi>
This commit is contained in:
Sami Kerola 2012-06-01 08:32:44 +02:00 committed by Craig Small
parent 6b0bb82b99
commit 2fb099df50
2 changed files with 2 additions and 2 deletions

View File

@ -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 really no reason to reinvent this practise, so procps-ng goes along
with others. 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 In addtion to Linux coding style this project has few additional
wishes to contributors. wishes to contributors.

View File

@ -48,7 +48,7 @@ Why do ps and top show threads individually?
What systems are supported? 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 well. SMP is well supported. Multi-node cluster views require a
multi-node /proc filesystem; without that you will see a single-node multi-node /proc filesystem; without that you will see a single-node
view. view.