diff options
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 658919dfc0..2319be1d84 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
@@ -1885,8 +1885,11 @@ | |||
1885 | 1885 | ||
1886 | <para> | 1886 | <para> |
1887 | The previous example also specifies a patch file. | 1887 | The previous example also specifies a patch file. |
1888 | Patch files are files whose names end in | 1888 | Patch files are files whose names usually end in |
1889 | <filename>.patch</filename> or <filename>.diff</filename>. | 1889 | <filename>.patch</filename> or <filename>.diff</filename> but |
1890 | can end with compressed suffixes such as | ||
1891 | <filename>diff.gz</filename> and | ||
1892 | <filename>patch.bz2</filename>, for example. | ||
1890 | The build system automatically applies patches as described | 1893 | The build system automatically applies patches as described |
1891 | in the | 1894 | in the |
1892 | "<link linkend='new-recipe-patching-code'>Patching Code</link>" section. | 1895 | "<link linkend='new-recipe-patching-code'>Patching Code</link>" section. |