summaryrefslogtreecommitdiffstats
path: root/development/gnulib/manpages/check-module.1
diff options
context:
space:
mode:
Diffstat (limited to 'development/gnulib/manpages/check-module.1')
-rw-r--r--development/gnulib/manpages/check-module.133
1 files changed, 33 insertions, 0 deletions
diff --git a/development/gnulib/manpages/check-module.1 b/development/gnulib/manpages/check-module.1
new file mode 100644
index 0000000000..5a14ecbc45
--- /dev/null
+++ b/development/gnulib/manpages/check-module.1
@@ -0,0 +1,33 @@
+.TH CHECK-MODULE 1 "2006-06-01" "0.0.20060601" "GNU Portability Library"
+
+.SH NAME
+check-module \- program to check gnulib modules.
+
+.SH SYNOPSIS
+.B check-module [OPTIONS] FILE...
+
+.SH DESCRIPTION
+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.
+.PP
+.B check-module
+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.
+.PP
+
+.SH OPTIONS
+.TP
+.B \-h, \-\-help
+Show summary of options.
+.TP
+.B \-v, \-\-version
+Show version of program.
+
+.SH BUGS
+Report bugs to <bug-gnulib@gnu.org>.
+
+.SH SEE ALSO
+.BR gnulib (1).
+
+.SH AUTHOR
+check-module was written by the Free Software Foundation and others (sources of various origins).
+.PP
+This manual page was written by Daniel Baumann <daniel@debian.org>, for the Debian project (but may be used by others).