Reported bug with utf-8 strings
[be.git] / doc / be.1.sgml
1 <!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
2
3 <!-- Process this file with docbook-to-man to generate an nroff manual
4      page: `docbook-to-man manpage.sgml > manpage.1'.  You may view
5      the manual page with: `docbook-to-man manpage.sgml | nroff -man |
6      less'.  A typical entry in a Makefile or Makefile.am is:
7
8 be.1: be.1.sgml
9         docbook-to-man $< > $@
10
11         The docbook-to-man binary is found in the docbook-to-man package.
12         Please remember that if you create the nroff version in one of the
13         debian/rules file targets (such as build), you will need to include
14         docbook-to-man in your Build-Depends control field.
15
16   -->
17
18   <!ENTITY dhfirstname "<firstname>Ben</firstname>">
19   <!ENTITY dhsurname   "<surname>Finney</surname>">
20   <!-- Please adjust the date whenever revising the manpage. -->
21   <!ENTITY dhdate      "<date>2009-06-25</date>">
22   <!-- SECTION should be 1-8, maybe w/ subsection other parameters are
23        allowed: see man(7), man(1). -->
24   <!ENTITY dhsection   "<manvolnum>1</manvolnum>">
25   <!ENTITY dhemail     "<email>ben+debian@benfinney.id.au</email>">
26   <!ENTITY dhusername  "Ben Finney">
27   <!ENTITY dhucpackage "<refentrytitle>BUGS-EVERYWHERE</refentrytitle>">
28   <!ENTITY dhpackage   "bugs-everywhere">
29   <!ENTITY pkgfullname "Bugs Everywhere">
30   <!ENTITY uccmdname   "<refentrytitle>BE</refentrytitle>">
31   <!ENTITY cmdname     "be">
32
33   <!ENTITY debian      "<productname>Debian</productname>">
34   <!ENTITY gnu         "<acronym>GNU</acronym>">
35   <!ENTITY gpl         "&gnu; <acronym>GPL</acronym>">
36 ]>
37
38 <refentry>
39   <refentryinfo>
40     <address>
41       &dhemail;
42     </address>
43     <author>
44       &dhfirstname;
45       &dhsurname;
46     </author>
47     <copyright>
48       <year>2009</year>
49       <holder>&dhusername;</holder>
50     </copyright>
51     &dhdate;
52   </refentryinfo>
53   <refmeta>
54     &uccmdname;
55
56     &dhsection;
57   </refmeta>
58   <refnamediv>
59     <refname>&cmdname;</refname>
60
61     <refpurpose>distributed bug tracker</refpurpose>
62   </refnamediv>
63   <refsynopsisdiv>
64     <cmdsynopsis>
65       <command>&cmdname;</command>
66       <arg><replaceable>command</replaceable></arg>
67       <arg><replaceable>command_options ...</replaceable></arg>
68       <arg><replaceable>command_args ...</replaceable></arg>
69     </cmdsynopsis>
70     <cmdsynopsis>
71       <command>&cmdname; help</command>
72     </cmdsynopsis>
73     <cmdsynopsis>
74       <command>&cmdname; help</command>
75       <arg><replaceable>command</replaceable></arg>
76     </cmdsynopsis>
77   </refsynopsisdiv>
78   <refsect1>
79     <title>DESCRIPTION</title>
80
81     <para>This manual page documents briefly the
82       <command>&cmdname;</command> command, part of the
83       &pkgfullname; package.</para>
84
85     <para><command>&cmdname;</command> allows commandline interaction
86       with the &pkgfullname; database in a project tree.</para>
87
88   </refsect1>
89   <refsect1>
90     <title>COMMANDS</title>
91     <variablelist>
92       <varlistentry>
93         <term><command>help</command>
94         </term>
95         <listitem>
96           <para>Print help for be and a list of all available commands.
97           </para>
98         </listitem>
99       </varlistentry>
100     </variablelist>
101   </refsect1>
102   <refsect1>
103     <title>AUTHOR</title>
104
105     <para>This manual page was written by &dhusername; <&dhemail;> for
106       the &debian; system (but may be used by others). Permission is
107       granted to copy, distribute and/or modify this document under
108       the terms of the &gnu; General Public License, Version 2 or any
109       later version published by the Free Software Foundation.
110     </para>
111         <para>
112           On Debian systems, the complete text of the GNU General Public
113           License can be found in /usr/share/common-licenses/GPL.
114         </para>
115
116   </refsect1>
117 </refentry>
118
119 <!-- Keep this comment at the end of the file
120 Local variables:
121 mode: sgml
122 sgml-omittag:t
123 sgml-shorttag:t
124 sgml-minimize-attributes:nil
125 sgml-always-quote-attributes:t
126 sgml-indent-step:2
127 sgml-indent-data:t
128 sgml-parent-document:nil
129 sgml-default-dtd-file:nil
130 sgml-exposed-tags:nil
131 sgml-local-catalogs:nil
132 sgml-local-ecat-files:nil
133 End:
134 -->