Received: by mail.netbsd.org (Postfix, from userid 605) id 61FCD84E69; Sat, 3 Dec 2022 01:58:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 934A884E68 for ; Sat, 3 Dec 2022 01:58:19 +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 eHJTpuTpjJZM for ; Sat, 3 Dec 2022 01:58:19 +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 C934C84D2D for ; Sat, 3 Dec 2022 01:58:18 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BD23AFA90; Sat, 3 Dec 2022 01:58:18 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1670032698205440" MIME-Version: 1.0 Date: Sat, 3 Dec 2022 01:58:18 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/doc/guide/files To: pkgsrc-changes@NetBSD.org Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20221203015818.BD23AFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1670032698205440 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Sat Dec 3 01:58:18 UTC 2022 Modified Files: pkgsrc/doc/guide/files: introduction.xml Log Message: introduction.xml: capitalize Bourne To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 pkgsrc/doc/guide/files/introduction.xml Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1670032698205440 Content-Disposition: inline Content-Length: 1292 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/guide/files/introduction.xml diff -u pkgsrc/doc/guide/files/introduction.xml:1.46 pkgsrc/doc/guide/files/introduction.xml:1.47 --- pkgsrc/doc/guide/files/introduction.xml:1.46 Fri Aug 14 07:40:51 2020 +++ pkgsrc/doc/guide/files/introduction.xml Sat Dec 3 01:58:18 2022 @@ -1,4 +1,4 @@ - + What is pkgsrc? @@ -224,7 +224,7 @@ minutes! Bitrig Jun 2014 - README.Bitrig + Removed from pkgsrc Sep 2022 @@ -391,6 +391,6 @@ minutes! normal user privileges are sufficient. We use a &rprompt; for root's shell prompt, a &cprompt; for users' shell prompt, assuming they use the C-shell or tcsh and a &uprompt; for - bourne shell and derivatives. + Bourne shell and derivatives. --_----------=_1670032698205440--