diff options
author | Paul Mundt <lethal@linux-sh.org> | 2008-10-19 22:17:52 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-10-19 22:17:52 -0400 |
commit | 4cb40f795af36b3deb743f6ccf6c3fd542c61c8d (patch) | |
tree | db3d7519932549bf528f5b8e4cb8350356cd544d /Documentation/HOWTO | |
parent | 79ed2a9216dd3cc35c4f2c5dbaddadb195af83ac (diff) | |
parent | 0cfd81031a26717fe14380d18275f8e217571615 (diff) |
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
Conflicts:
Documentation/kernel-parameters.txt
arch/sh/include/asm/elf.h
Diffstat (limited to 'Documentation/HOWTO')
-rw-r--r-- | Documentation/HOWTO | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Documentation/HOWTO b/Documentation/HOWTO index c2371c5a98f9..8495fc970391 100644 --- a/Documentation/HOWTO +++ b/Documentation/HOWTO | |||
@@ -77,7 +77,8 @@ documentation files are also added which explain how to use the feature. | |||
77 | When a kernel change causes the interface that the kernel exposes to | 77 | When a kernel change causes the interface that the kernel exposes to |
78 | userspace to change, it is recommended that you send the information or | 78 | userspace to change, it is recommended that you send the information or |
79 | a patch to the manual pages explaining the change to the manual pages | 79 | a patch to the manual pages explaining the change to the manual pages |
80 | maintainer at mtk.manpages@gmail.com. | 80 | maintainer at mtk.manpages@gmail.com, and CC the list |
81 | linux-api@vger.kernel.org. | ||
81 | 82 | ||
82 | Here is a list of files that are in the kernel source tree that are | 83 | Here is a list of files that are in the kernel source tree that are |
83 | required reading: | 84 | required reading: |
@@ -111,7 +112,7 @@ required reading: | |||
111 | 112 | ||
112 | Other excellent descriptions of how to create patches properly are: | 113 | Other excellent descriptions of how to create patches properly are: |
113 | "The Perfect Patch" | 114 | "The Perfect Patch" |
114 | http://www.zip.com.au/~akpm/linux/patches/stuff/tpp.txt | 115 | http://userweb.kernel.org/~akpm/stuff/tpp.txt |
115 | "Linux kernel patch submission format" | 116 | "Linux kernel patch submission format" |
116 | http://linux.yyz.us/patch-format.html | 117 | http://linux.yyz.us/patch-format.html |
117 | 118 | ||
@@ -619,7 +620,7 @@ all time. It should describe the patch completely, containing: | |||
619 | For more details on what this should all look like, please see the | 620 | For more details on what this should all look like, please see the |
620 | ChangeLog section of the document: | 621 | ChangeLog section of the document: |
621 | "The Perfect Patch" | 622 | "The Perfect Patch" |
622 | http://www.zip.com.au/~akpm/linux/patches/stuff/tpp.txt | 623 | http://userweb.kernel.org/~akpm/stuff/tpp.txt |
623 | 624 | ||
624 | 625 | ||
625 | 626 | ||