pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/doc/guide/files
Module Name: pkgsrc
Committed By: fcambus
Date: Sat Dec 12 21:45:41 UTC 2020
Modified Files:
pkgsrc/doc/guide/files: fixes.xml plist.xml
Log Message:
doc/guide: fix a couple of typos in the .xml files.
To generate a diff of this commit:
cvs rdiff -u -r1.159 -r1.160 pkgsrc/doc/guide/files/fixes.xml
cvs rdiff -u -r1.28 -r1.29 pkgsrc/doc/guide/files/plist.xml
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/doc/guide/files/fixes.xml
diff -u pkgsrc/doc/guide/files/fixes.xml:1.159 pkgsrc/doc/guide/files/fixes.xml:1.160
--- pkgsrc/doc/guide/files/fixes.xml:1.159 Tue Aug 11 20:32:58 2020
+++ pkgsrc/doc/guide/files/fixes.xml Sat Dec 12 21:45:41 2020
@@ -1,4 +1,4 @@
-<!-- $NetBSD: fixes.xml,v 1.159 2020/08/11 20:32:58 bacon Exp $ -->
+<!-- $NetBSD: fixes.xml,v 1.160 2020/12/12 21:45:41 fcambus Exp $ -->
<chapter id="fixes"> <?dbhtml filename="fixes.html"?>
<title>Making your package work</title>
@@ -1439,7 +1439,7 @@ pre-configure:
<para><varname>REPLACE_SH</varname>,
<varname>REPLACE_BASH</varname>, <varname>REPLACE_CSH</varname>,
and <varname>REPLACE_KSH</varname> can be used to replace shell
- hash bangs in files. Please use the appropriate one, prefering
+ hash bangs in files. Please use the appropriate one, preferring
<varname>REPLACE_SH</varname> in case this shell is sufficient.
Each should contain a list of scripts, relative to
<varname>WRKSRC</varname>, that you want adjusted. Every
Index: pkgsrc/doc/guide/files/plist.xml
diff -u pkgsrc/doc/guide/files/plist.xml:1.28 pkgsrc/doc/guide/files/plist.xml:1.29
--- pkgsrc/doc/guide/files/plist.xml:1.28 Wed Jun 10 16:07:18 2020
+++ pkgsrc/doc/guide/files/plist.xml Sat Dec 12 21:45:41 2020
@@ -1,4 +1,4 @@
-<!-- $NetBSD: plist.xml,v 1.28 2020/06/10 16:07:18 leot Exp $ -->
+<!-- $NetBSD: plist.xml,v 1.29 2020/12/12 21:45:41 fcambus Exp $ -->
<chapter id="plist">
<title>PLIST issues</title>
@@ -172,7 +172,7 @@ ${PLIST.foo}share/bar/foo.data
<para>An artificial space has been added between NetBSD and $, this is a
workaround here to prevent CVS expanding to the filename of the guide. When
-adding the RCS ID the space should be ommited.</para>
+adding the RCS ID the space should be omitted.</para>
</sect1>
Home |
Main Index |
Thread Index |
Old Index