diff options
Diffstat (limited to 'ports-mgmt/portlint/src/portlint.1')
-rw-r--r-- | ports-mgmt/portlint/src/portlint.1 | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/ports-mgmt/portlint/src/portlint.1 b/ports-mgmt/portlint/src/portlint.1 index e918a65a5c67..179ced1cce1a 100644 --- a/ports-mgmt/portlint/src/portlint.1 +++ b/ports-mgmt/portlint/src/portlint.1 @@ -1,10 +1,10 @@ .\" $FreeBSD$ -.\" $MCom: portlint/portlint.1,v 1.10 2009/12/19 21:05:23 marcus Exp $ +.\" $MCom: portlint/portlint.1,v 1.11 2010/04/04 18:09:43 marcus Exp $ .\" .\" Copyright (c) 1997 by Jun-ichiro Hagino <itojun@itojun.org>. .\" All Rights Reserved. Absolutely no warranty. .\" -.Dd May 30, 2006 +.Dd April 1, 2010 .Dt PORTLINT 1 .Sh NAME .Nm portlint @@ -62,6 +62,8 @@ appropriate). This option is disabled if is specified. .It Fl h Show the summary of command line options, then exit. +.It Fl m +Adds checks for $PORTSDIR/MOVED, $PORTSDIR/UIDs, and $PORTSDIR/GIDs. .It Fl v Be verbose. Show the progress report for items that are being checked. @@ -71,7 +73,7 @@ Nit pick about use of spaces. Turn on all additional checks. .It Fl C Pedantic committer flag. This is equivalent to -.Fl abct . +.Fl abcmt . .It Fl N New port flag. Adds several checks specific to newly submitted port. @@ -97,7 +99,7 @@ If omitted, check will be performed over the current directory. .El .Sh DIAGNOSTICS Messages will be sent to standard output, not standard error output. -.Bl -tag -width WARN: foobaa +.Bl -tag -width "WARN: foobaa" .It FATAL: ... This type of error message suggests that there is some fatal error in the port directory. @@ -162,7 +164,7 @@ on can be overriden by setting the .Va PORTSDIR environment variable. - +.El .Sh AUTHORS .An Joe Marcus Clarke Aq marcus@FreeBSD.org .An Michael Haro Aq mharo@FreeBSD.org |