summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2001-11-20 17:34:16 +0000
committerwiz <wiz@pkgsrc.org>2001-11-20 17:34:16 +0000
commit5e0d8718d10d4cd6a1e4df2703214bf939e6cc7f (patch)
treec5ea89c39c36100ddd970b1d74039dd0d442a29c
parent6dbeaaa3a22b2b330794fca3c9ae754336c23ad0 (diff)
downloadpkgsrc-5e0d8718d10d4cd6a1e4df2703214bf939e6cc7f.tar.gz
Sort options, sort sections, and some minor fixes.
-rw-r--r--pkgtools/pkglint/files/pkglint.158
1 files changed, 29 insertions, 29 deletions
diff --git a/pkgtools/pkglint/files/pkglint.1 b/pkgtools/pkglint/files/pkglint.1
index 4a2b634efa5..beda24f3fff 100644
--- a/pkgtools/pkglint/files/pkglint.1
+++ b/pkgtools/pkglint/files/pkglint.1
@@ -1,10 +1,10 @@
-.\" $NetBSD: pkglint.1,v 1.5 2000/09/05 00:02:17 wiz Exp $
+.\" $NetBSD: pkglint.1,v 1.6 2001/11/20 17:34:16 wiz Exp $
.\" From FreeBSD: portlint.1,v 1.8 1997/11/25 14:53:14 itojun Exp
.\"
.\" Copyright (c) 1997 by Jun-ichiro Itoh <itojun@itojun.org>.
.\" All Rights Reserved. Absolutely no warranty.
.\"
-.Dd September 05, 2000
+.Dd September 5, 2000
.Dt PKGLINT 1
.Sh NAME
.Nm pkglint
@@ -35,11 +35,16 @@ especially when checking complex
.Pp
.Sy Options
.Bl -tag -width Fl
+.It Fl B Ar n
+Set the number of contiguous blank lines allowed in
+.Pa Makefile
+to
+.Ar n
+(by default,
+.Ar n
+is 1.)
.It Fl h
Show the summary of command line options, then exit.
-.It Fl v
-Be verbose.
-Show the progress report for items that are being checked.
.It Fl I
Show the Makefile that is constructed by including all the files that
are slurped in via .include directives.
@@ -49,21 +54,30 @@ New package flag.
Adds several checks specific to newly submitted packages.
If you are willing to submit the directory to be checked as a new package,
use this option.
-.It Fl B Ar n
-Set the number of contiguous blank lines allowed in
-.Pa Makefile
-to
-.Ar n
-(by default,
-.Ar n
-is 1.)
+.It Fl v
+Be verbose.
+Show the progress report for items that are being checked.
.It dir
The pkgsrc directory to be checked.
-If omitted, all checks will be performed over the current directory.
+If omitted, all checks will be performed on the current directory.
+.El
+.Sh FILES
+.Bl -tag -width /usr/share/mk/bsd.port.mk -compact
+.\".It FreeBSD:
+.\".It Pa /usr/share/mk/bsd.port.mk
+.\"master Makefile for ports
+.\".It Pa /usr/ports/*
+.\"port collection
+.\".Pp
+.\".It NetBSD:
+.It Pa /usr/pkgsrc/mk/bsd.pkg.mk
+master Makefile for pkgsrc
+.It Pa /usr/pkgsrc/*
+pkgsrc collection
.El
.Sh DIAGNOSTICS
Messages will be sent to standard output, not standard error.
-.Bl -tag -width WARN: foobaa
+.Bl -tag -width "WARN: foobaa"
.It FATAL: ...
This type of error messages suggests that there is some fatal error
in the pkgsrc directory.
@@ -91,20 +105,6 @@ and obey/ignore the result.
This type of messages is used in verbose mode
.Pq Fl v .
.El
-.Sh FILES
-.Bl -tag -width /usr/share/mk/bsd.port.mk -compact
-.\".It FreeBSD:
-.\".It Pa /usr/share/mk/bsd.port.mk
-.\"master Makefile for ports
-.\".It Pa /usr/ports/*
-.\"port collection
-.\".Pp
-.\".It NetBSD:
-.It Pa /usr/pkgsrc/mk/bsd.pkg.mk
-master Makefile for pkgsrc
-.It Pa /usr/pkgsrc/*
-.El
-pkgsrc collection
.Sh AUTHORS
Jun-ichiro Itoh <itojun@itojun.org>
and