summaryrefslogtreecommitdiff
path: root/pkgtools/pkglint
diff options
context:
space:
mode:
authoragc <agc>2001-05-14 15:01:24 +0000
committeragc <agc>2001-05-14 15:01:24 +0000
commita465745df443e22fc9707d6bcbfa7165560cb4e9 (patch)
treeb1c0648793689ae02da3f2715ef3cd01f76c4fb8 /pkgtools/pkglint
parentfa95c3d77492cfd6c849ce45e61da6c99853eb58 (diff)
downloadpkgsrc-a465745df443e22fc9707d6bcbfa7165560cb4e9.tar.gz
Sync the manpage with reality: s/md5/distinfo/g
Diffstat (limited to 'pkgtools/pkglint')
-rw-r--r--pkgtools/pkglint/files/lintpkgsrc.110
1 files changed, 5 insertions, 5 deletions
diff --git a/pkgtools/pkglint/files/lintpkgsrc.1 b/pkgtools/pkglint/files/lintpkgsrc.1
index c7a63b9deac..8a432654737 100644
--- a/pkgtools/pkglint/files/lintpkgsrc.1
+++ b/pkgtools/pkglint/files/lintpkgsrc.1
@@ -1,4 +1,4 @@
-.\" $NetBSD: lintpkgsrc.1,v 1.14 2000/11/17 12:45:31 abs Exp $
+.\" $NetBSD: lintpkgsrc.1,v 1.15 2001/05/14 15:01:24 agc Exp $
.\"
.\" Copyright (c) 1999 by David Brownlee (abs@netbsd.org)
.\" Absolutely no warranty.
@@ -93,15 +93,15 @@ pkgsrc.
Run pkglint on every package in pkgsrc.
.It Fl m
For each current distfile, verify its checksum against the appropriate
-package's md5 file. Also report if any package's md5 file references
-the same distfile with a different md5 checksum.
+package's distinfo file. Also report if any package's distinfo file references
+the same distfile with a different distinfo checksum.
.It Fl o
-Report any old distfile (not referenced by any package's md5 file).
+Report any old distfile (not referenced by any package's distinfo file).
.It Fl p
Report any old binary packages in any subdirs of
.Em PACKAGES .
.It Fl r
-Remove distfiles which are not referenced from any package's md5 file,
+Remove distfiles which are not referenced from any package's distinfo file,
or have an incorrect checksum (usually due to an interrupted download),
and any old binary packages. To remove any given type, additionally
specify the -o, -m, or -p flags respectively.