Add '/head' to the list of branches mentioned in the section, "RELENG_* Branches and General Layout"
Reviewed by: keramida
This commit is contained in:
parent
7e87e845ef
commit
e656a3a416
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=41188
1 changed files with 7 additions and 1 deletions
|
@ -487,9 +487,15 @@
|
|||
<para>For the base repository, HEAD refers to the -CURRENT
|
||||
tree. For example, <filename>head/bin/ls</filename> is what
|
||||
would go into <filename>/usr/src/bin/ls</filename> in a
|
||||
release. Some other key locations are:</para>
|
||||
release. Some key locations are:</para>
|
||||
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para><emphasis>/head/</emphasis>
|
||||
which corresponds to <literal>HEAD</literal>, also known as
|
||||
<literal>-CURRENT</literal>.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para><emphasis>/stable/<replaceable>n</replaceable></emphasis>
|
||||
which corresponds to
|
||||
|
|
Loading…
Reference in a new issue