35 lines
1.1 KiB
Groff
35 lines
1.1 KiB
Groff
.TH MANPAGE-ALERT 1 "Debian Utilities" "DEBIAN" \" -*- nroff -*-
|
|
.SH NAME
|
|
manpage-alert \- check for binaries without corresponding manpages
|
|
.SH SYNOPSIS
|
|
\fBmanpage-alert\fR [\fIoptions\fR] [\fIpaths\fR]
|
|
.SH DESCRIPTION
|
|
\fBmanpage-alert\fR searches the given list of paths for binaries without
|
|
corresponding manpages.
|
|
.P
|
|
If no \fIpaths\fR are specified on the command line, the path list
|
|
\fI/bin /sbin /usr/bin /usr/sbin /usr/games\fR will be assumed.
|
|
.SH OPTIONS
|
|
.TP
|
|
.BR \-h\fR, \fB\-\-help
|
|
Show a summary of options.
|
|
.TP
|
|
.BR \-V\fR, \fB\-\-version
|
|
Show version and copyright information.
|
|
.TP
|
|
.BR \-f\fR, \fB\-\-file
|
|
Show filenames of missing manpages without any leading text.
|
|
.TP
|
|
.BR \-p\fR, \fB\-\-package
|
|
Show filenames of missing manpages with their package name.
|
|
.TP
|
|
.BR \-n\fR, \fB\-\-no\-stat
|
|
Do not show statistics at the end.
|
|
.SH AUTHOR
|
|
\fBmanpage-alert\fR was written by Branden Robinson and modified by
|
|
Julian Gilbey <jdg@debian.org> and Adam D. Barratt
|
|
<debian\-bts@adam\-barratt.org.uk> (who also wrote this manpage) for the
|
|
devscripts package.
|
|
.P
|
|
This manpage and the associated program are licensed under the terms of
|
|
the GPL, version 2 or later.
|