Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A240084D8A for ; Fri, 29 Sep 2023 08:22:49 +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 e24eay5s5Lfi for ; Fri, 29 Sep 2023 08:22:49 +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 F27AB84CE3 for ; Fri, 29 Sep 2023 08:22:48 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EBEB8FBDB; Fri, 29 Sep 2023 08:22:48 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_169597576844790" MIME-Version: 1.0 Date: Fri, 29 Sep 2023 08:22:48 +0000 From: "David Brownlee" Subject: CVS commit: pkgsrc/pkgtools/pbulk/files/pbulk/pbuild To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: abs@netbsd.org X-Mailer: log_accum Message-Id: <20230929082248.EBEB8FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_169597576844790 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: abs Date: Fri Sep 29 08:22:48 UTC 2023 Modified Files: pkgsrc/pkgtools/pbulk/files/pbulk/pbuild: pbulk-build.1 Log Message: Fix "additinal" -> "additional" typo in manpage To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 \ pkgsrc/pkgtools/pbulk/files/pbulk/pbuild/pbulk-build.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_169597576844790 Content-Disposition: inline Content-Length: 908 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/pkgtools/pbulk/files/pbulk/pbuild/pbulk-build.1 diff -u pkgsrc/pkgtools/pbulk/files/pbulk/pbuild/pbulk-build.1:1.5 pkgsrc/pkgtools/pbulk/files/pbulk/pbuild/pbulk-build.1:1.6 --- pkgsrc/pkgtools/pbulk/files/pbulk/pbuild/pbulk-build.1:1.5 Sun Feb 12 04:23:38 2023 +++ pkgsrc/pkgtools/pbulk/files/pbulk/pbuild/pbulk-build.1 Fri Sep 29 08:22:48 2023 @@ -1,4 +1,4 @@ -.\" $NetBSD: pbulk-build.1,v 1.5 2023/02/12 04:23:38 joerg Exp $ +.\" $NetBSD: pbulk-build.1,v 1.6 2023/09/29 08:22:48 abs Exp $ .\" .\" Copyright (c) 2007 Thomas Klausner and Joerg Sonnenberger. .\" All rights reserved. @@ -212,7 +212,7 @@ the higher effective weight is built fir .El These items correspond to the output of .Dl make pbulk-index-item -run in the package directory with the additinal variables +run in the package directory with the additional variables .Dv PKG_LOCATION and .Dv DEPENDS --_----------=_169597576844790--