summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorajacoutot <ajacoutot@openbsd.org>2012-07-08 08:53:37 +0000
committerajacoutot <ajacoutot@openbsd.org>2012-07-08 08:53:37 +0000
commit41e8a573328a3b6fefe97edf366db4bc0c2933a1 (patch)
tree78e95a0a4725ad4cde61286e04489e0ea9319273
parentremove unneeded and error-prone :: rules (diff)
downloadwireguard-openbsd-41e8a573328a3b6fefe97edf366db4bc0c2933a1.tar.xz
wireguard-openbsd-41e8a573328a3b6fefe97edf366db4bc0c2933a1.zip
Remove the "Variables" chapter from CAVEATS now that it's been fixed.
ok jasper@
-rw-r--r--usr.bin/pkg-config/pkg-config.113
1 files changed, 2 insertions, 11 deletions
diff --git a/usr.bin/pkg-config/pkg-config.1 b/usr.bin/pkg-config/pkg-config.1
index ab4fac611de..5f9a3a67970 100644
--- a/usr.bin/pkg-config/pkg-config.1
+++ b/usr.bin/pkg-config/pkg-config.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pkg-config.1,v 1.26 2012/03/19 10:25:17 ajacoutot Exp $
+.\" $OpenBSD: pkg-config.1,v 1.27 2012/07/08 08:53:37 ajacoutot Exp $
.\"
.\" Copyright (c) 2006 Chris Kuethe <ckuethe@openbsd.org>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: March 19 2012 $
+.Dd $Mdocdate: July 8 2012 $
.Dt PKG-CONFIG 1
.Os
.Sh NAME
@@ -219,15 +219,6 @@ The
flag that can be encountered in Cflags is not treated differently from
.Fl I
in this implementation.
-.It Ev Variables
-Due to the way variables are retrieved and expanded, in this version of
-.Nm
-certain syntax that is valid in the original implementation is not
-allowed in this
-.Nm .
-For example storing requirements in a variable, and only using this
-variable in the Requires field, is not allowed.
-Otherwise all the variable values can be treated as a (valid) package.
.It Ev Whitespace
.Nm
does not go to great lengths to try to fix whitespace abuse.