範例 A-2. DocBook <article>
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook V4.1//EN">
<article lang='zh_tw'>
<articleinfo>
<title>文章樣本</title>
<author>
<firstname>名(first name)</firstname>
<surname>姓(surname)</surname>
<affiliation>
<address><email>foo@example.com</email></address>
</affiliation>
</author>
<copyright>
<year>2000</year>
<holder>相關版權字樣</holder>
</copyright>
<abstract>
<para>該文章若有摘要,就寫在這邊。</para>
</abstract>
</articleinfo>
<sect1>
<title>第一節</title>
<para>該文章的第一節。</para>
<sect2>
<title>第一小節(sub-section)</title>
<para>該文章的第一小節(sub-section)</para>
</sect2>
</sect1>
</article>
本文及其他文件,可由此下載:ftp://ftp.FreeBSD.org/pub/FreeBSD/doc/。
若有 FreeBSD 方面疑問,請先閱讀 FreeBSD 相關文件,如不能解決的話,再洽詢
<questions@FreeBSD.org>。
關於本文件的問題,請洽詢 <doc@FreeBSD.org>。