diff options
author | 2018-06-24 12:50:38 +0000 | |
---|---|---|
committer | 2018-06-24 12:50:38 +0000 | |
commit | 5f5b60b83c914805bb5f5d35c63f395474757893 (patch) | |
tree | 03c0c96e954dd830c1c4d64ea9e3724d3a6b8930 | |
parent | get ready to reuse verify_tag (diff) | |
download | wireguard-openbsd-5f5b60b83c914805bb5f5d35c63f395474757893.tar.xz wireguard-openbsd-5f5b60b83c914805bb5f5d35c63f395474757893.zip |
document that %D is localbase in define-tag
-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: |