Warning, /rolisteam/rolisteam-packaging/rcse/linux/debian/manpage.sgml.ex is written in an unsupported language. File is not indexed.

0001 <!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
0002 
0003 <!-- Process this file with docbook-to-man to generate an nroff manual
0004      page: `docbook-to-man manpage.sgml > manpage.1'.  You may view
0005      the manual page with: `docbook-to-man manpage.sgml | nroff -man |
0006      less'.  A typical entry in a Makefile or Makefile.am is:
0007 
0008 manpage.1: manpage.sgml
0009         docbook-to-man $< > $@
0010 
0011 
0012         The docbook-to-man binary is found in the docbook-to-man package.
0013         Please remember that if you create the nroff version in one of the
0014         debian/rules file targets (such as build), you will need to include
0015         docbook-to-man in your Build-Depends control field.
0016 
0017   -->
0018 
0019   <!-- Fill in your name for FIRSTNAME and SURNAME. -->
0020   <!ENTITY dhfirstname "<firstname>FIRSTNAME</firstname>">
0021   <!ENTITY dhsurname   "<surname>SURNAME</surname>">
0022   <!-- Please adjust the date whenever revising the manpage. -->
0023   <!ENTITY dhdate      "<date>June  2, 2009</date>">
0024   <!-- SECTION should be 1-8, maybe w/ subsection other parameters are
0025        allowed: see man(7), man(1). -->
0026   <!ENTITY dhsection   "<manvolnum>SECTION</manvolnum>">
0027   <!ENTITY dhemail     "<email>renaud.guezennec@wanadoo.fr</email>">
0028   <!ENTITY dhusername  "Renaud GUEZENNEC">
0029   <!ENTITY dhucpackage "<refentrytitle>ROLISTEAM</refentrytitle>">
0030   <!ENTITY dhpackage   "rolisteam">
0031 
0032   <!ENTITY debian      "<productname>Debian</productname>">
0033   <!ENTITY gnu         "<acronym>GNU</acronym>">
0034   <!ENTITY gpl         "&gnu; <acronym>GPL</acronym>">
0035 ]>
0036 
0037 <refentry>
0038   <refentryinfo>
0039     <address>
0040       &dhemail;
0041     </address>
0042     <author>
0043       &dhfirstname;
0044       &dhsurname;
0045     </author>
0046     <copyright>
0047       <year>2003</year>
0048       <holder>&dhusername;</holder>
0049     </copyright>
0050     &dhdate;
0051   </refentryinfo>
0052   <refmeta>
0053     &dhucpackage;
0054 
0055     &dhsection;
0056   </refmeta>
0057   <refnamediv>
0058     <refname>&dhpackage;</refname>
0059 
0060     <refpurpose>program to do something</refpurpose>
0061   </refnamediv>
0062   <refsynopsisdiv>
0063     <cmdsynopsis>
0064       <command>&dhpackage;</command>
0065 
0066       <arg><option>-e <replaceable>this</replaceable></option></arg>
0067 
0068       <arg><option>--example <replaceable>that</replaceable></option></arg>
0069     </cmdsynopsis>
0070   </refsynopsisdiv>
0071   <refsect1>
0072     <title>DESCRIPTION</title>
0073 
0074     <para>This manual page documents briefly the
0075       <command>&dhpackage;</command> and <command>bar</command>
0076       commands.</para>
0077 
0078     <para>This manual page was written for the &debian; distribution
0079       because the original program does not have a manual page.
0080       Instead, it has documentation in the &gnu;
0081       <application>Info</application> format; see below.</para>
0082 
0083     <para><command>&dhpackage;</command> is a program that...</para>
0084 
0085   </refsect1>
0086   <refsect1>
0087     <title>OPTIONS</title>
0088 
0089     <para>These programs follow the usual &gnu; command line syntax,
0090       with long options starting with two dashes (`-').  A summary of
0091       options is included below.  For a complete description, see the
0092       <application>Info</application> files.</para>
0093 
0094     <variablelist>
0095       <varlistentry>
0096         <term><option>-h</option>
0097           <option>--help</option>
0098         </term>
0099         <listitem>
0100           <para>Show summary of options.</para>
0101         </listitem>
0102       </varlistentry>
0103       <varlistentry>
0104         <term><option>-v</option>
0105           <option>--version</option>
0106         </term>
0107         <listitem>
0108           <para>Show version of program.</para>
0109         </listitem>
0110       </varlistentry>
0111     </variablelist>
0112   </refsect1>
0113   <refsect1>
0114     <title>SEE ALSO</title>
0115 
0116     <para>bar (1), baz (1).</para>
0117 
0118     <para>The programs are documented fully by <citetitle>The Rise and
0119       Fall of a Fooish Bar</citetitle> available via the
0120       <application>Info</application> system.</para>
0121   </refsect1>
0122   <refsect1>
0123     <title>AUTHOR</title>
0124 
0125     <para>This manual page was written by &dhusername; &dhemail; for
0126       the &debian; system (and may be used by others).  Permission is
0127       granted to copy, distribute and/or modify this document under
0128       the terms of the &gnu; General Public License, Version 2 any
0129       later version published by the Free Software Foundation.
0130     </para>
0131     <para>
0132       On Debian systems, the complete text of the GNU General Public
0133       License can be found in /usr/share/common-licenses/GPL.
0134     </para>
0135 
0136   </refsect1>
0137 </refentry>
0138 
0139 <!-- Keep this comment at the end of the file
0140 Local variables:
0141 mode: sgml
0142 sgml-omittag:t
0143 sgml-shorttag:t
0144 sgml-minimize-attributes:nil
0145 sgml-always-quote-attributes:t
0146 sgml-indent-step:2
0147 sgml-indent-data:t
0148 sgml-parent-document:nil
0149 sgml-default-dtd-file:nil
0150 sgml-exposed-tags:nil
0151 sgml-local-catalogs:nil
0152 sgml-local-ecat-files:nil
0153 End:
0154 -->