Update the copyright year.
Add an example <tip> and <important> block. Add the examples appendix.
This commit is contained in:
parent
f3e88313ac
commit
ff41f154d8
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=7630
2 changed files with 34 additions and 8 deletions
|
@ -27,7 +27,7 @@
|
|||
ANY WAY OUT OF THE USE OF THIS DOCUMENTATION, EVEN IF ADVISED OF THE
|
||||
POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/fdp-primer/book.sgml,v 1.10 2000/06/14 19:01:53 alex Exp $
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/fdp-primer/book.sgml,v 1.11 2000/06/23 00:37:53 nik Exp $
|
||||
-->
|
||||
|
||||
<!DOCTYPE book PUBLIC "-//FreeBSD//DTD DocBook V3.1-Based Extension//EN" [
|
||||
|
@ -54,12 +54,13 @@
|
|||
<copyright>
|
||||
<year>1998</year>
|
||||
<year>1999</year>
|
||||
<year>2000</year>
|
||||
<holder role="mailto:nik@FreeBSD.org">Nik Clayton</holder>
|
||||
</copyright>
|
||||
|
||||
<pubdate role="rcs">$FreeBSD: doc/en_US.ISO_8859-1/books/fdp-primer/book.sgml,v 1.10 2000/06/14 19:01:53 alex Exp $</pubdate>
|
||||
<pubdate role="rcs">$FreeBSD: doc/en_US.ISO_8859-1/books/fdp-primer/book.sgml,v 1.11 2000/06/23 00:37:53 nik Exp $</pubdate>
|
||||
|
||||
<releaseinfo>$FreeBSD: doc/en_US.ISO_8859-1/books/fdp-primer/book.sgml,v 1.10 2000/06/14 19:01:53 alex Exp $</releaseinfo>
|
||||
<releaseinfo>$FreeBSD: doc/en_US.ISO_8859-1/books/fdp-primer/book.sgml,v 1.11 2000/06/23 00:37:53 nik Exp $</releaseinfo>
|
||||
|
||||
<legalnotice>
|
||||
<para>Redistribution and use in source (SGML DocBook) and 'compiled'
|
||||
|
@ -221,7 +222,7 @@ Password:</screen></entry>
|
|||
</sect1>
|
||||
|
||||
<sect1>
|
||||
<title>Notes, warnings, and examples</title>
|
||||
<title>Notes, tips, important information, warnings, and examples</title>
|
||||
|
||||
<para>Within the text appear notes, warnings, and examples.</para>
|
||||
|
||||
|
@ -230,6 +231,16 @@ Password:</screen></entry>
|
|||
you should take note of, as it may affect what you do.</para>
|
||||
</note>
|
||||
|
||||
<tip>
|
||||
<para>Tips are represented like this, and contain information that you
|
||||
might find useful, or lead to an easier way to do something.</para>
|
||||
</tip>
|
||||
|
||||
<important>
|
||||
<para>Important information is represented like this. Typically they
|
||||
flag extra steps you may need to carry out.</para>
|
||||
</important>
|
||||
|
||||
<warning>
|
||||
<para>Warnings are represented like this, and contain information
|
||||
warning you about possible damage if you do not follow the
|
||||
|
@ -269,6 +280,8 @@ Password:</screen></entry>
|
|||
&chap.writing-style;
|
||||
&chap.psgml-mode;
|
||||
&chap.see-also;
|
||||
|
||||
&app.examples;
|
||||
|
||||
</book>
|
||||
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
ANY WAY OUT OF THE USE OF THIS DOCUMENTATION, EVEN IF ADVISED OF THE
|
||||
POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/fdp-primer/book.sgml,v 1.10 2000/06/14 19:01:53 alex Exp $
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/fdp-primer/book.sgml,v 1.11 2000/06/23 00:37:53 nik Exp $
|
||||
-->
|
||||
|
||||
<!DOCTYPE book PUBLIC "-//FreeBSD//DTD DocBook V3.1-Based Extension//EN" [
|
||||
|
@ -54,12 +54,13 @@
|
|||
<copyright>
|
||||
<year>1998</year>
|
||||
<year>1999</year>
|
||||
<year>2000</year>
|
||||
<holder role="mailto:nik@FreeBSD.org">Nik Clayton</holder>
|
||||
</copyright>
|
||||
|
||||
<pubdate role="rcs">$FreeBSD: doc/en_US.ISO_8859-1/books/fdp-primer/book.sgml,v 1.10 2000/06/14 19:01:53 alex Exp $</pubdate>
|
||||
<pubdate role="rcs">$FreeBSD: doc/en_US.ISO_8859-1/books/fdp-primer/book.sgml,v 1.11 2000/06/23 00:37:53 nik Exp $</pubdate>
|
||||
|
||||
<releaseinfo>$FreeBSD: doc/en_US.ISO_8859-1/books/fdp-primer/book.sgml,v 1.10 2000/06/14 19:01:53 alex Exp $</releaseinfo>
|
||||
<releaseinfo>$FreeBSD: doc/en_US.ISO_8859-1/books/fdp-primer/book.sgml,v 1.11 2000/06/23 00:37:53 nik Exp $</releaseinfo>
|
||||
|
||||
<legalnotice>
|
||||
<para>Redistribution and use in source (SGML DocBook) and 'compiled'
|
||||
|
@ -221,7 +222,7 @@ Password:</screen></entry>
|
|||
</sect1>
|
||||
|
||||
<sect1>
|
||||
<title>Notes, warnings, and examples</title>
|
||||
<title>Notes, tips, important information, warnings, and examples</title>
|
||||
|
||||
<para>Within the text appear notes, warnings, and examples.</para>
|
||||
|
||||
|
@ -230,6 +231,16 @@ Password:</screen></entry>
|
|||
you should take note of, as it may affect what you do.</para>
|
||||
</note>
|
||||
|
||||
<tip>
|
||||
<para>Tips are represented like this, and contain information that you
|
||||
might find useful, or lead to an easier way to do something.</para>
|
||||
</tip>
|
||||
|
||||
<important>
|
||||
<para>Important information is represented like this. Typically they
|
||||
flag extra steps you may need to carry out.</para>
|
||||
</important>
|
||||
|
||||
<warning>
|
||||
<para>Warnings are represented like this, and contain information
|
||||
warning you about possible damage if you do not follow the
|
||||
|
@ -269,6 +280,8 @@ Password:</screen></entry>
|
|||
&chap.writing-style;
|
||||
&chap.psgml-mode;
|
||||
&chap.see-also;
|
||||
|
||||
&app.examples;
|
||||
|
||||
</book>
|
||||
|
||||
|
|
Loading…
Reference in a new issue