It's "doc" tree not "docs" tree. Remove a trailing / in tree names for
consistency.
This commit is contained in:
parent
b4e41c7594
commit
6e817726ba
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=21789
1 changed files with 2 additions and 2 deletions
|
@ -2388,9 +2388,9 @@ doc/zh_*</screen>
|
|||
The <filename role="directory">src</filename> tree uses tag names that
|
||||
start with <literal>RELENG_</literal> tags.
|
||||
The <filename role="directory">ports</filename> and
|
||||
<filename role="directory">docs</filename> trees use tags whose names
|
||||
<filename role="directory">doc</filename> trees use tags whose names
|
||||
begin with <literal>RELEASE</literal> tags.
|
||||
Finally, the <filename role="directory">www/</filename> tree is not
|
||||
Finally, the <filename role="directory">www</filename> tree is not
|
||||
tagged with any special name for releases.</para>
|
||||
|
||||
<variablelist>
|
||||
|
|
Loading…
Reference in a new issue