[BACK]Return to as.xml CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / docbook2mdoc

File: [cvsweb.bsd.lv] / docbook2mdoc / Attic / as.xml (download)

Revision 1.1, Sat Mar 29 11:13:49 2014 UTC (10 years, 1 month ago) by kristaps
Branch: MAIN
CVS Tags: VERSION_0_0_6, VERSION_0_0_4, VERSION_0_0_3

Add examples.
Allow missing <parameter> in printing function prototype.

<!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>Reference Pages</title>

	<refentry>
		<refnamediv>
			<refdescriptor>GNU as</refdescriptor>
			<refname>as</refname>
			<refpurpose>the portable GNU assembler</refpurpose>
		</refnamediv>
		<refsynopsisdiv><title>SYNOPSIS</title>
			<synopsis>...</synopsis>
		</refsynopsisdiv>
		<refsect1><title>DESCRIPTION</title>
			<para>...</para>
		</refsect1>
	</refentry>

	<refentry>
		<refnamediv>
			<refname>awk</refname>
			<refpurpose>pattern scanning and text processing language</refpurpose>
		</refnamediv>
		<refsynopsisdiv><title>SYNOPSIS</title>
			<synopsis>...</synopsis>
		</refsynopsisdiv>
		<refsect1><title>DESCRIPTION</title>
			<para>...</para>
		</refsect1>
	</refentry>
</reference>