~ubuntu-branches/ubuntu/maverick/autoconf/maverick

« back to all changes in this revision

Viewing changes to debian/man/ifnames.1

  • Committer: Bazaar Package Importer
  • Author(s): Ben Pfaff
  • Date: 2007-01-17 19:57:13 UTC
  • mfrom: (3.1.7 feisty)
  • Revision ID: james.westby@ubuntu.com-20070117195713-n2q7e2pbpu4ezbx7
Tags: 2.61-4
debian/control: Require m4 version 1.4.8 or later.  Thanks to Jim
Paris <jim@jtan.com> for reporting this bug.  Closes: #407385.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH IFNAMES "1" "September 2005" "ifnames 2.59" "User Commands"
 
2
.SH NAME
 
3
ifnames \- Extract CPP conditionals from a set of files
 
4
.SH SYNOPSIS
 
5
.B ifnames
 
6
[\fIOPTION\fR] ...  [\fIFILE\fR] ...
 
7
.SH DESCRIPTION
 
8
Scan all of the C source FILES (or the standard input, if none are
 
9
given) and write to the standard output a sorted list of all the
 
10
identifiers that appear in those files in `#if', `#elif', `#ifdef', or
 
11
`#ifndef' directives.  Print each identifier on a line, followed by a
 
12
space\-separated list of the files in which that identifier occurs.
 
13
.TP
 
14
\fB\-h\fR, \fB\-\-help\fR
 
15
print this help, then exit
 
16
.TP
 
17
\fB\-V\fR, \fB\-\-version\fR
 
18
print version number, then exit
 
19
.SH AUTHOR
 
20
Written by David J. MacKenzie and Paul Eggert.
 
21
.SH "REPORTING BUGS"
 
22
Report bugs to <bug\-autoconf@gnu.org>.
 
23
.SH COPYRIGHT
 
24
Copyright \(co 2003 Free Software Foundation, Inc.
 
25
.br
 
26
This is free software; see the source for copying conditions.  There is NO
 
27
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
28
.SH "SEE ALSO"
 
29
.BR autoconf (1),
 
30
.BR automake (1),
 
31
.BR autoreconf (1),
 
32
.BR autoupdate (1),
 
33
.BR autoheader (1),
 
34
.BR autoscan (1),
 
35
.BR config.guess (1),
 
36
.BR config.sub (1),
 
37
.BR ifnames (1),
 
38
.BR libtool (1).
 
39
.PP
 
40
The Debian project regards the full documentation for
 
41
.B ifnames
 
42
to be non-free, so it is not included in Debian.  Nevertheless, the
 
43
non-free distribution that accompanies Debian includes the manual in
 
44
its
 
45
.B autoconf-doc
 
46
package.  Otherwise, you may be able to access the Autoconf manual
 
47
online.