diff options
| author | Nik Clayton <nik@FreeBSD.org> | 1999-07-14 19:06:23 +0000 |
|---|---|---|
| committer | Nik Clayton <nik@FreeBSD.org> | 1999-07-14 19:06:23 +0000 |
| commit | 3897793a5118753ddf09c6229be6c0b1590d6966 (patch) | |
| tree | 50d8ff826590644f36b2e5b8cde6a87cfcaef994 /en/tutorials | |
| parent | d1cafbf97279071899f99b6a002a4c86c2ac3670 (diff) | |
Notes
Diffstat (limited to 'en/tutorials')
| -rw-r--r-- | en/tutorials/docproj-primer/sgml-markup/chapter.sgml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/en/tutorials/docproj-primer/sgml-markup/chapter.sgml b/en/tutorials/docproj-primer/sgml-markup/chapter.sgml index 6ab0086a0b..5a4125dfa6 100644 --- a/en/tutorials/docproj-primer/sgml-markup/chapter.sgml +++ b/en/tutorials/docproj-primer/sgml-markup/chapter.sgml @@ -26,6 +26,8 @@ STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS DOCUMENTATION, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + $Id: chapter.sgml,v 1.3 1999-07-14 19:06:23 nik Exp $ --> <chapter id="sgml-markup"> @@ -1079,9 +1081,9 @@ PUBLIC "-//FreeBSD//DTD DocBook V3.1-Based Extension//EN"</programlisting> <para><sgmltag>itemizedlist</sgmltag> and <sgmltag>orderedlist</sgmltag> are similar to the counterparts in HTML, <sgmltag>ul</sgmltag> and <sgmltag>ol</sgmltag>. Each one - consists of one or more <sgmltag>listentry</sgmltag> elements, and - each <sgmltag>listentry</sgmltag> contains one or more block - elements. The <sgmltag>listentry</sgmltag> elements are analagous to + consists of one or more <sgmltag>listitem</sgmltag> elements, and + each <sgmltag>listitem</sgmltag> contains one or more block + elements. The <sgmltag>listitem</sgmltag> elements are analagous to HTMLs <sgmltag>li</sgmltag> tags. However, unlike HTML they are required.</para> |
