From 7d40840168c1f24d7f78946e5fa17f704e2a6b73 Mon Sep 17 00:00:00 2001 From: espie Date: Tue, 4 Jul 2023 14:08:30 +0000 Subject: [PATCH] stop saying the format is "simple" there are so many annotations. "straightforward" is a better description at this point. --- usr.sbin/pkg_add/pkg_create.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.sbin/pkg_add/pkg_create.1 b/usr.sbin/pkg_add/pkg_create.1 index 7cb6410848b..8204076e6c3 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.129 2023/07/04 14:00:18 espie Exp $ +.\" $OpenBSD: pkg_create.1,v 1.130 2023/07/04 14:08:30 espie Exp $ .\" .\" Documentation and design originally from FreeBSD. All the code has .\" been rewritten since. We keep the documentation's notice: @@ -330,7 +330,7 @@ The .Dq packing-list format (see .Fl f ) -is fairly simple, being basically a list of filenames and directory names +is fairly straightforward: basically a list of filenames and directory names to include in the package. .Pp Substitution of variables and inclusion of fragments is documented in the -- 2.20.1