Problem in the man xml files.
Yuri Kozlov <[email protected]> Sat, 17 Sep 2005 11:02:10 +0400
| Newsgroups | gmane.linux.pld.shadow.general |
|---|---|
| Message-ID | <[email protected]> |
Hello.
The result of generation
xsltproc --nonet /host/p3/b/docbook-xsl-1.69.1/manpages/docbook.xsl id.1.xml
is not correct:
..
.SH "FILES"
.TP
\fI/etc/group\fR
group account information.TP
\fI/etc/passwd\fR
user account information.SH "SEE ALSO"
..
This happens in the
<refsect1 id='files'>
<title>FILES</title>
<variablelist>
<varlistentry>
<term><filename>/etc/group</filename></term>
<listitem>group account information</listitem>
</varlistentry>
<varlistentry>
<term><filename>/etc/passwd</filename></term>
<listitem>user account information</listitem>
</varlistentry>
</variablelist>
</refsect1>
Contens of the <listitem> must be in a <para> tags:
<listitem><para>group account information</para></listitem>
I can not found whats a docbook standard said, but its worked.
--
Regards,
Yuri Kozlov