~ubuntu-branches/ubuntu/oneiric/gnome-power-manager/oneiric

« back to all changes in this revision

Viewing changes to man/gnome-power-statistics.sgml

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2011-09-02 08:02:48 UTC
  • mfrom: (2.1.63 upstream)
  • Revision ID: package-import@ubuntu.com-20110902080248-xejkwcvdjno1abuf
Tags: 3.1.90-0ubuntu1
* New upstream release.
  - Removed help button (LP: #838576)
* debian/control.in: Removed obsolete dependencies
* debian/docs: Dropped, not needed
* debian/rules: Removed obsolete scrollkeeper and docdir configure flags

Show diffs side-by-side

added added

removed removed

Lines of Context:
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
 
manpage.1: manpage.sgml
9
 
        docbook-to-man $< > $@
10
 
 
11
 
    
12
 
        The docbook-to-man binary is found in the docbook-to-man package.
13
 
        Please remember that if you create the nroff version in one of the
14
 
        debian/rules file targets (such as build), you will need to include
15
 
        docbook-to-man in your Build-Depends control field.
16
 
 
17
 
  -->
18
 
 
19
 
  <!-- Fill in your name for FIRSTNAME and SURNAME. -->
20
 
  <!ENTITY dhfirstname "<firstname>FIRSTNAME</firstname>">
21
 
  <!ENTITY dhsurname   "<surname>SURNAME</surname>">
22
 
  <!-- Please adjust the date whenever revising the manpage. -->
23
 
  <!ENTITY dhdate      "<date>11 December, 2007</date>">
24
 
  <!-- SECTION should be 1-8, maybe w/ subsection other parameters are
25
 
       allowed: see man(7), man(1). -->
26
 
  <!ENTITY dhsection   "<manvolnum>1</manvolnum>">
27
 
  <!ENTITY dhemail     "<email>simon.zheng@sun.com</email>">
28
 
  <!ENTITY dhusername  "Simon Zheng">
29
 
  <!ENTITY dhucpackage "<refentrytitle>gnome-power-statistics</refentrytitle>">
30
 
  <!ENTITY dhpackage   "gnome-power-statistics">
31
 
 
32
 
  <!ENTITY gnu         "<acronym>GNU</acronym>">
33
 
  <!ENTITY gpl         "&gnu; <acronym>GPL</acronym>">
34
 
]>
35
 
 
36
 
<refentry>
37
 
  <refentryinfo>
38
 
    <address>
39
 
      <email>richard@hughsie.com</email>;
40
 
    </address>
41
 
    <author>
42
 
      <firstname>Richard</firstname>
43
 
      <surname>Hughes</surname>
44
 
    </author>
45
 
    <copyright>
46
 
      <year>2005</year>
47
 
      <holder>Richard Hughes</holder>
48
 
    </copyright>
49
 
    &dhdate;
50
 
  </refentryinfo>
51
 
  <refmeta>
52
 
    &dhucpackage;
53
 
 
54
 
    &dhsection;
55
 
  </refmeta>
56
 
  <refnamediv>
57
 
    <refname>&dhpackage;</refname>
58
 
 
59
 
    <refpurpose>gnome power statistics gui</refpurpose>
60
 
  </refnamediv>
61
 
  <refsynopsisdiv>
62
 
    <cmdsynopsis>
63
 
      <command>&dhpackage;</command>
64
 
      <arg><option>--verbose</option></arg>
65
 
      <arg><option>--help</option></arg>
66
 
    </cmdsynopsis>
67
 
  </refsynopsisdiv>
68
 
  <refsect1>
69
 
    <title>DESCRIPTION</title>
70
 
 
71
 
    <para>This manual page documents briefly the
72
 
      <command>&dhpackage;</command> command.</para>
73
 
 
74
 
    <para><command>&dhpackage;</command> is the gui program for the gnome power management infrastructure.</para>
75
 
    <para>It allows users to visualize the power consumption of laptop hardware.</para>
76
 
 
77
 
  </refsect1>
78
 
  <refsect1>
79
 
    <title>OPTIONS</title>
80
 
 
81
 
    <para>This program follows the usual &gnu; command line syntax,
