Added some code to peer into a data structure in Maemian/Schedule.pm. Also added the
[maemian] / nokia-lintian / man / lintian-info.1
1 .\" Copyright (C) 1998 Richard Braakman and Christian Schwarz
2 .\"
3 .\" This manual page is free software.  It is distributed under the
4 .\" terms of the GNU General Public License as published by the Free
5 .\" Software Foundation; either version 2 of the License, or (at your
6 .\" option) any later version.
7 .\"
8 .\" This manual page is distributed in the hope that it will be useful,
9 .\" but WITHOUT ANY WARRANTY; without even the implied warranty of
10 .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11 .\" GNU General Public License for more details.
12 .\"
13 .\" You should have received a copy of the GNU General Public License
14 .\" along with this manual page; if not, write to the Free Software
15 .\" Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301
16 .\" USA
17 .\"
18 .TH LINTIAN-INFO 1 "August 16, 2006" "Debian GNU/Linux"
19 .if n .ad l
20 .nh
21
22 .SH NAME
23 lintian-info \- give detailed information about Lintian's error tags
24
25 .SH SYNOPSIS
26 .B lintian-info
27 .RI [ log-file ... ]
28 \&...
29
30 .B lintian-info \-\-tags
31 .I tag
32 \&...
33
34 .SH DESCRIPTION
35 .PP
36 The
37 .B lintian-info
38 command parses the output of the
39 .B lintian
40 command and gives verbose information about the listed Lintian error
41 tags, parses a Lintian override file and gives verbose information about
42 the tags included, or (if given the
43 .BR \-t " or " \-\-tags
44 option) explains a given tag or tags.
45 .sp
46 If no log-file is specified on the command line, this command expects
47 its input on stdin. Thus, the output of
48 .B lintian
49 can either be piped through
50 .B lintian-info
51 or a log file produced by
52 .B lintian
53 can be processed with this command. (Note, that the
54 .B lintian
55 command has a command line option
56 .B \-i
57 to automatically pipe its output through
58 .BR lintian-info .
59 Thus, you will rarely use this command directly.)
60
61 .SH OPTIONS
62 .TP
63 .BR \-a ", " \-\-annotate
64 Read from standard input or any files specified on the command line and
65 search the input for lines formatted like Lintian override entries.  For
66 each one that was found, display verbose information about that tag.
67
68 .TP
69 .BR \-t ", " \-\-tags
70 Rather than treating them as log file names, treat any command-line
71 options as tag names and display the descriptions of each tag.
72
73 .SH EXIT STATUS
74 .PP
75 If
76 .BR \-t " or " \-\-tags
77 was given and one or more of the tags specified were unknown, this command
78 returns the exit code 1.  Otherwise, it always returns with exit code 0.
79
80 .SH SEE ALSO
81 .BR lintian (1)
82
83 .SH AUTHORS
84 Richard Braakman <dark@xs4all.nl>
85 .br
86 Christian Schwarz <schwarz@monet.m.isar.de>