Received: by mail.netbsd.org (Postfix, from userid 605) id E47D884D8D; Wed, 3 Apr 2019 23:49:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6CD2984D8C for ; Wed, 3 Apr 2019 23:49:08 +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 zF2F8LxcBdpf for ; Wed, 3 Apr 2019 23:49:08 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id C4CF484C85 for ; Wed, 3 Apr 2019 23:49:07 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BBC64FB16; Wed, 3 Apr 2019 23:49:07 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1554335347251910" MIME-Version: 1.0 Date: Wed, 3 Apr 2019 23:49:07 +0000 From: "Sevan Janiyan" Subject: CVS commit: pkgsrc/doc/guide/files To: pkgsrc-changes@NetBSD.org Reply-To: sevan@netbsd.org X-Mailer: log_accum Message-Id: <20190403234907.BBC64FB16@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. --_----------=_1554335347251910 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: sevan Date: Wed Apr 3 23:49:07 UTC 2019 Modified Files: pkgsrc/doc/guide/files: introduction.xml Log Message: typo found with xmllint To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 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. --_----------=_1554335347251910 Content-Disposition: inline Content-Length: 996 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.42 pkgsrc/doc/guide/files/introduction.xml:1.43 --- pkgsrc/doc/guide/files/introduction.xml:1.42 Wed Apr 3 14:41:24 2019 +++ pkgsrc/doc/guide/files/introduction.xml Wed Apr 3 23:49:07 2019 @@ -1,4 +1,4 @@ - + What is pkgsrc? @@ -390,7 +390,7 @@ minutes! show if the command should/can be issued as root, or if 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 + shell prompt, assuming they use the C-shell or tcsh and a &uprompt; for bourne shell and derivatives. --_----------=_1554335347251910--