diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2018-06-24 12:50:39 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2018-06-24 12:50:39 +0000 |
commit | af285dd2c5904b2e88064a5bb51980b511e8c66f (patch) | |
tree | 2f1856a459e78dfb7bf1206b44fb77140f584a46 /usr.sbin | |
parent | 36117d6e36bb4f7f5e8f47a393228e769466c694 (diff) |
document that %D is localbase in define-tag
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/pkg_add/pkg_create.1 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/usr.sbin/pkg_add/pkg_create.1 b/usr.sbin/pkg_add/pkg_create.1 index 818d8689835..513fe06e0ab 100644 --- a/usr.sbin/pkg_add/pkg_create.1 +++ b/usr.sbin/pkg_add/pkg_create.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pkg_create.1,v 1.110 2018/06/23 11:08:24 espie Exp $ +.\" $OpenBSD: pkg_create.1,v 1.111 2018/06/24 12:50:38 espie Exp $ .\" .\" Documentation and design originally from FreeBSD. All the code has .\" been rewritten since. We keep the documentation's notice: @@ -21,7 +21,7 @@ .\" [jkh] Took John's changes back and made some additional extensions for .\" better integration with FreeBSD's new ports collection. .\" -.Dd $Mdocdate: June 23 2018 $ +.Dd $Mdocdate: June 24 2018 $ .Dt PKG_CREATE 1 .Os .Sh NAME @@ -404,6 +404,10 @@ is executed at the end, similar to .Cm @exec commands. .Pp +The +.Cm "\&%D" +escape sequence stands for localbase. +.Pp Actual tags may themselves contain parameters, so the .Ar command recognizes two additional escape sequences: |