例 A-2. DocBook <article>
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook V4.1//EN"> <article> <articleinfo> <title>An example article</title> <author> <firstname>Your first name</firstname> <surname>Your surname</surname> <affiliation> <address><email>foo@example.com</email></address> </affiliation> </author> <copyright> <year>2000</year> <holder>Copyright string here</holder> </copyright> <abstract> <para>If your article has an abstract then it should go here.</para> </abstract> </articleinfo> <sect1> <title>My first section</title> <para>This is the first section in my article.</para> <sect2> <title>My first sub-section</title> <para>This is the first sub-section in my article.</para> </sect2> </sect1> </article>
本文档和其它文档可从这里下载:ftp://ftp.FreeBSD.org/pub/FreeBSD/doc/.
如果对于FreeBSD有问题,请先阅读文档,如不能解决再联系<questions@FreeBSD.org>.
关于本文档的问题请发信联系 <doc@FreeBSD.org>.