summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2021-11-26 12:14:34 +0000
committerMarc Espie <espie@cvs.openbsd.org>2021-11-26 12:14:34 +0000
commit82b69bc029eff4e64b8dae249dc3d18b77d6658f (patch)
tree272585212480175924def211418c26ff9391343a
parentdb14a4f619efee84156cb74d416ba152b088b6fd (diff)
use the keywords instead of vague english so that it's indexed better by
mandocdb
-rw-r--r--usr.sbin/pkg_add/pkg_create.112
1 files changed, 9 insertions, 3 deletions
diff --git a/usr.sbin/pkg_add/pkg_create.1 b/usr.sbin/pkg_add/pkg_create.1
index f58f6caa476..e0782f03d3a 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.122 2021/11/26 12:08:35 espie Exp $
+.\" $OpenBSD: pkg_create.1,v 1.123 2021/11/26 12:14:33 espie Exp $
.\"
.\" Documentation and design originally from FreeBSD. All the code has
.\" been rewritten since. We keep the documentation's notice:
@@ -893,8 +893,14 @@ which files may contain debug information.
.Pp
Some of these annotations define information that are local to each port
but global to the package ecosystem in general, and thus make it into
-the package locate database by default (for instance: tag, user, and group
-definitions).
+the package locate database by default
+.Po
+for instance:
+.Cm @define-tag ,
+.Cm @newuser
+and
+.Cm @newgroup
+.Pc .
See
.Xr pkg_mklocatedb 1
for details.