use the keywords instead of vague english so that it's indexed better by
authorespie <espie@openbsd.org>
Fri, 26 Nov 2021 12:14:33 +0000 (12:14 +0000)
committerespie <espie@openbsd.org>
Fri, 26 Nov 2021 12:14:33 +0000 (12:14 +0000)
mandocdb

usr.sbin/pkg_add/pkg_create.1

index f58f6ca..e0782f0 100644 (file)
@@ -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.