Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
.Ar <foo> bad, .Ar foo good
Matthew Seaman committed 13 years ago
commit 68aebca38d7efb963d03be48ac0f747784e3e389
parent 0890de6
12 files changed +34 -33
modified pkg/pkg-add.8
@@ -24,7 +24,7 @@
.Sh SYNOPSIS
.Nm
.Op Fl IAfq
-
.Ar <pkg-name> ...
+
.Ar pkg-name ...
.Nm
.Op Fl IAfq
.Ar <protocol>://<path>/<pkg-name> ...
modified pkg/pkg-audit.8
@@ -24,7 +24,7 @@
.Sh SYNOPSIS
.Nm
.Op Fl Fq
-
.Ar <pkg-name>
+
.Ar pkg-name
.Sh DESCRIPTION
.Nm
checks installed packages for known vulnerabilities and generates reports
@@ -48,7 +48,7 @@ If you have a vulnerable package installed, you are advised to update or
deinstall it immediately.
.Pp
Supplying a
-
.Ar <pkg-name>
+
.Ar pkg-name
will audit only that package.
.Sh OPTIONS
The following options are supported by
modified pkg/pkg-backup.8
@@ -24,10 +24,10 @@
.Sh SYNOPSIS
.Nm
.Fl d
-
.Ar <dest_file>
+
.Ar dest_file
.Nm
.Fl r
-
.Ar <src_file>
+
.Ar src_file
.Sh DESCRIPTION
.Nm
is used for backing up and restoring of the local package database.
@@ -35,14 +35,14 @@ is used for backing up and restoring of the local package database.
The following options are supported by
.Nm :
.Bl -tag -width F1
-
.It Fl d Ar <dest_file>
+
.It Fl d Ar dest_file
Dumps the local package database to a file specified on the command-line.
If
.Ar -
is specified as the argument
.Nm
will use stdout for its output.
-
.It Fl r Ar <src_file>
+
.It Fl r Ar src_file
Uses
.Ar file
in order to restore the local package database.
modified pkg/pkg-check.8
@@ -25,7 +25,7 @@
.Nm
.Op Fl Bdsr
.Op Fl vyn
-
.Op Fl a | gix Ar <pattern>
+
.Op Fl a | gix Ar pattern
.Sh DESCRIPTION
.Nm
.Fl B
@@ -65,11 +65,11 @@ matching against
case insensitive.
.It Fl g
Treat
-
.Ar <pattern>
+
.Ar pattern
as a shell glob pattern.
.It Fl x
Treat
-
.Ar <pattern>
+
.Ar pattern
as a regular expression.
This uses the "modern" or "extended" syntax described in
.Xr re_format 7
modified pkg/pkg-delete.8
@@ -24,7 +24,7 @@
.Sh SYNOPSIS
.Nm
.Op Fl DfginqRxy
-
.Ar <pkg-name> ...
+
.Ar pkg-name ...
.Nm
.Op Fl Dnqy
.Fl a
modified pkg/pkg-fetch.8
@@ -25,7 +25,7 @@
.Nm
.Op Fl r Ar reponame
.Op Fl dgiqUxy
-
.Ar <pkg-name>
+
.Ar pkg-name
.Op ...
.Nm
.Op Fl r Ar reponame
@@ -56,7 +56,7 @@ Fetch all packages.
Fetch the package and its dependencies as well.
.It Fl g
Treat
-
.Ar <pkg-name>
+
.Ar pkg-name
as a shell glob pattern.
.It Fl i
Make the standard or regular expression
@@ -85,7 +85,7 @@ Skip updating the repository catalogues with
Use the local cache only.
.It Fl x
Treat
-
.Ar <pkg-name>
+
.Ar pkg-name
as a regular expression according to the "modern" or "extended" syntax
of
.Xr re_format 7 .
modified pkg/pkg-install.8
@@ -25,7 +25,7 @@
.Nm
.Op Fl AfgIinFqRUxy
.Op Fl r Ar reponame
-
.Ar <pkg-origin> ...
+
.Ar pkg-origin ...
.Sh DESCRIPTION
.Nm
is used for installation of packages from a remote package
modified pkg/pkg-register.8
@@ -24,9 +24,9 @@
.Sh SYNOPSIS
.Nm
.Op Fl ld
-
.Fl f Ar <plist-file>
-
.Fl m Ar <metadatadir>
-
.Fl i Ar <input-path>
+
.Fl f Ar plist-file
+
.Fl m Ar metadatadir
+
.Fl i Ar input-path
.Sh DESCRIPTION
.Nm
is used for registering a package into the local package database.
@@ -43,11 +43,11 @@ Mark the package for registering as orphan.
Will be automatically removed if no other packages depend on it.
For more information please refer to
.Xr pkg-autoremove 8
-
.It Fl f Ar <plist-file>
+
.It Fl f Ar plist-file
Specifies the packing list file
-
.It Fl m Ar <metadatadir>
+
.It Fl m Ar metadatadir
Specifies the meta data directory to use when registering the package
-
.It Fl i Ar <input-path>
+
.It Fl i Ar input-path
Specifies the package input path.
.Pp
< To be completed >
modified pkg/pkg-set.8
@@ -25,10 +25,10 @@
.Nm
.Op Fl a
.Op Fl A Op Ar 01
-
.Op Fl o Ar <oldorigin>:<neworigin>
+
.Op Fl o Ar oldorigin:neworigin
.Op Fl y
.Op Fl gix
-
.Ar <pkg-name>
+
.Ar pkg-name
.Sh DESCRIPTION
.Nm
is used to modify information concerning installed packages.
@@ -38,7 +38,7 @@ should always be used with caution.
The following options are supported by
.Nm :
.Bl -tag -width F1
-
.It Fl A Op 01
+
.It Fl A Ar 01
Set automatic flag for the package: 0 is not automatic, 1 is automatic.
This affects the operation of
.Xr pkg-autoremove 8 .
@@ -54,7 +54,7 @@ Make the standard or regular expression
matching against
.Ar pkg-name
case insensitive.
-
.It Fl o Op <oldorigin>:<neworigin>
+
.It Fl o Ar oldorigin:neworigin
Change the port origin of a given dependency from
.Ar oldorigin
to
modified pkg/pkg-version.8
@@ -34,7 +34,7 @@
.Nm
.Fl t Ar version1 Ar version2
.Nm
-
.Fl T Ar <pkgname> Ar <pattern>
+
.Fl T Ar pkgname Ar pattern
.Sh DESCRIPTION
.Nm
is used for generating a report of packages installed by
@@ -132,7 +132,7 @@ Only display the packages that exactly match the string.
.It Fl O Ar origin
Display only the packages which origin matches
.Ar origin
-
.It Fl t Ar <version1> Ar <version2>
+
.It Fl t Ar version1 Ar version2
Test a pair of version number strings and exit.
The output consists of one of the single characters
.Li =
@@ -142,11 +142,12 @@ The output consists of one of the single characters
.Li \&>
(left-hand number greater) on standard output.
This flag is mostly useful for scripts or for testing.
-
.It Fl T Ar <pkgname> Ar <pattern>
+
.It Fl T Ar pkgname Ar pattern
Compare
-
.Ar <pkgname>
+
.Ar pkgname
against shell glob
-
.Ar <pattern> and set exit code accordingly.
+
.Ar pattern
+
and set exit code accordingly.
.Fl T
can also be used in `filter mode':
When one of the arguments is `-', standard input is used, and lines
modified pkg/pkg-which.8
@@ -24,11 +24,11 @@
.Sh SYNOPSIS
.Nm
.Op Fl qog
-
.Ar <file>
+
.Ar file
.Sh DESCRIPTION
.Nm
is used for displaying the package that installed
-
.Ar <file>
+
.Ar file
.Sh OPTIONS
The following options are supported by
.Nm :
modified pkg/pkg.8
@@ -121,7 +121,7 @@ will use the specified file as a configuration file
The following commands are supported by
.Nm :
.Bl -tag -width indent
-
.It Ic help Ar <command>
+
.It Ic help Ar command
Display usage information of the specified command.
.It Ic add
Install a package from either a local source or a remote one.