diff options
author | 2011-11-21 12:36:34 +0000 | |
---|---|---|
committer | 2011-11-21 12:36:34 +0000 | |
commit | f55bf3979662f437adac01d22ade5b5d3b205c8d (patch) | |
tree | 6f991e0a18a6101883aa38b8a2f423af55a49b6c | |
parent | document PREPARE_CHECK_ONLY (diff) | |
download | wireguard-openbsd-f55bf3979662f437adac01d22ade5b5d3b205c8d.tar.xz wireguard-openbsd-f55bf3979662f437adac01d22ade5b5d3b205c8d.zip |
reuse the pkgpath(7) documentation in a more obvious way
-rw-r--r-- | share/man/man7/packages-specs.7 | 6 |
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). |