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: gutteridge
Date: Wed Jul 26 22:41:02 UTC 2023
Modified Files:
pkgsrc/doc/guide/files: fixes.xml
Log Message:
fixes.xml: correct grammar in a sentence
To generate a diff of this commit:
cvs rdiff -u -r1.189 -r1.190 pkgsrc/doc/guide/files/fixes.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.189 pkgsrc/doc/guide/files/fixes.xml:1.190
--- pkgsrc/doc/guide/files/fixes.xml:1.189 Sat Jul 22 22:55:18 2023
+++ pkgsrc/doc/guide/files/fixes.xml Wed Jul 26 22:41:02 2023
@@ -1,4 +1,4 @@
-<!-- $NetBSD: fixes.xml,v 1.189 2023/07/22 22:55:18 gutteridge Exp $ -->
+<!-- $NetBSD: fixes.xml,v 1.190 2023/07/26 22:41:02 gutteridge Exp $ -->
<chapter id="fixes"> <?dbhtml filename="fixes.html"?>
<title>Making your package work</title>
@@ -1423,7 +1423,7 @@ MESON_ARGS+= -Dx11=false
<sect2 id="basic-programming-languages">
<title>C, C++, and Fortran</title>
- <para>Compilers for the C and C++ languages comes with
+ <para>Compilers for the C and C++ languages come with
the NetBSD base system. By default, pkgsrc assumes that a package
is written in C and will hide all other compilers (via the wrapper
framework, see <xref linkend="buildlink" />).</para>
Home |
Main Index |
Thread Index |
Old Index