diff options
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 | ||