Add id="" attributes to a few SECT2 elements, to make direct
links to them predictable instead of `#AEN[0-9]+'.
This commit is contained in:
parent
bdee5ba53a
commit
c641c0209d
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=33782
1 changed files with 14 additions and 14 deletions
|
@ -173,7 +173,7 @@
|
|||
of <command>freebsd-update</command> exists, it must be
|
||||
disabled before the following operation is started.</para>
|
||||
|
||||
<sect2>
|
||||
<sect2 id="freebsdupdate-config-file">
|
||||
<title>The Configuration File</title>
|
||||
|
||||
<para>Some users may wish to tweak the configuration file,
|
||||
|
@ -263,7 +263,7 @@ MergeChanges /etc/ /var/named/etc/</programlisting>
|
|||
list.</para>
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<sect2 id="freebsdupdate-security-patches">
|
||||
<title>Security Patches</title>
|
||||
|
||||
<para>Security patches are stored on a remote machine and
|
||||
|
@ -564,7 +564,7 @@ before running "/usr/sbin/freebsd-update install"</screen>
|
|||
is complete.</para>
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<sect2 id="freebsdupdate-system-comparison">
|
||||
<title>System State Comparison</title>
|
||||
|
||||
<para>The <command>freebsd-update</command> utility may be used
|
||||
|
@ -1584,7 +1584,7 @@ DOCSUPFILE?= /usr/share/examples/cvsup/doc-supfile</programlisting>
|
|||
the procedure described here should be used instead.</para>
|
||||
</warning>
|
||||
|
||||
<sect2>
|
||||
<sect2 id="canonical-build">
|
||||
<title>The Canonical Way to Update Your System</title>
|
||||
|
||||
<para>To update your system, you should check
|
||||
|
@ -1629,7 +1629,7 @@ DOCSUPFILE?= /usr/share/examples/cvsup/doc-supfile</programlisting>
|
|||
</warning>
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<sect2 id="src-updating">
|
||||
<title>Read <filename>/usr/src/UPDATING</filename></title>
|
||||
|
||||
<para>Before you do anything else, read
|
||||
|
@ -1648,7 +1648,7 @@ DOCSUPFILE?= /usr/share/examples/cvsup/doc-supfile</programlisting>
|
|||
</important>
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<sect2 id="make-conf">
|
||||
<title>Check <filename>/etc/make.conf</filename></title>
|
||||
<indexterm>
|
||||
<primary><filename>make.conf</filename></primary>
|
||||
|
@ -1675,7 +1675,7 @@ DOCSUPFILE?= /usr/share/examples/cvsup/doc-supfile</programlisting>
|
|||
on) and decide if they are relevant to you.</para>
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<sect2 id="updating-etc">
|
||||
<title>Update the Files in <filename>/etc</filename></title>
|
||||
|
||||
<para>The <filename>/etc</filename> directory contains a large part
|
||||
|
@ -1778,7 +1778,7 @@ DOCSUPFILE?= /usr/share/examples/cvsup/doc-supfile</programlisting>
|
|||
</note>
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<sect2 id="cleaning-usr-obj">
|
||||
<title>Remove <filename>/usr/obj</filename></title>
|
||||
|
||||
<para>As parts of the system are rebuilt they are placed in
|
||||
|
@ -1960,7 +1960,7 @@ Script done, …</screen>
|
|||
</sect3>
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<sect2 id="new-kernel">
|
||||
<title>Compile and Install a New Kernel</title>
|
||||
<indexterm>
|
||||
<primary>kernel</primary>
|
||||
|
@ -2009,7 +2009,7 @@ Script done, …</screen>
|
|||
about the various file flags.</para>
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<sect2 id="new-kernel-singleuser">
|
||||
<title>Reboot into Single User Mode</title>
|
||||
<indexterm><primary>single-user mode</primary></indexterm>
|
||||
|
||||
|
@ -2053,7 +2053,7 @@ Script done, …</screen>
|
|||
</note>
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<sect2 id="post-installworld-updates">
|
||||
<title>Update Files Not Updated by <command>make installworld</command></title>
|
||||
|
||||
<para>Remaking the world will not update certain directories (in
|
||||
|
@ -2330,7 +2330,7 @@ Script done, …</screen>
|
|||
&prompt.root; <userinput>make all install</userinput></screen>
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<sect2 id="updating-questions">
|
||||
<title>Questions</title>
|
||||
|
||||
<qandaset>
|
||||
|
@ -2671,7 +2671,7 @@ Building everything..
|
|||
if it is going to build their kernels.</para>
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<sect2 id="small-lan-base-system">
|
||||
<title>The Base System</title>
|
||||
|
||||
<para>Now that all that is done, you are ready to build
|
||||
|
@ -2695,7 +2695,7 @@ Building everything..
|
|||
the build set.</para>
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<sect2 id="small-lan-ports">
|
||||
<title>Ports</title>
|
||||
|
||||
<para>The same ideas can be used for the ports tree. The first
|
||||
|
|
Loading…
Reference in a new issue