~ubuntu-branches/ubuntu/saucy/listaller/saucy

« back to all changes in this revision

Viewing changes to docs/man/depscan.1.xml

  • Committer: Package Import Robot
  • Author(s): Matthias Klumpp
  • Date: 2012-04-18 18:42:46 UTC
  • Revision ID: package-import@ubuntu.com-20120418184246-lwq6i48qq5qjzsqe
Tags: 0.5.4-1
Initial release (Closes: #669088)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version='1.0' encoding='ISO-8859-1'?>
 
2
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
 
3
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
 
4
 
 
5
  <!-- Please adjust the date whenever revising the manpage. -->
 
6
  <!ENTITY date        "<date>18 April,2012</date>">
 
7
  <!-- SECTION should be 1-8, maybe w/ subsection other parameters are
 
8
       allowed: see man(7), man(1). -->
 
9
  <!ENTITY package     "depscan">
 
10
  <!ENTITY gnu         "<acronym>GNU</acronym>">
 
11
  <!ENTITY gpl         "&gnu; <acronym>GPL</acronym>">
 
12
]>
 
13
 
 
14
<refentry>
 
15
        <refentryinfo>
 
16
        <title>Listaller Project</title>
 
17
        <copyright>
 
18
                <year>2009-2012</year>
 
19
                <holder>Matthias Klumpp</holder>
 
20
        </copyright>
 
21
        <productname>Listaller Project</productname>
 
22
        &date;
 
23
        </refentryinfo>
 
24
 
 
25
        <refmeta>
 
26
                <refentrytitle>depscan</refentrytitle>
 
27
                <manvolnum>1</manvolnum>
 
28
        </refmeta>
 
29
        <refnamediv>
 
30
                <refname>&package;</refname>
 
31
                <refpurpose>Detect binary dependencies</refpurpose>
 
32
        </refnamediv>
 
33
 
 
34
       <refsynopsisdiv>
 
35
               <cmdsynopsis>
 
36
                       <command>&package;</command>
 
37
                        <group choice="opt">
 
38
                               <option>OPTION ...</option>
 
39
                       </group>
 
40
                </cmdsynopsis>
 
41
        </refsynopsisdiv>
 
42
 
 
43
        <refsect1>
 
44
                <title>Description</title>
 
45
                <para>
 
46
                        This manual page documents briefly the <command>&package;</command> command.
 
47
                </para>
 
48
                <para>
 
49
                        <command>&package;</command> reads library dependencies of binary files in a directory
 
50
                        and ouputs them in form of a list.
 
51
                </para>
 
52
        </refsect1>
 
53
 
 
54
       <refsect1>
 
55
               <title>Options</title>
 
56
               <variablelist>
 
57
 
 
58
                <varlistentry>
 
59
                        <term><option>-r</option></term>
 
60
                        <term><option>--recursive</option></term>
 
61
                        <listitem>
 
62
                                <para>Search for binaries in recursive mode.</para>
 
63
                        </listitem>
 
64
                </varlistentry>
 
65
 
 
66
                <varlistentry>
 
67
                        <term><option>--simpletext</option></term>
 
68
                        <listitem>
 
69
                                <para>Output simple, machine-readable text.</para>
 
70
                        </listitem>
 
71
                </varlistentry>
 
72
 
 
73
                <varlistentry>
 
74
                        <term><option>--version</option></term>
 
75
                        <listitem>
 
76
                                <para>Display version number of &package;</para>
 
77
                        </listitem>
 
78
                </varlistentry>
 
79
 
 
80
                <varlistentry>
 
81
                        <term><option>--verbose</option></term>
 
82
                        <listitem>
 
83
                                <para>Turn on verbose mode (this can be used for debugging).</para>
 
84
                        </listitem>
 
85
                </varlistentry>
 
86
 
 
87
                </variablelist>
 
88
        </refsect1>
 
89
 
 
90
        <refsect1>
 
91
                <title>See Also</title>
 
92
                <para>libuild (1).</para>
 
93
                <para>
 
94
                        Additional documentation can be found on http://listaller.tenstral.net.
 
95
                </para>
 
96
        </refsect1>
 
97
<refsect1>
 
98
<title>AUTHOR</title>
 
99
<para>This manual page was written by Matthias Klumpp <email>matthias@tenstral.net</email>.
 
100
</para>
 
101
</refsect1>
 
102
</refentry>