pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/pkgtools/pkglint/files Improve explanation for missing...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a209e24398af
branches:  trunk
changeset: 556646:a209e24398af
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Mar 25 16:33:25 2009 +0000

description:
Improve explanation for missing man pages for sbin/ programs.

diffstat:

 pkgtools/pkglint/files/pkglint.pl |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (23 lines):

diff -r f143c9196bb9 -r a209e24398af pkgtools/pkglint/files/pkglint.pl
--- a/pkgtools/pkglint/files/pkglint.pl Wed Mar 25 14:12:58 2009 +0000
+++ b/pkgtools/pkglint/files/pkglint.pl Wed Mar 25 16:33:25 2009 +0000
@@ -1,5 +1,5 @@
 #! @PERL@
-# $NetBSD: pkglint.pl,v 1.805 2009/03/25 14:12:58 rillig Exp $
+# $NetBSD: pkglint.pl,v 1.806 2009/03/25 16:33:25 wiz Exp $
 #
 
 # pkglint - static analyzer and checker for pkgsrc packages
@@ -7777,9 +7777,9 @@
                                        $opt_warn_extra and $line->log_warning("Manual page missing for sbin/${binname}.");
                                        $opt_warn_extra and $line->explain_warning(
 "All programs that can be run directly by the user should have a manual",
-"page for quick reference. The programs in the bin/ directory should have",
-"corresponding manual pages in section 1 (filename program.1), not in",
-"section 8.");
+"page for quick reference. The programs in the sbin/ directory should have",
+"corresponding manual pages in section 8 (filename program.8), not in",
+"section 1.");
                                }
 
                        } elsif ($text =~ m"^share/applications/.*\.desktop$") {



Home | Main Index | Thread Index | Old Index