~ubuntu-branches/ubuntu/jaunty/irda-utils/jaunty-proposed

« back to all changes in this revision

Viewing changes to man/man-irda-template-inc.sgml

  • Committer: Bazaar Package Importer
  • Author(s): Sivan Greenberg
  • Date: 2006-12-07 18:32:56 UTC
  • mfrom: (2.1.2 etch)
  • Revision ID: james.westby@ubuntu.com-20061207183256-tmlir0kv8t5vavnd
Tags: 0.9.18-5ubuntu1
* Merged with Debian unstable.
Remaining changes:
* findchip/smc.c,
  findchip/nsc.c,
  findchip/winbond.c:
  + Include sys/io.h instead of asm/io.h to fix FTBFS on i386
* debian/control,
  debian/irda-utils.init:
  + read -d doesn't work with dash. Run with bash and depend on it.
    Thanks to Alexander Schremmer for noticing.
* Remove stop script symlinks from rc0 and rc6.
* Autoconfiguration support (Debian #324404)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!-- 
2
 
 
3
 
v0.1 wh 2001/03/26
4
 
 
5
 
-->
6
 
 
7
 
<REFMETA>
8
 
<REFENTRYTITLE>findchip</REFENTRYTITLE>
9
 
<MANVOLNUM>8</MANVOLNUM>
10
 
</REFMETA>
11
 
 
12
 
<REFNAMEDIV>
13
 
<REFNAME>findchip</REFNAME> 
14
 
  <REFPURPOSE>
15
 
checks the FIR chipset.
16
 
  </REFPURPOSE>
17
 
</REFNAMEDIV>
18
 
 
19
 
<REFSYNOPSISDIV>
20
 
<CMDSYNOPSIS>
21
 
  <COMMAND>findchip</COMMAND>
22
 
  <ARG><REPLACEABLE>-d dongle</REPLACEABLE></ARG>
23
 
  <ARG><REPLACEABLE>-v</REPLACEABLE></ARG>
24
 
  <ARG><REPLACEABLE>-l</REPLACEABLE></ARG>
25
 
  <ARG>&lt;chip1 .. chipN&gt;</ARG>
26
 
  <ARG><REPLACEABLE>-h</REPLACEABLE></ARG>
27
 
</CMDSYNOPSIS>
28
 
</REFSYNOPSISDIV>
29
 
 
30
 
<REFSECT1>
31
 
<TITLE>OPTIONS</TITLE>
32
 
 
33
 
<PARA>
34
 
<OPTION>-d</OPTION> enables debug output
35
 
</PARA>
36
 
 
37
 
<PARA>
38
 
<OPTION>-v</OPTION> be verbose
39
 
</PARA>
40
 
 
41
 
<PARA>
42
 
<OPTION>-l</OPTION> lists supported chipsets
43
 
</PARA>
44
 
 
45
 
<PARA>
46
 
<OPTION>-h</OPTION> prints help message
47
 
</PARA>
48
 
 
49
 
</REFSECT1>
50
 
 
51
 
<REFSECT1>
52
 
<TITLE>DESCRIPTION</TITLE>
53
 
 
54
 
<PARA>
55
 
<COMMAND>findchip</COMMAND> checks the FIR chipset.
56
 
</PARA>
57
 
 
58
 
<PARA>
59
 
<COMMAND>findchip</COMMAND> must be run as root or installed setuid root, 
60
 
as it requires root privileges.
61
 
</PARA>
62
 
 
63
 
</REFSECT1>
64
 
 
65
 
<REFSECT1>
66
 
<TITLE>EXAMPLES</TITLE>
67
 
 
68
 
<PARA>
69
 
N.N.
70
 
</PARA>
71
 
 
72
 
</REFSECT1>
73
 
 
74
 
<REFSECT1>
75
 
<TITLE>DIAGNOSTICS</TITLE>
76
 
 
77
 
<PARA>
78
 
N.N.
79
 
</PARA>
80
 
 
81
 
</REFSECT1>
82
 
 
83
 
<REFSECT1>
84
 
 
85
 
<TITLE>BUGS</TITLE>
86
 
 
87
 
<PARA>
88
 
N.N.
89
 
</PARA>
90
 
 
91
 
</REFSECT1>
92
 
 
93
 
<!-- Keep this comment at the end of the file
94
 
Local variables:
95
 
mode: sgml
96
 
sgml-omittag:t
97
 
sgml-shorttag:t
98
 
sgml-minimize-attributes:nil
99
 
sgml-always-quote-attributes:t
100
 
sgml-indent-step:2
101
 
sgml-indent-data:t
102
 
sgml-parent-document:nil
103
 
sgml-default-dtd-file:nil
104
 
sgml-exposed-tags:nil
105
 
sgml-local-catalogs:nil
106
 
sgml-local-ecat-files:nil
107
 
End:
108
 
-->
109
 
 
 
1
<!-- 
 
2
 
 
3
v0.1 wh 2001/03/26
 
4
 
 
5
-->
 
6
 
 
7
<REFMETA>
 
8
<REFENTRYTITLE>findchip</REFENTRYTITLE>
 
9
<MANVOLNUM>8</MANVOLNUM>
 
10
</REFMETA>
 
11
 
 
12
<REFNAMEDIV>
 
13
<REFNAME>findchip</REFNAME> 
 
14
  <REFPURPOSE>
 
15
checks the FIR chipset.
 
16
  </REFPURPOSE>
 
17
</REFNAMEDIV>
 
18
 
 
19
<REFSYNOPSISDIV>
 
20
<CMDSYNOPSIS>
 
21
  <COMMAND>findchip</COMMAND>
 
22
  <ARG><REPLACEABLE>-d dongle</REPLACEABLE></ARG>
 
23
  <ARG><REPLACEABLE>-v</REPLACEABLE></ARG>
 
24
  <ARG><REPLACEABLE>-l</REPLACEABLE></ARG>
 
25
  <ARG>&lt;chip1 .. chipN&gt;</ARG>
 
26
  <ARG><REPLACEABLE>-h</REPLACEABLE></ARG>
 
27
</CMDSYNOPSIS>
 
28
</REFSYNOPSISDIV>
 
29
 
 
30
<REFSECT1>
 
31
<TITLE>OPTIONS</TITLE>
 
32
 
 
33
<PARA>
 
34
<OPTION>-d</OPTION> enables debug output
 
35
</PARA>
 
36
 
 
37
<PARA>
 
38
<OPTION>-v</OPTION> be verbose
 
39
</PARA>
 
40
 
 
41
<PARA>
 
42
<OPTION>-l</OPTION> lists supported chipsets
 
43
</PARA>
 
44
 
 
45
<PARA>
 
46
<OPTION>-h</OPTION> prints help message
 
47
</PARA>
 
48
 
 
49
</REFSECT1>
 
50
 
 
51
<REFSECT1>
 
52
<TITLE>DESCRIPTION</TITLE>
 
53
 
 
54
<PARA>
 
55
<COMMAND>findchip</COMMAND> checks the FIR chipset.
 
56
</PARA>
 
57
 
 
58
<PARA>
 
59
<COMMAND>findchip</COMMAND> must be run as root or installed setuid root, 
 
60
as it requires root privileges.
 
61
</PARA>
 
62
 
 
63
</REFSECT1>
 
64
 
 
65
<REFSECT1>
 
66
<TITLE>EXAMPLES</TITLE>
 
67
 
 
68
<PARA>
 
69
N.N.
 
70
</PARA>
 
71
 
 
72
</REFSECT1>
 
73
 
 
74
<REFSECT1>
 
75
<TITLE>DIAGNOSTICS</TITLE>
 
76
 
 
77
<PARA>
 
78
N.N.
 
79
</PARA>
 
80
 
 
81
</REFSECT1>
 
82
 
 
83
<REFSECT1>
 
84
 
 
85
<TITLE>BUGS</TITLE>
 
86
 
 
87
<PARA>
 
88
N.N.
 
89
</PARA>
 
90
 
 
91
</REFSECT1>
 
92
 
 
93
<!-- Keep this comment at the end of the file
 
94
Local variables:
 
95
mode: sgml
 
96
sgml-omittag:t
 
97
sgml-shorttag:t
 
98
sgml-minimize-attributes:nil
 
99
sgml-always-quote-attributes:t
 
100
sgml-indent-step:2
 
101
sgml-indent-data:t
 
102
sgml-parent-document:nil
 
103
sgml-default-dtd-file:nil
 
104
sgml-exposed-tags:nil
 
105
sgml-local-catalogs:nil
 
106
sgml-local-ecat-files:nil
 
107
End:
 
108
-->
 
109