Merge change up to right before new-year copyright bumping
[gnulib.git] / debian / manpages / check-module.1
1 .TH CHECK-MODULE 1 "2006-06-01" "0.0.20060601" "GNU Portability Library"
2
3 .SH NAME
4 check-module \- program to check gnulib modules.
5
6 .SH SYNOPSIS
7 .B check-module [OPTIONS] FILE...
8
9 .SH DESCRIPTION
10 The GNU portability library is a macro system and C declarations and definitions for commonly-used API elements and abstracted system behaviors. It can be used to improve portability and other functionality in your programs.
11 .PP
12 .B check-module
13 reads a module description file and derives the set of files included directly by any .c or .h file listed in the `Files:' section. First, it takes the union of all such sets for any dependent modules. Then, it compares that set with the set derived from the names listed in the various Files: sections.
14 .PP
15
16 .SH OPTIONS
17 .TP
18 .B \-h, \-\-help
19 Show summary of options.
20 .TP
21 .B \-v, \-\-version
22 Show version of program.
23
24 .SH BUGS
25 Report bugs to <bug-gnulib@gnu.org>.
26
27 .SH SEE ALSO
28 .BR gnulib (1).
29
30 .SH AUTHOR
31 check-module was written by the Free Software Foundation and others (sources of various origins).
32 .PP
33 This manual page was written by Daniel Baumann <daniel@debian.org>, for the Debian project (but may be used by others).