diff options
Diffstat (limited to 'Documentation/CodingStyle')
-rw-r--r-- | Documentation/CodingStyle | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Documentation/CodingStyle b/Documentation/CodingStyle index eb7db3c19227..187e12077e19 100644 --- a/Documentation/CodingStyle +++ b/Documentation/CodingStyle | |||
@@ -444,10 +444,13 @@ ISBN 0-201-61586-X. | |||
444 | URL: http://cm.bell-labs.com/cm/cs/tpop/ | 444 | URL: http://cm.bell-labs.com/cm/cs/tpop/ |
445 | 445 | ||
446 | GNU manuals - where in compliance with K&R and this text - for cpp, gcc, | 446 | GNU manuals - where in compliance with K&R and this text - for cpp, gcc, |
447 | gcc internals and indent, all available from http://www.gnu.org | 447 | gcc internals and indent, all available from http://www.gnu.org/manual/ |
448 | 448 | ||
449 | WG14 is the international standardization working group for the programming | 449 | WG14 is the international standardization working group for the programming |
450 | language C, URL: http://std.dkuug.dk/JTC1/SC22/WG14/ | 450 | language C, URL: http://www.open-std.org/JTC1/SC22/WG14/ |
451 | |||
452 | Kernel CodingStyle, by greg@kroah.com at OLS 2002: | ||
453 | http://www.kroah.com/linux/talks/ols_2002_kernel_codingstyle_talk/html/ | ||
451 | 454 | ||
452 | -- | 455 | -- |
453 | Last updated on 16 February 2004 by a community effort on LKML. | 456 | Last updated on 16 February 2004 by a community effort on LKML. |