pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/doc/guide/files guide: Fix typos, reported by kim
details: https://anonhg.NetBSD.org/pkgsrc/rev/67040a09f69e
branches: trunk
changeset: 457335:67040a09f69e
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Aug 23 18:38:16 2021 +0000
description:
guide: Fix typos, reported by kim
diffstat:
doc/guide/files/fixes.xml | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 5314dc13970c -r 67040a09f69e doc/guide/files/fixes.xml
--- a/doc/guide/files/fixes.xml Mon Aug 23 15:09:19 2021 +0000
+++ b/doc/guide/files/fixes.xml Mon Aug 23 18:38:16 2021 +0000
@@ -1,4 +1,4 @@
-<!-- $NetBSD: fixes.xml,v 1.163 2021/08/22 16:27:50 wiz Exp $ -->
+<!-- $NetBSD: fixes.xml,v 1.164 2021/08/23 18:38:16 wiz Exp $ -->
<chapter id="fixes"> <?dbhtml filename="fixes.html"?>
<title>Making your package work</title>
@@ -580,7 +580,7 @@
problems due unrelated <varname>PKGREVISION</varname> bumps not
related to security fixes. Lower bounds can be added too, using
'>' or '>='. For example,
- <quote><literal>foo>'=1<1.2</literal></quote> would mark
+ <quote><literal>foo>=1<1.2</literal></quote> would mark
versions 1.0 (included) to 1.2 (excluded) of
<quote><literal>foo</literal></quote> as affected by the security
issue.</para>
@@ -590,7 +590,7 @@
<para>When fixing packages, please modify the upper bound of the
corresponding entry. To continue the previous example, if a fix
was backported to version 1.1nb2, change the previous pattern to
- <quote><literal>foo>'=1<1.1nb2</literal></quote>.</para>
+ <quote><literal>foo>=1<1.1nb2</literal></quote>.</para>
<para>To locally test a package version pattern against a
<varname>PKGNAME</varname> you can use the <command>pkg_admin
Home |
Main Index |
Thread Index |
Old Index