Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Cleanup some manpages:
Jeremy Chadwick committed 13 years ago
commit f88e333e0125fa515479f64aa17f97a9e089dc98
parent ee7bbbf
13 files changed +28 -20
modified pkg/pkg-audit.8
@@ -68,8 +68,8 @@ See
.Xr pkg.conf 5
for further description.
.Bl -tag -width ".Ev NO_DESCRIPTIONS"
-
.It PKG_DBDIR
-
.It PORTAUDIT_SITE
+
.It Ev PKG_DBDIR
+
.It Ev PORTAUDIT_SITE
.El
.Sh FILES
See
modified pkg/pkg-backup.8
@@ -56,7 +56,7 @@ See
.Xr pkg.conf 5
for further description.
.Bl -tag -width ".Ev NO_DESCRIPTIONS"
-
.It PKG_DBDIR
+
.It Ev PKG_DBDIR
.El
.Sh FILES
See
modified pkg/pkg-check.8
@@ -81,7 +81,7 @@ See
.Xr pkg.conf 5
for further description.
.Bl -tag -width ".Ev NO_DESCRIPTIONS"
-
.It PKG_DBDIR
+
.It Ev PKG_DBDIR
.El
.Sh FILES
See
modified pkg/pkg-clean.8
@@ -59,9 +59,9 @@ See
.Xr pkg.conf 5
for further description.
.Bl -tag -width ".Ev NO_DESCRIPTIONS"
-
.It ASSUME_ALWAYS_YES
-
.It PKG_DBDIR
-
.It PKG_CONFIG_CACHEDIR
+
.It Ev ASSUME_ALWAYS_YES
+
.It Ev PKG_DBDIR
+
.It Ev PKG_CONFIG_CACHEDIR
.El
.Sh FILES
See
modified pkg/pkg-fetch.8
@@ -94,17 +94,19 @@ Assume yes when asked for confirmation before fetching packages.
.El
.Sh ENVIRONMENT
The following environment variables affect the execution of
-
.Nm .
-
See
-
.Xr pkg.conf 5
-
for further description.
+
.Nm :
.Bl -tag -width ".Ev NO_DESCRIPTIONS"
-
.It PKG_DBDIR
+
.It Ev PKG_DBDIR
.El
+
.Pp
+
See
+
.Xr pkg.conf 5
+
for additional environment variables that control behaviour.
.Sh FILES
See
.Xr pkg.conf 5 .
.Sh SEE ALSO
+
.Xr fetch 3 ,
.Xr pkg.conf 5 ,
.Xr pkg 8 ,
.Xr pkg-add 8 ,
modified pkg/pkg-info.8
@@ -133,7 +133,7 @@ See
.Xr pkg.conf 5
for further description.
.Bl -tag -width ".Ev NO_DESCRIPTIONS"
-
.It PKG_DBDIR
+
.It Ev PKG_DBDIR
.El
.Sh FILES
See
modified pkg/pkg-register.8
@@ -150,7 +150,7 @@ See
.Xr pkg.conf 5
for further description.
.Bl -tag -width ".Ev NO_DESCRIPTIONS"
-
.It PKG_DBDIR
+
.It Ev PKG_DBDIR
.El
.Sh FILES
See
modified pkg/pkg-repo.8
@@ -79,7 +79,7 @@ See
.Xr pkg.conf 5
for further description.
.Bl -tag -width ".Ev NO_DESCRIPTIONS"
-
.It PUBKEY
+
.It Ev PUBKEY
.El
.Sh FILES
See
modified pkg/pkg-shell.8
@@ -45,7 +45,7 @@ See
.Xr pkg.conf 5
for further description.
.Bl -tag -width ".Ev NO_DESCRIPTIONS"
-
.It PKG_DBDIR
+
.It Ev PKG_DBDIR
.El
.Sh FILES
See
modified pkg/pkg-version.8
@@ -160,8 +160,8 @@ See
.Xr pkg.conf 5
for further description.
.Bl -tag -width ".Ev NO_DESCRIPTIONS"
-
.It PKG_DBDIR
-
.It PORTSDIR
+
.It Ev PKG_DBDIR
+
.It Ev PORTSDIR
.El
.Sh FILES
See
modified pkg/pkg-which.8
@@ -49,7 +49,7 @@ See
.Xr pkg.conf 5
for further description.
.Bl -tag -width ".Ev NO_DESCRIPTIONS"
-
.It PKG_DBDIR
+
.It Ev PKG_DBDIR
.El
.Sh FILES
See
modified pkg/pkg.8
@@ -211,6 +211,10 @@ See
.Xr pkg.conf 5 .
.\" ---------------------------------------------------------------------------
.Sh SEE ALSO
+
.Xr SBUF 9 ,
+
.Xr elf 3 ,
+
.Xr fetch 3 ,
+
.Xr libarchive 3 ,
.Xr pkg.conf 5 ,
.Xr pkg-add 8 ,
.Xr pkg-annotate 8 ,
@@ -239,7 +243,8 @@ See
.Xr pkg-updating 8 ,
.Xr pkg-upgrade 8 ,
.Xr pkg-version 8 ,
-
.Xr pkg-which 8
+
.Xr pkg-which 8 ,
+
.Xr pthread 3
.\" ---------------------------------------------------------------------------
.Sh HISTORY
The
modified pkg/pkg.conf.5
@@ -171,6 +171,7 @@ Directory where the ssh subsystem will be restricted to
An environment variable with the same name as the option in the configuration
file always overrides the value of an option set in the file.
.Sh SEE ALSO
+
.Xr fetch 3 ,
.Xr pkg 8 ,
.Xr pkg-add 8 ,
.Xr pkg-annotate 8 ,