From 8fc59ba69d41b781a0d0bb115977284d5d9d6afe Mon Sep 17 00:00:00 2001 From: espie Date: Fri, 26 Nov 2021 12:14:33 +0000 Subject: [PATCH] use the keywords instead of vague english so that it's indexed better by mandocdb --- usr.sbin/pkg_add/pkg_create.1 | 12 +++++++++--- 1 file 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. -- 2.20.1