Received: by mail.netbsd.org (Postfix, from userid 605) id 11B0284D8E; Tue, 27 Nov 2018 10:36:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EF7F784CEA for ; Tue, 27 Nov 2018 10:36:53 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 5pk9-fdH7A0C for ; Tue, 27 Nov 2018 10:36:53 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 2FA5584C81 for ; Tue, 27 Nov 2018 10:36:53 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1EC79FB1F; Tue, 27 Nov 2018 10:36:53 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_154331501358730" MIME-Version: 1.0 Date: Tue, 27 Nov 2018 10:36:53 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/pkgtools/pkg_chk/files To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20181127103653.1EC79FB1F@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_154331501358730 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue Nov 27 10:36:53 UTC 2018 Modified Files: pkgsrc/pkgtools/pkg_chk/files: pkg_chk.8 Log Message: More macros. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 pkgsrc/pkgtools/pkg_chk/files/pkg_chk.8 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_154331501358730 Content-Disposition: inline Content-Length: 1203 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/pkgtools/pkg_chk/files/pkg_chk.8 diff -u pkgsrc/pkgtools/pkg_chk/files/pkg_chk.8:1.31 pkgsrc/pkgtools/pkg_chk/files/pkg_chk.8:1.32 --- pkgsrc/pkgtools/pkg_chk/files/pkg_chk.8:1.31 Sun Nov 25 20:17:26 2018 +++ pkgsrc/pkgtools/pkg_chk/files/pkg_chk.8 Tue Nov 27 10:36:52 2018 @@ -1,10 +1,11 @@ -.\" $NetBSD: pkg_chk.8,v 1.31 2018/11/25 20:17:26 martin Exp $ +.\" $NetBSD: pkg_chk.8,v 1.32 2018/11/27 10:36:52 wiz Exp $ .\" .\" Copyright (c) 2001 by David Brownlee (abs@NetBSD.org) .\" Absolutely no warranty. .\" .Dd November 25, 2018 .Dt PKG_CHK 8 +.Os .Sh NAME .Nm pkg_chk .Nd check, and optionally update, installed packages @@ -283,7 +284,7 @@ is added to the list of tags. Tags should not contain the - or + characters. .Pp Setting the tag -.Sq * +.Sq * will cause all package lines to match, regardless of their tag values. .Pp To see tags for the current machine, run @@ -393,9 +394,11 @@ x11/xlockmore x11 -wop .Ed .Sh AUTHORS +.An -nosplit .An David Brownlee -.Aq abs@NetBSD.org , -plus much from Stoned Elipot. +.Aq Mt abs@NetBSD.org , +plus much from +.An Stoned Elipot . .Sh BUGS When used against binary packages, .Nm --_----------=_154331501358730--