chiark / gitweb /
Better Vercode Operation example
authorDaniel Martí <mvdan@mvdan.cc>
Tue, 28 Jan 2014 13:03:51 +0000 (14:03 +0100)
committerDaniel Martí <mvdan@mvdan.cc>
Tue, 28 Jan 2014 13:03:51 +0000 (14:03 +0100)
docs/fdroid.texi

index 29e94d084ef9543d5a0a6647939f7649ce2f15c3..9452f19eac8a057afac806e1f2647b60ebc9e450 100644 (file)
@@ -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