diff options
author | wiz <wiz@pkgsrc.org> | 2005-09-10 22:32:43 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-09-10 22:32:43 +0000 |
commit | 81184e6850afffad4bdf38c069b5697adadb9999 (patch) | |
tree | 1e9a79b4d953e120a0c1ea9449b69298d08c40cc /pkgtools | |
parent | f8d99a0a53f122774b13debe0457ffcd63defc11 (diff) | |
download | pkgsrc-81184e6850afffad4bdf38c069b5697adadb9999.tar.gz |
Use \*[Am] instead of & for HTML output.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkglint/files/lintpkgsrc.1 | 4 |
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. |