Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
fix style warning
KOIZUMI Satoru committed 4 years ago
commit 409e8309bc1c54fef140c8bd59c7d92ac9c98fd7
parent a312222
6 files changed +11 -10
modified docs/pkg-create.8
@@ -133,7 +133,7 @@ The following options are supported by
.It Fl a , Cm --all
Create package tarballs from all packages installed on your system.
This option is incompatible with the
-
.It Fl e, Cm --expand-manifest
+
.It Fl e , Cm --expand-manifest
The manifest contained in pkg will be expanded to readable UCL format.
.Fl g , x
or
@@ -157,7 +157,7 @@ but interpret
as a regular expression using the "modern" or "extended" syntax described in
.Xr re_format 7 .
This option is incompatible with the
-
.Fl a, g
+
.Fl a , g
or
.Fl m Ar metadatadir
options.
@@ -207,7 +207,7 @@ are not required; the
file can contain all the required information needed to build a
package.
This option is incompatible with the
-
.Fl M, a, g
+
.Fl M , a , g
or
.Fl x
options.
@@ -221,7 +221,7 @@ mentioned above, but any file name can be used, and no
other file will be used to read package metadata from.
If specified, only a single package will be created.
This option is incompatible with the
-
.Fl m, a, g
+
.Fl m , a , g
or
.Fl x
options.
modified docs/pkg-keywords.5
@@ -73,7 +73,8 @@ Message to be show if the keyword is used and mark as deprecated
.It Cm preformat_arguments
Boolean to activate the preformating the arguemnts of the keywords repescting the escape sequences descibred below.
.It Cm prepackaging
-
lua script which is executed at the packaging time. Useful to add some input validation.
+
lua script which is executed at the packaging time.
+
Useful to add some input validation.
.It Cm pre-install
shell script to be run during the pre-install phase.
It will be merged with any existing pre-install scripts.
modified docs/pkg-repo.8
@@ -50,7 +50,7 @@ top level of the repository filesystem.
Of these,
.Pa meta.txz
must exist at the apex of the repository filesystem.
-
This is a well-known name that is hard-wired into 
+
This is a well-known name that is hard-wired into
.Xr pkg 8 .
.Pp
.Pa meta.txz
@@ -114,7 +114,7 @@ will search the filesystem beneath
.Ar repo-path
to find all the packages it contains.
Directories starting with
-
.Sq \&. 
+
.Sq \&.
or
named
.Pa Latest
modified docs/pkg-search.8
@@ -202,7 +202,7 @@ json, json-compact, yaml (default).
Display the installed size of matched packages.
Equivalent to
.Fl "Q size" .
-
.It Fl U, Cm --no-repo-update
+
.It Fl U , Cm --no-repo-update
Suppress the automatic update of the local copy of the repository catalogue
from remote.
Automatic repository catalogue updates are only attempted when the
modified docs/pkg-updating.8
@@ -44,7 +44,7 @@ The following options are supported by
.Bl -tag -width file
.It Ar pkg-name ...
UPDATING entries for the named packages are displayed.
-
.It Fl i, Cm --case-insensitive
+
.It Fl i , Cm --case-insensitive
Matching against pkg-name case insensitive.
.It Fl d Ar date , Cm --date Ar date
Only entries newer than
modified docs/pkg_printf.3
@@ -836,7 +836,7 @@ and
which will be used to format the timestamp.
Otherwise the timestamp is printed as an integer value of the
number of seconds since the Epoch (00:00:00 UTC, 1 January 1970; see
-
.Xr time 3).
+
.Xr time 3 ) .
.Pp
Effective format modifiers:
.Bl -tag -width ".Cm \-" -offset indent