Correct the patch file naming regular expression, and some surrounding
grammar. Submitted by: skv
This commit is contained in:
parent
c4a142f55c
commit
aae9ffa81e
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=24319
1 changed files with 1 additions and 1 deletions
|
@ -655,7 +655,7 @@ PLIST_DIRS= lib/X11/oneko</programlisting>
|
|||
<filename>patch-file2</filename> both changing
|
||||
<filename><makevar>WRKSRC</makevar>/foobar.c</filename>).</para>
|
||||
|
||||
<para>Please use only <literal>[.+-_a-zA-Z0-9]</literal> characters for
|
||||
<para>Please only use characters <literal>[-+._a-zA-Z0-9]</literal> for
|
||||
naming your patches. Do not use any other characters besides them.
|
||||
Do not name your patches like <filename>patch-aa</filename> or
|
||||
<filename>patch-ab</filename> etc, always mention path and file name
|
||||
|
|
Loading…
Reference in a new issue