82
 
      with long options starting with two dashes (`-').  A summary of
83
 
      options is included below. </para>
84
 
 
85
 
    <variablelist>
86
 
      <varlistentry>
87
 
        <term>
88
 
          <option>--help</option>
89
 
        </term>
90
 
        <listitem>
91
 
          <para>Show summary of options.</para>
92
 
        </listitem>
93
 
      </varlistentry>
94
 
      <varlistentry>
95
 
        <term>
96
 
          <option>--verbose</option>
97
 
        </term>
98
 
        <listitem>
99
 
          <para>Show extra debugging.</para>
100
 
        </listitem>
101
 
      </varlistentry>
102
 
    </variablelist>
103
 
  </refsect1>
104
 
  <refsect1>
105
 
    <title>SEE ALSO</title>
106
 
 
107
 
    <para>gnome-power-manager (1), gnome-power-preferences (1). </para>
108
 
 
109
 
    <para>The programs are documented fully on
110
 
      http://gnome.org/projects/gnome-power-manager/ .</para>
111
 
  </refsect1>
112
 
  <refsect1>
113
 
    <title>AUTHOR</title>
114
 
 
115
 
    <para>This manual page was written by Simon Zheng <email>simon.zheng@sun.com</email>.
116
 
    </para>
117
 
 
118
 
  </refsect1>
119
 
</refentry>
120
 
 
121
 
<!-- Keep this comment at the end of the file
122
 
Local variables:
123
 
mode: sgml
124
 
sgml-omittag:t
125
 
sgml-shorttag:t
126
 
sgml-minimize-attributes:nil
127
 
sgml-always-quote-attributes:t
128
 
sgml-indent-step:2
129
 
sgml-indent-data:t
130
 
sgml-parent-document:nil
131
 
sgml-default-dtd-file:nil
132
 
sgml-exposed-tags:nil
133
 
sgml-local-catalogs:nil
134
 
sgml-local-ecat-files:nil
135
 
End:
136
 
-->
 
1
<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
 
2
 
 
3
  <!-- Fill in your name for FIRSTNAME and SURNAME. -->
 
4
  <!ENTITY dhfirstname "<firstname>FIRSTNAME</firstname>">
 
5
  <!ENTITY dhsurname   "<surname>SURNAME</surname>">
 
6
  <!-- Please adjust the date whenever revising the manpage. -->
 
7
  <!ENTITY dhdate      "<date>11 December, 2007</date>">
 
8
  <!-- SECTION should be 1-8, maybe w/ subsection other parameters are
 
9
       allowed: see man(7), man(1). -->
 
10
  <!ENTITY dhsection   "<manvolnum>1</manvolnum>">
 
11
  <!ENTITY dhemail     "<email>simon.zheng@sun.com</email>">
 
12
  <!ENTITY dhusername  "Simon Zheng">
 
13
  <!ENTITY dhucpackage "<refentrytitle>gnome-power-statistics</refentrytitle>">
 
14
  <!ENTITY dhpackage   "gnome-power-statistics">
 
15
 
 
16
  <!ENTITY gnu         "<acronym>GNU</acronym>">
 
17
  <!ENTITY gpl         "&gnu; <acronym>GPL</acronym>">
 
18
]>
 
19
 
 
20
<refentry>
 
21
  <refentryinfo>
 
22
    <address>
 
23
      <email>richard@hughsie.com</email>;
 
24
    </address>
 
25
    <author>
 
26
      <firstname>Richard</firstname>
 
27
      <surname>Hughes</surname>
 
28
    </author>
 
29
    <copyright>
 
30
      <year>2005-2011</year>
 
31
      <holder>Richard Hughes</holder>
 
32
    </copyright>
 
33
    &dhdate;
 
34
  </refentryinfo>
 
35
  <refmeta>
 
36
    &dhucpackage;
 
37
 
 
38
    &dhsection;
 
39
  </refmeta>
 
40
  <refnamediv>
 
41
    <refname>&dhpackage;</refname>
 
42
    <refpurpose>gnome power statistics gui</refpurpose>
 
43
  </refnamediv>
 
44
  <refsynopsisdiv>
 
45
    <cmdsynopsis>
 
46
      <command>&dhpackage;</command>
 
47
      <arg><option>--verbose</option></arg>
 
48
      <arg><option>--help</option></arg>
 
49
    </cmdsynopsis>
 
50
  </refsynopsisdiv>
 
51
  <refsect1>
 
52
    <title>DESCRIPTION</title>
 
53
 
 
54
    <para>This manual page documents briefly the
 
55
      <command>&dhpackage;</command> command.</para>
 
56
 
 
57
    <para><command>&dhpackage;</command> is the gui program for the gnome power management infrastructure.</para>
 
58
    <para>It allows users to visualize the power consumption of laptop hardware.</para>
 
59
 
 
60
  </refsect1>
 
61
  <refsect1>
 
62
    <title>OPTIONS</title>
 
63
 
 
64
    <para>This program follows the usual &gnu; command line syntax,
 
65
      with long options starting with two dashes (`-').  A summary of
 
66
      options is included below. </para>
 
67
 
 
68
    <variablelist>
 
69
      <varlistentry>
 
70
        <term>
 
71
          <option>--help</option>
 
72
        </term>
 
73
        <listitem>
 
74
          <para>Show summary of options.</para>
 
75
        </listitem>
 
76
      </varlistentry>
 
77
      <varlistentry>
 
78
        <term>
 
79
          <option>--verbose</option>
 
80
        </term>
 
81
        <listitem>
 
82
          <para>Show extra debugging.</para>
 
83
        </listitem>
 
84
      </varlistentry>
 
85
    </variablelist>
 
86
  </refsect1>
 
87
  <refsect1>
 
88
    <title>SEE ALSO</title>
 
89
    <para>The programs are also documented on
 
90
      http://gnome.org/projects/gnome-power-manager/ .</para>
 
91
  </refsect1>
 
92
  <refsect1>
 
93
    <title>AUTHOR</title>
 
94
    <para>This manual page was written by Simon Zheng <email>simon.zheng@sun.com</email>.
 
95
    </para>
 
96
 
 
97
  </refsect1>
 
98
</refentry>
 
99
 
 
100
<!-- Keep this comment at the end of the file
 
101
Local variables:
 
102
mode: sgml
 
103
sgml-omittag:t
 
104
sgml-shorttag:t
 
105
sgml-minimize-attributes:nil
 
106
sgml-always-quote-attributes:t
 
107
sgml-indent-step:2
 
108
sgml-indent-data:t
 
109
sgml-parent-document:nil
 
110
sgml-default-dtd-file:nil
 
111
sgml-exposed-tags:nil
 
112
sgml-local-catalogs:nil
 
113
sgml-local-ecat-files:nil
 
114
End:
 
115
-->