chiark / gitweb /
Fix texinfo syntax
authorDaniel Martí <mvdan@mvdan.cc>
Mon, 10 Feb 2014 15:42:04 +0000 (16:42 +0100)
committerDaniel Martí <mvdan@mvdan.cc>
Mon, 10 Feb 2014 15:42:04 +0000 (16:42 +0100)
docs/fdroid.texi

index 87478709a2fe3095a17d204d7709a5fb89d795eb..7bad9d198b093a8e3bb6ed531f20e1c04445efda 100644 (file)
@@ -922,7 +922,7 @@ source library name and rev is the revision or tag in source control to use.
 For ant projects, you can optionally append a number with a colon at the
 beginning of a srclib item to automatically place it in project.properties as
 a library under the specified number. For example, if you specify
-@code{1:somelib@1.0}, f-droid will automatically do the equivalent of the
+@code{1:somelib@@1.0}, f-droid will automatically do the equivalent of the
 legacy practice @code{prebuild=echo "android.library.reference.1=$$somelib$$"
 >> project.properties}.