summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorwiz <wiz>2005-09-10 22:32:43 +0000
committerwiz <wiz>2005-09-10 22:32:43 +0000
commit69f3d278b7861618ce8e27bf7ebc86e72dc6131e (patch)
tree1e9a79b4d953e120a0c1ea9449b69298d08c40cc /pkgtools
parentf5e6b3aec78dfadd8ad5254d4bc97a718a1f27bd (diff)
downloadpkgsrc-69f3d278b7861618ce8e27bf7ebc86e72dc6131e.tar.gz
Use \*[Am] instead of & for HTML output.
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/pkglint/files/lintpkgsrc.14
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pkglint/files/lintpkgsrc.1 b/pkgtools/pkglint/files/lintpkgsrc.1
index 80dd7825554..fbba39093a7 100644
--- a/pkgtools/pkglint/files/lintpkgsrc.1
+++ b/pkgtools/pkglint/files/lintpkgsrc.1
@@ -1,4 +1,4 @@
-.\" $NetBSD: lintpkgsrc.1,v 1.26 2005/05/23 08:35:41 rillig Exp $
+.\" $NetBSD: lintpkgsrc.1,v 1.27 2005/09/10 22:32:43 wiz Exp $
.\"
.\" Copyright (c) 1999 by David Brownlee (abs@netbsd.org)
.\" Absolutely no warranty.
@@ -202,6 +202,6 @@ The
algorithm used to obtain package versions
and DEPENDS information is geared towards speed rather than
perfection, though it has got somewhat better over time, it only
-parses the simplest Makefile conditionals. (a == b, no && etc).
+parses the simplest Makefile conditionals. (a == b, no \*[Am]\*[Am] etc).
.Pp
Potentially others, but non serious to date.