Received: by mail.netbsd.org (Postfix, from userid 605) id 212C084F5A; Sun, 4 Feb 2024 14:43:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4B7CC84E84 for ; Sun, 4 Feb 2024 14:43:13 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id BmP-PH8IxjBa for ; Sun, 4 Feb 2024 14:43:12 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 7EA7C84D27 for ; Sun, 4 Feb 2024 14:43:12 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 70670FA42; Sun, 4 Feb 2024 14:43:12 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1707057792247250" MIME-Version: 1.0 Date: Sun, 4 Feb 2024 14:43:12 +0000 From: "Taylor R Campbell" Subject: CVS commit: pkgsrc/pkgtools/pkg_install/files/lib To: pkgsrc-changes@NetBSD.org Reply-To: riastradh@netbsd.org X-Mailer: log_accum Message-Id: <20240204144312.70670FA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1707057792247250 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: riastradh Date: Sun Feb 4 14:43:12 UTC 2024 Modified Files: pkgsrc/pkgtools/pkg_install/files/lib: pkg_install.conf.5.in Log Message: pkg_install: Tiny markup fix in pkg_install.conf(5). No functional change -- documentation only. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 \ pkgsrc/pkgtools/pkg_install/files/lib/pkg_install.conf.5.in Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1707057792247250 Content-Disposition: inline Content-Length: 911 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/pkgtools/pkg_install/files/lib/pkg_install.conf.5.in diff -u pkgsrc/pkgtools/pkg_install/files/lib/pkg_install.conf.5.in:1.24 pkgsrc/pkgtools/pkg_install/files/lib/pkg_install.conf.5.in:1.25 --- pkgsrc/pkgtools/pkg_install/files/lib/pkg_install.conf.5.in:1.24 Sun Feb 4 14:29:21 2024 +++ pkgsrc/pkgtools/pkg_install/files/lib/pkg_install.conf.5.in Sun Feb 4 14:43:12 2024 @@ -1,4 +1,4 @@ -.\" $NetBSD: pkg_install.conf.5.in,v 1.24 2024/02/04 14:29:21 riastradh Exp $ +.\" $NetBSD: pkg_install.conf.5.in,v 1.25 2024/02/04 14:43:12 riastradh Exp $ .\" .\" Copyright (c) 2008, 2009, 2012 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -359,7 +359,7 @@ Default: .Pp Verification requirement for installing a package. Supported values are: -.Bl -tag -width interactive +.Bl -tag -width ".Dv interactive" .It Dv never Install package unconditionally. .It Dv always --_----------=_1707057792247250--