Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Fix manpage nits found by igor
Bryan Drewery committed 12 years ago
commit 04923e330593d1ff6312d66d0b63b54b0e864c29
parent f127fb7
3 files changed +13 -13
modified libpkg/pkg-repository.5
@@ -31,7 +31,7 @@ program consist of one or more collections of
together with package catalogues and optionally various other
collected package metadata.
.Pp
-
Each collection consists of packages suitable for installation on a 
+
Each collection consists of packages suitable for installation on a
specific system
.Sy ABI :
a combination of operating system, CPU architecture, OS version, word
@@ -40,7 +40,7 @@ size, and for certain processors endianness or similar attributes.
The package collections are typically made available to users for
download via a web- or FTP server although various other means of access
may be employed.
-
Encoding the 
+
Encoding the
.Sy ABI
value into the repository URL allows
.Nm pkg
@@ -76,7 +76,7 @@ should be binary compatible with a specific system
.Cm ABI .
.It
The repository catalogue is located at the apex of the
-
repository, at a specific location relative to the 
+
repository, at a specific location relative to the
.Cm REPOSITORY_ROOT .
.El
.Pp
@@ -87,7 +87,7 @@ package to be constructed.
.Pp
Where a package may be applicable to more than one
.Sy ABI
-
(eg. it contains only text files) symbolic or hard links, URL mappings
+
(e.g., it contains only text files) symbolic or hard links, URL mappings
or other techniques may be utilised to avoid duplication of storage.
.Pp
Although no specific filesystem organization is required, the usual
@@ -150,9 +150,9 @@ ports tree.
.It Pa $REPOSITORY_ROOT/archivers/
.It Pa ...
.It Pa $REPOSITORY_ROOT/x11-toolkits/
-
These are populated by per-package symbolic links to the actual 
+
These are populated by per-package symbolic links to the actual
package content stored within
-
.Pa $REPOSITORY_ROOT/All/ 
+
.Pa $REPOSITORY_ROOT/All/
according to the package origin within the FreeBSD ports collection.
Package symbolic links contain the package name and version.
.El
@@ -161,7 +161,7 @@ Each of the packages listed in the repository catalogue must have a
unique
.Cm origin .
There are no other constraints: package sets are not required to be
-
either complete (ie. with all dependencies satisfied) or
+
either complete (i.e., with all dependencies satisfied) or
self-consistent within a single repository.
.Sh REPOSITORY ACCESS METHODS
.Nm pkg
modified pkg/pkg-upgrade.8
@@ -41,7 +41,7 @@ list.
The package metadata downloaded from the repositories is then examined
for each of the packages in the work list, and any missing
dependencies are added to the work list as install jobs.
-
Such implicitly added packages are flagged as candidates for 
+
Such implicitly added packages are flagged as candidates for
autoremoval.
See
.Xr pkg-autoremove 8
modified pkg/pkg.conf.5
@@ -153,7 +153,7 @@ to set key/values passed in the environment.
Therefore underlying libraries
like
.Xr fetch 3
-
can be configured (e.g. setting
+
can be configured (e.g., setting
.Ev FTP_PROXY
and
.Ev HTTP_PROXY ) .
@@ -166,7 +166,7 @@ in JSON.
.It Cm SSH_RESTRICT_DIR: string
Directory where the ssh subsystem will be restricted to
.It Cm DISABLE_MTREE: boolean
-
For experimental purposes only. 
+
For experimental purposes only.
Not for use on production systems.
All this option does is prevent processing of
.Cm +MTREE
@@ -174,15 +174,15 @@ data when installing a package.
.Cm +MTREE
files are a legacy feature of the ports tree, which provide functionality
necessary for
-
.Xr pkg-install 8 
+
.Xr pkg-install 8
as it cannot handle creating arbitrary directory heirarcies otherwise.
.Xr pkg 8
can create such directory structures natively, but currently still uses the
.Cm +MTREE
data.
-
This option exists to facilitate developing 
+
This option exists to facilitate developing
.Cm +MTREE
-
free package sets. 
+
free package sets.
.El
.Sh MULTIPLE REPOSITORIES
To use multiple repositories, specify the primary repository as shown above.