]> granicus.if.org Git - procps-ng/commitdiff
docs: mention linux 3.xx kernels are expected to work
authorSami Kerola <kerolasa@iki.fi>
Fri, 1 Jun 2012 06:32:44 +0000 (08:32 +0200)
committerCraig Small <csmall@enc.com.au>
Sat, 2 Jun 2012 05:13:18 +0000 (15:13 +1000)
Remove also kernel version specific linux upstream git repository
address.

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Documentation/CodingStyle
Documentation/FAQ

index 1c1c2b2dd07fc9860ab259ce1efa5adeb0c00e8f..e9e2a7487e79d1904dbd02b91e301d99690fc90d 100644 (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
 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.
index 7d815e833a1ad69e398a349d67eac414a43e9031..b2e5a249b8087c4e3df308677c7423f3901c6ce7 100644 (file)
@@ -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.