From 02f314b7bd29621b2233b945eb86f144d23b1f4a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Daniel=20Mart=C3=AD?= Date: Tue, 28 Jan 2014 14:03:51 +0100 Subject: [PATCH] Better Vercode Operation example --- docs/fdroid.texi | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/fdroid.texi b/docs/fdroid.texi index 29e94d08..9452f19e 100644 --- a/docs/fdroid.texi +++ b/docs/fdroid.texi @@ -1185,9 +1185,10 @@ Check Mode}. @code{%c} will be replaced by the actual vercode, and the whole string will be passed to python's @code{eval} function. Especially useful with apps that we want to compile for different ABIs, but -whose vercodes don't always have trailing zeros. With @code{Vercode Operation} -set at something like @code{%c*10 + 4}, we will be able to track updates and -build three different versions of every upstream version. +whose vercodes don't always have trailing zeros. For example, with +@code{Vercode Operation} set at something like @code{%c*10 + 4}, we will be +able to track updates and build up to four different versions of every +upstream version. @node Archive Policy @section Archive Policy -- 2.30.2