~ubuntu-branches/ubuntu/trusty/librep/trusty

« back to all changes in this revision

Viewing changes to debian/repdoc.sgml

  • Committer: Bazaar Package Importer
  • Author(s): Christian Marillat
  • Date: 2001-11-13 15:06:22 UTC
  • Revision ID: james.westby@ubuntu.com-20011113150622-kc8r4hke3msnvhi1
Tags: 0.15.2-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
 
2
 
 
3
  <!ENTITY dhfirstname "<firstname>Christian</firstname>">
 
4
  <!ENTITY dhsurname   "<surname>Marillat</surname>">
 
5
  <!ENTITY dhdate      "<date>april  5, 2001</date>">
 
6
  <!ENTITY dhsection   "<manvolnum>1</manvolnum>">
 
7
  <!ENTITY dhemail     "<email>marillat@debian.org</email>">
 
8
  <!ENTITY dhusername  "Christian Marillat">
 
9
  <!ENTITY dhucpackage "<refentrytitle>repdoc</refentrytitle>">
 
10
  <!ENTITY dhpackage   "repdoc">
 
11
  <!ENTITY debian      "<productname>Debian GNU/Linux</productname>">
 
12
  <!ENTITY gnu         "<acronym>GNU</acronym>">
 
13
]>
 
14
 
 
15
<refentry>
 
16
  <refentryinfo>
 
17
    <address>
 
18
      &dhemail;
 
19
    </address>
 
20
    <author>
 
21
      &dhfirstname;
 
22
      &dhsurname;
 
23
    </author>
 
24
    <copyright>
 
25
      <year>2001</year>
 
26
      <holder>&dhusername;</holder>
 
27
    </copyright>
 
28
    &dhdate;
 
29
  </refentryinfo>
 
30
  <refmeta>
 
31
    &dhucpackage;
 
32
 
 
33
    &dhsection;
 
34
  </refmeta>
 
35
  <refnamediv>
 
36
    <refname>&dhpackage;</refname>
 
37
 
 
38
    <refpurpose> strip doc-strings from C source.</refpurpose>
 
39
  </refnamediv>
 
40
  <refsynopsisdiv>
 
41
    <cmdsynopsis>
 
42
      <command>&dhpackage;</command>
 
43
 
 
44
        <arg><option>doc-file </option><replaceable>[src-files...]</replaceable></arg>
 
45
    
 
46
    </cmdsynopsis>
 
47
  </refsynopsisdiv>
 
48
  <refsect1>
 
49
    <title>DESCRIPTION</title>
 
50
 
 
51
    <para><command>&dhpackage;</command> strip doc-strings from C source.</para>
 
52
 
 
53
  </refsect1>
 
54
 
 
55
  <refsect1>
 
56
    <title>OPTIONS</title>
 
57
 
 
58
    <variablelist>
 
59
      <varlistentry>
 
60
        <term><option>doc-file</option></term>
 
61
        <listitem>
 
62
          <para>generate a doc-file from c source files.</para>
 
63
        </listitem>
 
64
      </varlistentry>
 
65
    </variablelist>
 
66
  </refsect1>
 
67
 
 
68
  <refsect1>
 
69
    <title>SEE ALSO</title>
 
70
 
 
71
    <para>The programs are documented fully by <citetitle>John
 
72
      Harper</citetitle> available via the <application>Info</application> system.</para>
 
73
  </refsect1>
 
74
 
 
75
  <refsect1>
 
76
    <title>AUTHOR</title>
 
77
 
 
78
    <para>This manual page was written by &dhusername; &dhemail; for
 
79
      the &debian; system (but may be used by others).</para>
 
80
 
 
81
  </refsect1>
 
82
</refentry>
 
83
 
 
84
<!-- Keep this comment at the end of the file
 
85
Local variables:
 
86
mode: sgml
 
87
sgml-omittag:t
 
88
sgml-shorttag:t
 
89
sgml-minimize-attributes:nil
 
90
sgml-always-quote-attributes:t
 
91
sgml-indent-step:2
 
92
sgml-indent-data:t
 
93
sgml-parent-document:nil
 
94
sgml-default-dtd-file:nil
 
95
sgml-exposed-tags:nil
 
96
sgml-local-catalogs:nil
 
97
sgml-local-ecat-files:nil
 
98
End:
 
99
-->