Fixed incorrect alphabetical order of directory listings.
Submitted by: Jed Clear <clear@alum.mit.edu>
This commit is contained in:
parent
9ba65016c5
commit
bdc889f3c1
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=12722
1 changed files with 4 additions and 4 deletions
|
@ -2776,19 +2776,19 @@ doc/zh_TW.Big5</screen>
|
|||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><literal>src-secure release=cvs</literal></term>
|
||||
<term><literal>src-sbin release=cvs</literal></term>
|
||||
|
||||
<listitem>
|
||||
<para>Cryptographic libraries and commands (<filename>/usr/src/secure</filename>).</para>
|
||||
<para>System utilities for single-user mode(<filename>/usr/src/sbin</filename>).</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><literal>src-sbin
|
||||
<term><literal>src-secure
|
||||
release=cvs</literal></term>
|
||||
|
||||
<listitem>
|
||||
<para>System utilities for single-user mode
|
||||
<para>Cryptographic libraries and commands(<filename>/usr/src/secure</filename>).</para>
|
||||
(<filename>/usr/src/sbin</filename>).</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
Loading…
Reference in a new issue