| Docbook Manpages | Aktuell | Seminare | Reports | Homepage | Software | ||
|
| |||||||
|
@informatik.hu-berlin.de Reports - postindustr.CC - XML/Ti Report - pTA StudienArbeit . - sch_llf study - Geschichte des PC TechDocs - Perl Objects - Installing Oracle - shell cmds in python - Using css for xml defs tricks - Unsafe mono [x] ! - Docbook Manpages - Java Bean Code rpm-suse - schema-mappingen ig cv hg re dv ev zz mk pr - java problemsen lang swing ext gtk jjtree xul boot -grub-netboot -grub-gtk -partclone freshmeat -partimage links -releaseuploader -guidod-pygtk
2003-12-12
|
Howto Create a Docbook Master For Manpages (techdoc)This you want to know:
This is what it looks like:
<!DOCTYPE reference PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
<reference><title>Manual Pages</title>
<refentry id="zzip_rewinddir">
<refentryinfo>
<date>0.13.38</date>
<productname>zziplib</productname>
<title>zzip_rewinddir</title>
</refentryinfo>
<refmeta> <!-- generates zzip_rewinddir.3 file -->
<refentrytitle>zzip_rewinddir</refentrytitle>
<manvolnum>3</manvolnum>
</refmeta>
<refnamediv> <!-- create zzip_seekdir.3 symlink -->
<refname>zzip_rewinddir</refname>
<refname>zzip_telldir</refname>
<refname>zzip_seekdir</refname>
<refpurpose>seek in directories </refpurpose>
</refnamediv>
<refsynopsisdiv><funcsynopsis>
<funcsynopsisinfo>
#include <zzip/lib.h>
</funcsynopsisinfo>
<funcprototype> <!-- K&R style prototypes -->
<funcdef>void <function>zzip_rewinddir</function></funcdef>
<paramdef>ZZIP_DIR * dir</paramdef>
</funcprototype>
<funcprototype>
<funcdef>zzip_off_t <function>zzip_telldir</function></funcdef>
<paramdef>ZZIP_DIR* dir</paramdef>
</funcprototype>
<funcprototype>
<funcdef>void <function>zzip_seekdir</function></funcdef>
<paramdef>ZZIP_DIR* dir</paramdef>
<paramdef>zzip_off_t offset</paramdef>
</funcprototype>
</funcsynopsis></refsynopsisdiv>
<refsect1><title>Description</title>
<para><function>The zzip_rewinddir function</function>
is the equivalent of a <function>rewinddir</function>(2) for...
</para><para><function>The zzip_telldir function</function>
is the equivalent of <function>telldir</function>(2) for...
</para><para><function>The zzip_seekdir function</function>
is the equivalent of <function>seekdir</function>(2) for...
</para>
</refsect1> <!-- the section title is special -->
<!-- during manpage generation !! -->
<refsect1><title>Author</title> <itemizedlist>
<listitem><para>
Guido Draheim <email>guidod@gmx.de</email>
</para></listitem>
</itemizedlist></refsect1>
</refentry>
<refentry>....</refentry>
</reference>
| ||||||