Switch to the 4.1 based DTD.
Use <caution>, <warning>, and <note> properly in a few questions. Make some notes inside tables proper footnotes.
This commit is contained in:
parent
3014f3edae
commit
133e99c0dc
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=9277
2 changed files with 46 additions and 62 deletions
|
|
@ -1,4 +1,4 @@
|
|||
<!DOCTYPE BOOK PUBLIC "-//FreeBSD//DTD DocBook V3.1-Based Extension//EN" [
|
||||
<!DOCTYPE BOOK PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [
|
||||
<!ENTITY % man PUBLIC "-//FreeBSD//ENTITIES DocBook Manual Page Entities//EN">
|
||||
%man;
|
||||
<!ENTITY % authors PUBLIC "-//FreeBSD//ENTITIES DocBook Author Entities//EN">
|
||||
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
<corpauthor>The FreeBSD Documentation Project</corpauthor>
|
||||
|
||||
<pubdate>$FreeBSD: doc/en_US.ISO_8859-1/books/faq/book.sgml,v 1.175 2001/04/16 23:55:49 dd Exp $</pubdate>
|
||||
<pubdate>$FreeBSD: doc/en_US.ISO_8859-1/books/faq/book.sgml,v 1.176 2001/04/21 05:00:58 jkh Exp $</pubdate>
|
||||
|
||||
<copyright>
|
||||
<year>1995</year>
|
||||
|
|
@ -47,7 +47,7 @@
|
|||
FAQ</ulink>.</para>
|
||||
</abstract>
|
||||
</bookinfo>
|
||||
|
||||
|
||||
<preface id="preface">
|
||||
<title>Preface</title>
|
||||
|
||||
|
|
@ -2417,10 +2417,12 @@ Filesystem 1024-blocks Used Avail Capacity Mounted on
|
|||
URL="http://www.FreeBSD.org/handbook/cutting-edge.html">FreeBSD
|
||||
Handbook</ulink> for more information.</para>
|
||||
|
||||
<para><emphasis>Upgrading via source is never recommended for new
|
||||
<caution>
|
||||
<para>Upgrading via source is never recommended for new
|
||||
users, and upgading from 3.X -> 4.X is even less so; make sure
|
||||
you have read the instructions carefully before attempting to
|
||||
upgrade via source this!</emphasis></para>
|
||||
upgrade via source.</para>
|
||||
</caution>
|
||||
</answer>
|
||||
</qandaentry>
|
||||
|
||||
|
|
@ -2511,7 +2513,12 @@ Filesystem 1024-blocks Used Avail Capacity Mounted on
|
|||
|
||||
<entry>NO</entry>
|
||||
|
||||
<entry>[1]</entry>
|
||||
<entry>MAYBE <footnote>
|
||||
<para>The portmapper is enabled if the machine has been
|
||||
configured as an NFS client or server earlier in the
|
||||
installation.</para>
|
||||
</footnote>
|
||||
</entry>
|
||||
|
||||
<entry>YES</entry>
|
||||
</row>
|
||||
|
|
@ -2531,9 +2538,17 @@ Filesystem 1024-blocks Used Avail Capacity Mounted on
|
|||
<row>
|
||||
<entry>&man.securelevel.8;</entry>
|
||||
|
||||
<entry>YES (2) [2]</entry>
|
||||
<entry>YES (2) <footnote>
|
||||
<para>If you choose a security profile that sets the
|
||||
securelevel (Extreme or High), you must be aware of the
|
||||
implications. Please read the &man.init.8; manual page
|
||||
and pay particular attention to the meanings of the
|
||||
security levels, or you may have significant trouble
|
||||
later!</para>
|
||||
</footnote>
|
||||
</entry>
|
||||
|
||||
<entry>YES (1) [2]</entry>
|
||||
<entry>YES (1)</entry>
|
||||
|
||||
<entry>NO</entry>
|
||||
|
||||
|
|
@ -2543,28 +2558,6 @@ Filesystem 1024-blocks Used Avail Capacity Mounted on
|
|||
</tgroup>
|
||||
</table>
|
||||
|
||||
<para>Notes:</para>
|
||||
|
||||
<para>
|
||||
<orderedlist>
|
||||
<listitem>
|
||||
<para>The portmapper is enabled if the machine has been
|
||||
configured as an NFS client or server earlier in the
|
||||
installation.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>If you choose a security profile that sets the
|
||||
securelevel (Extreme or High), you must be aware of the
|
||||
implications. Please read the &man.init.8; manual page
|
||||
and pay particular attention to the meanings of the
|
||||
security levels, or you may have significant trouble
|
||||
later!</para>
|
||||
</listitem>
|
||||
</orderedlist>
|
||||
</para>
|
||||
|
||||
<para>
|
||||
<warning>
|
||||
<para>The security profile is not a silver bullet! Setting
|
||||
it high does not mean you do have to keep up with security
|
||||
|
|
@ -2584,7 +2577,6 @@ Filesystem 1024-blocks Used Avail Capacity Mounted on
|
|||
you really want to use a security profile, you can re-run
|
||||
&man.sysinstall.8; to set it.</para>
|
||||
</note>
|
||||
</para>
|
||||
</answer>
|
||||
</qandaentry>
|
||||
</qandaset>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<!DOCTYPE BOOK PUBLIC "-//FreeBSD//DTD DocBook V3.1-Based Extension//EN" [
|
||||
<!DOCTYPE BOOK PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [
|
||||
<!ENTITY % man PUBLIC "-//FreeBSD//ENTITIES DocBook Manual Page Entities//EN">
|
||||
%man;
|
||||
<!ENTITY % authors PUBLIC "-//FreeBSD//ENTITIES DocBook Author Entities//EN">
|
||||
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
<corpauthor>The FreeBSD Documentation Project</corpauthor>
|
||||
|
||||
<pubdate>$FreeBSD: doc/en_US.ISO_8859-1/books/faq/book.sgml,v 1.175 2001/04/16 23:55:49 dd Exp $</pubdate>
|
||||
<pubdate>$FreeBSD: doc/en_US.ISO_8859-1/books/faq/book.sgml,v 1.176 2001/04/21 05:00:58 jkh Exp $</pubdate>
|
||||
|
||||
<copyright>
|
||||
<year>1995</year>
|
||||
|
|
@ -47,7 +47,7 @@
|
|||
FAQ</ulink>.</para>
|
||||
</abstract>
|
||||
</bookinfo>
|
||||
|
||||
|
||||
<preface id="preface">
|
||||
<title>Preface</title>
|
||||
|
||||
|
|
@ -2417,10 +2417,12 @@ Filesystem 1024-blocks Used Avail Capacity Mounted on
|
|||
URL="http://www.FreeBSD.org/handbook/cutting-edge.html">FreeBSD
|
||||
Handbook</ulink> for more information.</para>
|
||||
|
||||
<para><emphasis>Upgrading via source is never recommended for new
|
||||
<caution>
|
||||
<para>Upgrading via source is never recommended for new
|
||||
users, and upgading from 3.X -> 4.X is even less so; make sure
|
||||
you have read the instructions carefully before attempting to
|
||||
upgrade via source this!</emphasis></para>
|
||||
upgrade via source.</para>
|
||||
</caution>
|
||||
</answer>
|
||||
</qandaentry>
|
||||
|
||||
|
|
@ -2511,7 +2513,12 @@ Filesystem 1024-blocks Used Avail Capacity Mounted on
|
|||
|
||||
<entry>NO</entry>
|
||||
|
||||
<entry>[1]</entry>
|
||||
<entry>MAYBE <footnote>
|
||||
<para>The portmapper is enabled if the machine has been
|
||||
configured as an NFS client or server earlier in the
|
||||
installation.</para>
|
||||
</footnote>
|
||||
</entry>
|
||||
|
||||
<entry>YES</entry>
|
||||
</row>
|
||||
|
|
@ -2531,9 +2538,17 @@ Filesystem 1024-blocks Used Avail Capacity Mounted on
|
|||
<row>
|
||||
<entry>&man.securelevel.8;</entry>
|
||||
|
||||
<entry>YES (2) [2]</entry>
|
||||
<entry>YES (2) <footnote>
|
||||
<para>If you choose a security profile that sets the
|
||||
securelevel (Extreme or High), you must be aware of the
|
||||
implications. Please read the &man.init.8; manual page
|
||||
and pay particular attention to the meanings of the
|
||||
security levels, or you may have significant trouble
|
||||
later!</para>
|
||||
</footnote>
|
||||
</entry>
|
||||
|
||||
<entry>YES (1) [2]</entry>
|
||||
<entry>YES (1)</entry>
|
||||
|
||||
<entry>NO</entry>
|
||||
|
||||
|
|
@ -2543,28 +2558,6 @@ Filesystem 1024-blocks Used Avail Capacity Mounted on
|
|||
</tgroup>
|
||||
</table>
|
||||
|
||||
<para>Notes:</para>
|
||||
|
||||
<para>
|
||||
<orderedlist>
|
||||
<listitem>
|
||||
<para>The portmapper is enabled if the machine has been
|
||||
configured as an NFS client or server earlier in the
|
||||
installation.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>If you choose a security profile that sets the
|
||||
securelevel (Extreme or High), you must be aware of the
|
||||
implications. Please read the &man.init.8; manual page
|
||||
and pay particular attention to the meanings of the
|
||||
security levels, or you may have significant trouble
|
||||
later!</para>
|
||||
</listitem>
|
||||
</orderedlist>
|
||||
</para>
|
||||
|
||||
<para>
|
||||
<warning>
|
||||
<para>The security profile is not a silver bullet! Setting
|
||||
it high does not mean you do have to keep up with security
|
||||
|
|
@ -2584,7 +2577,6 @@ Filesystem 1024-blocks Used Avail Capacity Mounted on
|
|||
you really want to use a security profile, you can re-run
|
||||
&man.sysinstall.8; to set it.</para>
|
||||
</note>
|
||||
</para>
|
||||
</answer>
|
||||
</qandaentry>
|
||||
</qandaset>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue