summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2011-11-21 12:36:35 +0000
committerMarc Espie <espie@cvs.openbsd.org>2011-11-21 12:36:35 +0000
commit386a3504aee479ef096175ff827f4eacb0706585 (patch)
treedea3e1e383395b56c8717d4d9c10db120742c6b8
parent2043f4d8dcdb4710cba200804d33c8ce53a41274 (diff)
reuse the pkgpath(7) documentation in a more obvious way
-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 307f6b9df2a..eaaa21e5af5 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.21 2011/11/21 12:00:57 espie Exp $
+.\" $OpenBSD: packages-specs.7,v 1.22 2011/11/21 12:36:34 espie Exp $
.\"
.\" Copyright (c) 2001 Marc Espie
.\"
@@ -187,11 +187,11 @@ or
.Ev RUN_DEPENDS .
All those conform to
.Bd -literal -offset indent
-[pkgspec:]directory,[-multi],[flavor...]
+[pkgspec:]pkgpath
.Ed
.Pp
The
-.Ar directory,[-multi],[flavor...]
+.Xr pkgpath 7
part of the dependency is always used to obtain the default dependency for
the given package (the package that will be built and installed if no package
is found).