Update some documentation info in introduction:
- Documentation is now installed under /usr/local/share/doc/freebsd - Provide a link to the section on installing doc packages
This commit is contained in:
parent
2a14eae8fa
commit
f5938281b0
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=38254
1 changed files with 10 additions and 6 deletions
|
@ -976,10 +976,14 @@
|
|||
to compile their own ports from source. More information on
|
||||
packages and ports can be found in <xref linkend="ports">.</para>
|
||||
|
||||
<para>A number of additional documents which you may find very helpful
|
||||
in the process of installing and using &os; may now also be found
|
||||
in the <filename>/usr/share/doc</filename> directory on any recent
|
||||
&os; machine. You may view the locally installed
|
||||
<para>All recent &os; versions provide an option in the installer
|
||||
(either &man.sysinstall.8; or &man.bsdinstall.8;) to install
|
||||
additional documentation under <filename
|
||||
class="directory">/usr/local/share/doc/freebsd</filename> during
|
||||
the initial system setup. Documentation may also be installed at
|
||||
any later time using packages as described in <xref
|
||||
linkend="doc-ports-install-package">.
|
||||
You may view the locally installed
|
||||
manuals with any HTML capable browser using the following
|
||||
URLs:</para>
|
||||
|
||||
|
@ -989,7 +993,7 @@
|
|||
|
||||
<listitem>
|
||||
<para><ulink type="html"
|
||||
url="file://localhost/usr/share/doc/handbook/index.html"><filename>/usr/share/doc/handbook/index.html</filename></ulink></para>
|
||||
url="file://localhost/usr/local/share/doc/freebsd/handbook/index.html"><filename>/usr/local/share/doc/freebsd/handbook/index.html</filename></ulink></para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
@ -998,7 +1002,7 @@
|
|||
|
||||
<listitem>
|
||||
<para><ulink type="html"
|
||||
url="file://localhost/usr/share/doc/faq/index.html"><filename>/usr/share/doc/faq/index.html</filename></ulink></para>
|
||||
url="file://localhost/usr/local/share/doc/freebsd/faq/index.html"><filename>/usr/local/share/doc/freebsd/faq/index.html</filename></ulink></para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
|
|
Loading…
Reference in a new issue