Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
fix typos in docs
KOIZUMI Satoru committed 5 years ago
commit f1a60ef61f1c3309bc2beefe4dd5caf6e51fe9b9
parent 21a67b1
8 files changed +15 -15
modified docs/pkg-create.8
@@ -350,7 +350,7 @@ For example:
Flag this package as incompatible with the one designated by
.Ar pkg-glob .
Conflicting packages cannot be installed on the same system as they may contain
-
references to the sames files.
+
references to the same files.
.It Cm option Ar option-name option-value
Set the option
.Ar option-name
@@ -430,7 +430,7 @@ and the last extracted file was
.Bl -tag -width indent -compact
.It Cm "%F"
Expands to the last filename extracted (as specified), in the example case
-
.Pa bin/emacs
+
.Pa bin/emacs .
.It Cm "\&%D"
Expand to the current directory prefix, as set with
.Cm @cwd ,
modified docs/pkg-register.8
@@ -70,7 +70,7 @@ It can contain all of the necessary metadata needed by the package,
but the more usual approach is to provide selected items via the
manifest, and fill in the rest, either from legacy files such as
.Fa pkg-plist ,
-
.Fa +DESC,
+
.Fa +DESC ,
.Fa +DISPLAY
or
.Fa +MESSAGE
@@ -111,7 +111,7 @@ The following options are supported by
Mark the package to be automatically removed if no other packages
depend on it.
For more information please refer to
-
.Xr pkg-autoremove 8
+
.Xr pkg-autoremove 8 .
.It Fl d , Cm --debug
Enable debugging output.
.It Fl f Ar plist-file , Cm --plist Ar plist-file
modified docs/pkg-rquery.8
@@ -68,7 +68,7 @@ matching against
case sensitive.
.It Fl e Ar evaluation-condition , Fl -evaluate Ar evaluation-condition
Match packages using the given
-
.Ar evaluation-condition.
+
.Ar evaluation-condition .
See
.Sx EVALUATION FORMAT
for details.
modified docs/pkg-search.8
@@ -364,8 +364,8 @@ Display the port name, which is derived from the
variable in the port's
.Fa Makefile .
.It Sy options
-
Displays a list of the port options and their state (
-
.Sy on
+
Displays a list of the port options and their state
+
.Sy ( on
or
.Sy off )
when the package was built.
@@ -446,7 +446,7 @@ or
.Cm shared-libs-provided ,
and you'll need at least
.Fl "Q shared-libs-p"
-
 to select the
+
to select the
.Cm shared-libs-provided
unambiguously.
.Sh ENVIRONMENT
modified docs/pkg-shlib.8
@@ -52,7 +52,7 @@ Show only the installed packages which provide the named
.Ar library .
.It Fl R , Cm --requires
Show only the installed packages which require
-
.Ar library.
+
.Ar library .
.It Fl q , Cm --quiet
Force quiet output.
.El
modified docs/pkg-version.8
@@ -59,7 +59,7 @@ installed packages may be chosen by specifying one of
.Fl R
or
.Fl I
-
or by by setting
+
or by setting
.Cm VERSION_SOURCE
in
.Xr pkg.conf 5 .
@@ -187,7 +187,7 @@ Does the opposite of
flag.
Displays the packages which status flag does not match the one
specified by
-
.Ar limchar
+
.Ar limchar .
.It Fl i , Fl -case-insensitive
Make the exact
.Fl ( e )
modified docs/pkg-which.8
@@ -41,7 +41,7 @@ Treat
.Ao file Ac
as a glob pattern.
.It Fl m , Cm --show-match
-
Show files that matched the glob pattern (requires --glob)
+
Show files that matched the glob pattern (requires --glob).
.It Fl o , Cm --origin
Show the origin of the package instead of name-version.
.It Fl p , Cm --path-search
modified docs/pkg.conf.5
@@ -148,7 +148,7 @@ Services are only started on installation if they are enabled in
.Pa /etc/rc.conf .
Default: NO.
.It Cm HTTP_USER_AGENT: string
-
Define User-agent to be sent to HTTP server when getting reposity
+
Define User-agent to be sent to HTTP server when getting repository
data
.It Cm IGNORE_OSVERSION: boolean [FreeBSD specific]
Ignore FreeBSD OS version check, useful on -STABLE and -CURRENT branches.
@@ -309,7 +309,7 @@ Default database for comparing version numbers in
Valid values are
.Sy I
for index,
-
.Sy P ,
+
.Sy P
for ports,
.Sy R
for remote.
@@ -352,7 +352,7 @@ A repository file is in UCL format and has the following form:
.It Cm myrepo:
.Bl -tag -width ".Cm MIRROR_TYPE: string"
.It Cm ENV: object
-
A list of key value entries that will be passed as environement variable
+
A list of key value entries that will be passed as environment variable
for the bundled
.Xr fetch 3 ,
per repository.