diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2015-04-16 13:40:57 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2015-04-16 13:40:57 +0000 |
commit | 23dd981fbc421e08cac794fe2ce8e520d948bf09 (patch) | |
tree | 5339c08bdf5a719a83f921626ac6c2006227d933 /usr.sbin/pkg_add/pkg_add.1 | |
parent | d450dcd06c086187394ee3bcd4ba8fa73b5d37e1 (diff) |
document % sequences.
Diffstat (limited to 'usr.sbin/pkg_add/pkg_add.1')
-rw-r--r-- | usr.sbin/pkg_add/pkg_add.1 | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/usr.sbin/pkg_add/pkg_add.1 b/usr.sbin/pkg_add/pkg_add.1 index edc10d4de52..ea1766a98b2 100644 --- a/usr.sbin/pkg_add/pkg_add.1 +++ b/usr.sbin/pkg_add/pkg_add.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pkg_add.1,v 1.129 2014/11/17 23:03:37 sthen Exp $ +.\" $OpenBSD: pkg_add.1,v 1.130 2015/04/16 13:40:56 espie Exp $ .\" .\" Documentation and design originally from FreeBSD. All the code has .\" been rewritten since. We keep the documentation's notice: @@ -15,7 +15,7 @@ .\" Jordan K. Hubbard .\" .\" -.Dd $Mdocdate: November 17 2014 $ +.Dd $Mdocdate: April 16 2015 $ .Dt PKG_ADD 1 .Os .Sh NAME @@ -758,6 +758,14 @@ The current directory may be indicated implicitly by an empty directory name, or explicitly by a single period .Pq Ql \&./ . +Special sequences +.Sq %c , +.Sq %v , +.Sq %a +will be expanded with the same semantics as +.Ar installpath +in +.Xr pkg.conf 5 . .It Ev PKG_TMPDIR Temporary area where package information files will be extracted, instead of .Pa /var/tmp . |