diff options
Diffstat (limited to 'usr.sbin/pkg_add/pkg_create.1')
-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: |