Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
docs/*8: nitpick, remove final references to pkgng which are not helpful with no context
Ceri Davies committed 4 months ago
commit ab542041cbd450f1685fe6e3e6206865f95ade04
parent 43cfa89
9 files changed +26 -24
modified docs/pkg-clean.8
@@ -37,7 +37,7 @@ The following options are supported by
.Nm :
.Bl -tag -width F1
.It Fl a , Fl -all
-
Delete all cached packages including those, which have not been superseded by
+
Delete all cached packages including those which have not been superseded by
newer versions yet and are still in use.
.It Fl n , Fl -dry-run
Do not delete any package files from the cache, but show what
modified docs/pkg-create.8
@@ -14,7 +14,7 @@
.\"
.\"     @(#)pkg.8
.\"
-
.Dd January 15, 2025
+
.Dd December 13, 2025
.Dt PKG-CREATE 8
.Os
.\" ---------------------------------------------------------------------------
@@ -150,12 +150,14 @@ or
options.
.It Fl T Ar threads
.Ar threads
-
represent the number of threads to use during the compression of the archive.
+
represents the number of threads to use during the compression of the archive.
Set it to
.Qq 0
or
.Qq auto
-
to let detect the number of CPU and use it.
+
to have
+
.Nm
+
detect the number of CPUs and use one thread per CPU.
.It Fl a , Cm --all
Create package tarballs from all packages installed on your system.
This option is incompatible with the
@@ -174,7 +176,7 @@ It can be one of
or
.Ar tar
which are currently the only supported formats.
-
If an invalid or no format is specified
+
If an invalid format, or no format, is specified then
.Ar tzst
is assumed.
.Po The
@@ -211,10 +213,10 @@ respectively, for the specified compression format, is used.
.It Fl m Ar metadatadir , Cm --metadata Ar metadatadir
Specify the directory containing the package manifest,
.Pa +MANIFEST
-
and optionally three other files; one containing a message to be
+
and optionally two other files; one containing a message to be
displayed on package installation,
-
.Pa +DISPLAY .
-
Another containing the description for the package,
+
.Pa +DISPLAY ,
+
and another containing the description for the package,
.Pa +DESC .
If specified, only a single package will be created.
.Pa +DISPLAY
modified docs/pkg-fetch.8
@@ -56,7 +56,7 @@
.Nm
is used to download binary packages from a remote repository.
.Pp
-
One or more packages, or patterns can be specified.
+
One or more packages, or patterns, can be specified.
.Pp
Package repository catalogues will be automatically updated whenever
.Nm
modified docs/pkg-key.8
@@ -29,7 +29,7 @@
.Nm
is used to create or extract signing keys for use with
.Xr pkg-repo 8 .
-
Cryptographically signing your package repository catalog is strongly
+
Cryptographically signing your package repository catalogue is strongly
recommended.
.Pp
One of the
modified docs/pkg-query.8
@@ -14,7 +14,7 @@
.\"
.\"     @(#)pkg.8
.\"
-
.Dd October 06, 2022
+
.Dd December 13, 2025
.Dt PKG-QUERY 8
.Os
.Sh NAME
@@ -130,7 +130,7 @@ The package can be automatically removed via
.Sq pkg autoremove
when this flag is set and no other package depends on it.
.It Cm \&%Q
-
Alternative architecture of the matches package
+
Alternative architecture of the matched package
.It Cm \&%q
Architecture of the matched package
.It Cm \&%k
modified docs/pkg-search.8
@@ -14,7 +14,7 @@
.\"
.\"     @(#)pkg.8
.\"
-
.Dd July 7, 2024
+
.Dd December 13, 2025
.Dt PKG-SEARCH 8
.Os
.Sh NAME
@@ -300,7 +300,7 @@ while
indicates an architecture independent package suitable for any version of
FreeBSD.
.It Sy categories
-
All categories, real and virtual, the underlying package belongs to,
+
All categories, real and virtual, that the underlying package belongs to,
derived from the
.Cm CATEGORIES
variable in the port's
modified docs/pkg-unregister.8
@@ -14,12 +14,12 @@
.\"
.\"     @(#)pkg.8
.\"
-
.Dd December 2, 2025
+
.Dd December 13, 2025
.Dt PKG-UNREGISTER 8
.Os
.Sh NAME
.Nm "pkg unregister"
-
.Nd deletes packages records from the database
+
.Nd deletes package records from the database
.Sh SYNOPSIS
.Nm
.Op Fl fnqRy
@@ -75,7 +75,7 @@ The following options are supported by
.It Fl a , Cm --all
Deletes all installed packages from the db except for
.Xr pkg 8
-
from the system and cleans the database of information related to removed
+
and cleans the database of information related to removed
packages.
.It Fl C , Cm --case-sensitive
Make the standard or regular expression
modified docs/pkg-updating.8
@@ -35,7 +35,7 @@
.Sh DESCRIPTION
The
.Nm
-
command scans the installed ports and show all UPDATING entries that affect one
+
command scans the installed ports and shows all UPDATING entries that affect one
of the installed ports.
Alternatively, a list of pkg-names could be passed.
.Sh OPTIONS
@@ -52,7 +52,7 @@ Only entries newer than
are shown.
Use a YYYYMMDD date format.
.It Fl f Ar file , Cm --file Ar file
-
Defines a alternative location of the UPDATING
+
Defines an alternative location of the UPDATING
.Ar file .
.El
.Sh ENVIRONMENT
modified docs/pkg.8
@@ -25,7 +25,7 @@
.\"
.\"     @(#)pkg.8
.\"
-
.Dd October 6, 2023
+
.Dd December 13, 2025
.Dt PKG 8
.Os
.\" ---------------------------------------------------------------------------
@@ -132,9 +132,9 @@ as its package management system or not.
Example usage:
.Bd -literal -offset indent
  if pkg -N >/dev/null 2>&1; then
-
    # pkgng-specifics
+
    # pkg(8) specific commands
  else
-
    # pkg_install-specifics
+
    # other package management system commands
  fi
.Ed
.Pp
@@ -159,9 +159,9 @@ is installed and activated:
  if TMPDIR=/dev/null ASSUME_ALWAYS_YES=yes \\
       PACKAGESITE=file:///nonexistent \\
       pkg info -x 'pkg(-devel)?$' >/dev/null 2>&1; then
-
    # pkgng-specifics
+
    # pkg(8) specific commands
  else
-
    # pkg_install-specifics
+
    # other package management system commands
  fi
.Ed
.It Fl j Ao jail name or id Ac , Cm --jail Ao jail name or id Ac