~ubuntu-branches/debian/squeeze/flashplugin-nonfree/squeeze

« back to all changes in this revision

Viewing changes to update-flashplugin.sgml

  • Committer: Bazaar Package Importer
  • Author(s): Bart Martens
  • Date: 2008-09-01 18:53:07 UTC
  • mfrom: (1.1.9 edgy)
  • Revision ID: james.westby@ubuntu.com-20080901185307-l10hkik83hzl2hxc
Tags: 1:1.7.2
Edited update-flashplugin-nonfree to add the use of update-alternatives,
removed debian/links.amd64 and debian/links.i386, edited debian/rules to
remove the creation and deletion of debian/links, edited debian/dirs to
remove obsolete browser plugin directories.  Closes: #494266.

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>Takuo</firstname>">
21
 
  <!ENTITY dhsurname   "<surname>Kitame</surname>">
22
 
  <!-- Please adjust the date whenever revising the manpage. -->
23
 
  <!ENTITY dhdate      "<date>April 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>8</manvolnum>">
27
 
  <!ENTITY dhemail     "<email>kitame@debian.org</email>">
28
 
  <!ENTITY dhusername  "kitame">
29
 
  <!ENTITY dhucpackage "<refentrytitle>update-flashplugin</refentrytitle>">
30
 
  <!ENTITY dhpackage   "update-flashplugin">
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>2002</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>FlashPlugin installer for mozilla and netscape browser</refpurpose>
60
 
  </refnamediv>
61
 
  <refsynopsisdiv>
62
 
    <cmdsynopsis>
63
 
      <command>&dhpackage;</command>
64
 
 
65
 
      <arg><option>--uninstall</option></arg>
66
 
      <arg><option>--local-file </option><replaceable>directory</replaceable></arg>
67
 
      <arg><option>--proxy </option><replaceable>http://host:port</replaceable></arg>
68
 
      <arg><option>--no-proxy</option></arg>
69
 
      <arg><option>--delete-after</option></arg>
70
 
      <arg><option>--force-update</option></arg>
71
 
      <arg><option>--quiet</option></arg>
72
 
 
73
 
    </cmdsynopsis>
74
 
  </refsynopsisdiv>
75
 
  <refsect1>
76
 
    <title>DESCRIPTION</title>
77
 
 
78
 
    <para>This manual page documents briefly the
79
 
      <command>&dhpackage;</command>.</para>
80
 
 
81
 
    <para><command>&dhpackage;</command> is a FlashPlugin installer for
82
 
    mozilla and netscape browser.
83
 
    </para>
84
 
 
85
 
  </refsect1>
86
 
  <refsect1>
87
 
    <title>OPTIONS</title>
88
 
 
89
 
    <variablelist>
90
 
      <varlistentry>
91
 
        <term><option>--uninstall</option>, <option>-u</option>
92
 
        </term>
93
 
        <listitem>
94
 
          <para>Uninstall</para>
95
 
        </listitem>
96
 
      </varlistentry>
97
 
 
98
 
      <varlistentry>
99
 
        <term><option>--local-file</option> <replaceable>directory</replaceable>, <option>-l</option> <replaceable>directory</replaceable>
100
 
        </term>
101
 
        <listitem>
102
 
          <para>use exist local file instead of downloding</para>
103
 
        </listitem>
104
 
      </varlistentry>
105
 
 
106
 
      <varlistentry>
107
 
        <term><option>--proxy</option> <replaceable>http://host:port</replaceable>, <option>-p</option> <replaceable>http://host:port</replaceable>
108
 
        </term>
109
 
        <listitem>
110
 
          <para>use http proxy. argument should be like http://host:port/.
111
 
                        It override $http_proxy environment variable.
112
 
                  </para>
113
 
        </listitem>
114
 
      </varlistentry>
115
 
 
116
 
      <varlistentry>
117
 
        <term><option>--no-proxy</option>, <option>-P</option>
118
 
        </term>
119
 
        <listitem>
120
 
          <para>Won't use proxy.</para>
121
 
        </listitem>
122
 
      </varlistentry>
123
 
 
124
 
      <varlistentry>
125
 
        <term><option>--delete-after</option>, <option>-d</option>
126
 
        </term>
127
 
        <listitem>
128
 
          <para>Delete flash_linux.tar.gz after install.</para>
129
 
        </listitem>
130
 
      </varlistentry>
131
 
 
132
 
      <varlistentry>
133
 
        <term><option>--force-update</option>, <option>-f</option>
134
 
        </term>
135
 
        <listitem>
136
 
          <para>Force update, ignore check sums of installed file.</para>
137
 
        </listitem>
138
 
      </varlistentry>
139
 
 
140
 
      <varlistentry>
141
 
        <term><option>--quiet</option>, <option>-q</option>
142
 
        </term>
143
 
        <listitem>
144
 
          <para>Be quiet. No outputs to stdout.</para>
145
 
        </listitem>
146
 
      </varlistentry>
147
 
 
148
 
    </variablelist>
149
 
  </refsect1>
150
 
  <refsect1>
151
 
    <title>AUTHOR</title>
152
 
 
153
 
    <para>This manual page was written by &dhusername; &dhemail; for
154
 
      the &debian; system (but may be used by others).  Permission is
155
 
      granted to copy, distribute and/or modify this document under
156
 
      the terms of the <acronym>GNU</acronym> Free Documentation
157
 
      License, Version 1.1 or any later version published by the Free
158
 
      Software Foundation; with no Invariant Sections, no Front-Cover
159
 
      Texts and no Back-Cover Texts.</para>
160
 
  </refsect1>
161
 
</refentry>
162
 
 
163
 
<!-- Keep this comment at the end of the file
164
 
Local variables:
165
 
mode: sgml
166
 
sgml-omittag:t
167
 
sgml-shorttag:t
168
 
sgml-minimize-attributes:nil
169
 
sgml-always-quote-attributes:t
170
 
sgml-indent-step:2
171
 
sgml-indent-data:t
172
 
sgml-parent-document:nil
173
 
sgml-default-dtd-file:nil
174
 
sgml-exposed-tags:nil
175
 
sgml-local-catalogs:nil
176
 
sgml-local-ecat-files:nil
177
 
End:
178
 
-->
179
 
 
180