~ubuntu-branches/ubuntu/oneiric/gnome-system-monitor/oneiric-proposed

« back to all changes in this revision

Viewing changes to debian/gnome-system-monitor.sgml

  • Committer: Bazaar Package Importer
  • Author(s): Loic Minier
  • Date: 2005-08-26 18:38:24 UTC
  • Revision ID: james.westby@ubuntu.com-20050826183824-x58kplulbx0atsh6
Tags: 2.8.1-4
* Stable upload targetted at Sarge.
* Add a trivial patch from upstream fixing crashes when special filesystem
  types are used on a system. [debian/patches/50_special-fs-segfault.patch]
  (Closes: #289384, #311714)

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>Colin</firstname>">
 
21
  <!ENTITY dhsurname   "<surname>Walters</surname>">
 
22
  <!-- Please adjust the date whenever revising the manpage. -->
 
23
  <!ENTITY dhdate      "<date>May 26, 2002</date>">
 
24
  <!-- SECTION should be 1-8, maybe w/ subsection other parameters are
 
25
       allowed: see man(7), man(1). -->
 
26
  <!ENTITY dhsection   "<manvolnum>SECTION</manvolnum>">
 
27
  <!ENTITY dhemail     "<email>walters@debian.org</email>">
 
28
  <!ENTITY dhusername  "Colin Walters">
 
29
  <!ENTITY dhucpackage "<refentrytitle>GNOME-SYSTEM-MONITOR</refentrytitle>">
 
30
  <!ENTITY dhpackage   "gnome-system-monitor">
 
31
 
 
32
  <!ENTITY debian      "<productname>Debian</productname>">
 
33
  <!ENTITY gnu         "<acronym>GNU</acronym>">
 
34
]>
 
35
 
 
36
<refentry>
 
37
  <refentryinfo>
 
38
    <address>
 
39
      &dhemail;
 
40
    </address>
 
41
    <author>
 
42
      &dhfirstname;
 
43
      &dhsurname;
 
44
    </author>
 
45
    <copyright>
 
46
      <year>2001</year>
 
47
      <holder>&dhusername;</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>view and control processes</refpurpose>
 
60
  </refnamediv>
 
61
  <refsynopsisdiv>
 
62
    <cmdsynopsis>
 
63
      <command>&dhpackage;</command>
 
64
      <arg><option>-s,</option><option>--simple</option></arg>
 
65
    </cmdsynopsis>
 
66
  </refsynopsisdiv>
 
67
  <refsect1>
 
68
    <title>gnome-system-monitor</title>
 
69
 
 
70
    <para>The gnome-system-monitor allows you to view and control the
 
71
    processes running on your system.  You can access detailed memory
 
72
    maps, send signals, and terminate the processes.</para>
 
73
 
 
74
    <para>In addition, the gnome-system-monitor provides an overall
 
75
    view of the resource usage on your system, including memory
 
76
    and CPU allocation.</para>
 
77
 
 
78
  </refsect1>
 
79
  <refsect1>
 
80
    <title>OPTIONS</title>
 
81
 
 
82
    <para> This program accepts all the
 
83
    standard <acronym>GNOME</acronym> and <acronym>GTK+</acronym>
 
84
    options, which follow the usual GNU command line syntax, with long
 
85
    options starting with two dashes (`-').  In addition to those
 
86
    standard <acronym>GNOME</acronym> options, the
 
87
    gnome-system-monitor accepts the following options:</para>
 
88
 
 
89
    <variablelist>
 
90
      <varlistentry>
 
91
        <term><option>-s,</option>
 
92
          <option>--simple</option>
 
93
        </term>
 
94
        <listitem>
 
95
          <para>Show a simple dialog to end processes and log out.</para>
 
96
        </listitem>
 
97
      </varlistentry>
 
98
    </variablelist>
 
99
  </refsect1>
 
100
<!--   <refsect1> -->
 
101
<!--     <title>SEE ALSO</title> -->
 
102
 
 
103
<!--     <para>bar (1), baz (1).</para> -->
 
104
 
 
105
<!--     <para>The programs are documented fully by <citetitle>The Rise and -->
 
106
<!--       Fall of a Fooish Bar</citetitle> available via the -->
 
107
<!--       <application>Info</application> system.</para> -->
 
108
<!--   </refsect1> -->
 
109
  <refsect1>
 
110
    <title>AUTHOR</title>
 
111
 
 
112
    <para>The gnome-system-monitor was written
 
113
    by <author><firstname>Kevin</firstname>
 
114
        <surname>Vandersloot</surname></author>.</para>
 
115
 
 
116
    <para>This manual page was written by &dhusername; &dhemail; for
 
117
      the &debian; system (but may be used by others).  Permission is
 
118
      granted to copy, distribute and/or modify this document under
 
119
      the terms of the <acronym>GNU</acronym> Free Documentation
 
120
      License, Version 1.1 or any later version published by the Free
 
121
      Software Foundation; with no Invariant Sections, no Front-Cover
 
122
      Texts and no Back-Cover Texts.</para>
 
123
 
 
124
  </refsect1>
 
125
</refentry>
 
126
 
 
127
<!-- Keep this comment at the end of the file
 
128
Local variables:
 
129
mode: sgml
 
130
sgml-omittag:t
 
131
sgml-shorttag:t
 
132
sgml-minimize-attributes:nil
 
133
sgml-always-quote-attributes:t
 
134
sgml-indent-step:2
 
135
sgml-indent-data:t
 
136
sgml-parent-document:nil
 
137
sgml-default-dtd-file:nil
 
138
sgml-exposed-tags:nil
 
139
sgml-local-catalogs:nil
 
140
sgml-local-ecat-files:nil
 
141
End:
 
142
-->
 
143
 
 
144