Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Document new %R, %V and %u format codes.
Matthew Seaman committed 12 years ago
commit e2aeb4024b60d5f398ed4b617fc476a6190edc9b
parent 6abc372
1 file changed +14 -1
modified libpkg/pkg_printf.3
@@ -30,7 +30,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-
.Dd May 27, 2013
+
.Dd June 8, 2013
.Dt PKG_PRINTF 3
.Os
.Sh NAME
@@ -595,9 +595,14 @@ Option name [string]
.It Cm %Ov
Option value [string]
.Vt struct pkg_option *
+
.It Cm \^%R
+
Repository path - the path relative to the repository root that
+
package may be downloaded from [string].
+
.Vt struct pkg *
.It Cm \^%S
Arbitrary character string [string]
.Vt const char *
+
.Pp
.It Cm \^%U
Users [array]
.Vt struct pkg *
@@ -624,6 +629,11 @@ and the user's login shell; equivalent to one line from
.Fa /etc/master.passwd
as described in
.Xr passwd 5 . 
+
.It Cm \^%V
+
Old version [string].
+
Valid only during operations when one version of a package is being
+
replaced by another.
+
.Vt struct pkg *
.It Cm %a
Autoremove flag [boolean]
.Vt struct pkg *
@@ -696,6 +706,9 @@ Package flat size [integer]
.It Cm %t
Installation timestamp [date-time]
.Vt struct pkg *
+
.It Cm %u
+
Package checksum [string]
+
.Vt struct pkg *
.It Cm %v
Package version [string]
.Vt struct pkg *