Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Apr 2003 18:51:35 +0200 (CEST)
From:      Lucky Green <shamrock@cypherpunks.to>
To:        freebsd-docs@freebsd.org
Subject:   "PROGRAMLISTING", "TITLE" not permitted
Message-ID:  <20030428183759.M89408@pakastelohi.cypherpunks.to>

next in thread | raw e-mail | index | archive | help
I am seeing the following errors compiling a modified chapter.sgml file:

1)
/usr/local/bin/jade:/usr/doc/en_US.ISO8859-1/books/handbook/disks/chapter.sgml:2789:16:E:
document type does not allow element "PROGRAMLISTING" here; assuming
missing "FOOTNOTE" start-tag
/usr/local/bin/jade:/usr/doc/en_US.ISO8859-1/books/handbook/disks/chapter.sgml:2792:9:E:
end tag for "FOOTNOTE" omitted, but its declaration does not permit this
/usr/local/bin/jade:/usr/doc/en_US.ISO8859-1/books/handbook/disks/chapter.sgml:2789:1:
start tag was here

Lines 2789 - 2792 follow:
	<step>
	<title>Verify the operating system version</title>

	<para>&man.gbde.4; requires FreeBSD 5.0 or higher.</para>
	<screen>&prompt.root; <userinput>uname -r</userinput>
	<programlisting>
	5.0-RELEASE
	</programlisting>
	</screen></step>

2)

/usr/local/bin/jade:/usr/doc/en_US.ISO8859-1/books/handbook/disks/chapter.sgml:2984:6:E:
document type does not allow element "TITLE" here; missing one of
"ABSTRACT",[...]

[We just finished a procedure]
</step>
</procedure>

<title>Automatically mounting encrypted partitions</title>
<para>It is possible to create a script to automatically attach, check,
and mount an
encrypted partition, but for security reasons the script should not
contain the
gbde password. Instead, it is recommended to run such scripts manually
while
providing the password via the console or &man.ssh.1;.</para>


What am I doing wrong?

-- Lucky Green <shamrock@cypherpunks.to> PGP encrypted email preferred.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030428183759.M89408>