Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Better document where ABI is detected from.
Baptiste Daroussin committed 6 years ago
commit f75bda13dfc7aeb0f7eb44986295f45e89bf09f9
parent 7091a11
1 file changed +6 -2
modified docs/pkg.conf.5
@@ -15,7 +15,7 @@
.\"     @(#)pkg.1
.\" $FreeBSD$
.\"
-
.Dd January 28, 2020
+
.Dd February 25, 2020
.Dt PKG.CONF 5
.Os
.Sh NAME
@@ -52,7 +52,11 @@ The following options can be defined in
.Bl -tag -width ".Cm ABI: string"
.It Cm ABI: string
The ABI of the package you want to install.
-
Default: derived from the ABI of the /bin/sh binary.
+
Default: derived from the ABI of the
+
.Pa /usr/bin/uname
+
binary, if not found then
+
.Pa /bin/sh
+
binary.
.It Cm ALIAS: key/value list
Define local aliases for various
.Xr pkg 8