summaryrefslogtreecommitdiff
path: root/share/man/man7
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2001-07-16 00:27:03 +0000
committerMarc Espie <espie@cvs.openbsd.org>2001-07-16 00:27:03 +0000
commit90290729d4a4e905d96796442cd478bd4aef5915 (patch)
treea0b56525793d6bd858e98b9dd538e3194417f273 /share/man/man7
parentbfedcf6569ea08d8d1fd22ca3a2282e07e85de02 (diff)
More realistic example, noticed by Heikki Korpela.
Diffstat (limited to 'share/man/man7')
-rw-r--r--share/man/man7/packages-specs.76
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man7/packages-specs.7 b/share/man/man7/packages-specs.7
index 7bccd776f34..23e9ad3201e 100644
--- a/share/man/man7/packages-specs.7
+++ b/share/man/man7/packages-specs.7
@@ -1,4 +1,4 @@
-.\" $OpenBSD: packages-specs.7,v 1.1 2001/04/09 14:57:37 espie Exp $
+.\" $OpenBSD: packages-specs.7,v 1.2 2001/07/16 00:27:02 espie Exp $
.\"
.\" Copyright (c) 2001 Marc Espie
.\"
@@ -140,7 +140,7 @@ If the flavor specification is left blank, any flavor will do.
Note that most default package names don't contain flavor specification,
which means that any flavor will do. For instance, in
.Bd -literal -offset indent
-LIB_DEPENDS=aalib.1.2::graphics/aalib
+LIB_DEPENDS=aa.1.2::graphics/aalib
.Ed
.Pp
both
@@ -158,7 +158,7 @@ append
.Sq -!f .
In the preceding case, one may use
.Bd -literal -offset indent
-LIB_DEPENDS=aalib.1.2:aalib-1.2-!no_x11:graphics/aalib
+LIB_DEPENDS=aa.1.2:aalib-1.2-!no_x11:graphics/aalib
.Ed
.Pp
to ensure the no_x11 flavor is not picked.