From fb47e7663ffbb4d5dd1c92f6ea9ad2f541450171 Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Wed, 15 Jan 2025 08:24:32 -0500 Subject: [PATCH] pkg-create.8: Clarify -f (compression format) As noted in FreeBSD PR 284054 users may expect -f to set the output package's extension, but it is (now) always .pkg. Try to clarify by using "comrpession format" and explicitly noting that the extension is .pkg. Sponsored by: The FreeBSD Foundation Signed-off-by: Ed Maste --- docs/pkg-create.8 | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/pkg-create.8 b/docs/pkg-create.8 index c21398d0d..4bd091e50 100644 --- a/docs/pkg-create.8 +++ b/docs/pkg-create.8 @@ -14,7 +14,7 @@ .\" .\" @(#)pkg.8 .\" -.Dd May 3, 2024 +.Dd January 15, 2025 .Dt PKG-CREATE 8 .Os .\" --------------------------------------------------------------------------- @@ -168,7 +168,7 @@ options. .It Fl f Ar format , Cm --format Ar format Set .Ar format -as the package output format. +as the package compression format. It can be one of .Ar tzst, txz , tbz , tgz or @@ -177,6 +177,10 @@ which are currently the only supported formats. If an invalid or no format is specified .Ar txz is assumed. +.Po The +.Pa .pkg +extension is used for all compression types. +.Pc .It Fl l Ar level , Cm --level Ar level Set the compression .Ar level