File: fix-ftbfs-in-documentation-2.0.0.patch

package info (click to toggle)
lazarus 2.0.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 214,460 kB
  • sloc: pascal: 1,862,622; xml: 265,709; cpp: 56,595; sh: 3,008; java: 609; makefile: 535; perl: 297; sql: 222; ansic: 137
file content (37 lines) | stat: -rw-r--r-- 2,059 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Description: lazarus 2.0.0 FTBFS due to xml errors
Author: Paul Gevers <elbrus@debian.org>

Index: lazarus/docs/xml/lazutils/lazutf8classes.xml
===================================================================
--- lazarus.orig/docs/xml/lazutils/lazutf8classes.xml
+++ lazarus/docs/xml/lazutils/lazutf8classes.xml
@@ -76,7 +76,7 @@
             Please note that sharing is advisory on Unix-like platforms.
           </p>
           <p>
-            Rights is the file rights for the specified file. The default value is 438 (Decimal) or &666 (Octal) and indicates that the owner,  group, and others  can read and/or write to the file. The value in Rights is ignored on the Windows platform.
+            Rights is the file rights for the specified file. The default value is 438 (Decimal) or &amp;666 (Octal) and indicates that the owner,  group, and others  can read and/or write to the file. The value in Rights is ignored on the Windows platform.
           </p>
           <p>
             Create  instantiates a THandleStream (owned by the current class instance) which uses the valid file handle.
@@ -311,7 +311,7 @@
             CompareStringListItemsUTF8LowerCase converts the string values to lowercase using UTF8LowerCase, and calls the CompareStr function to perform the comparison. The return vaue is in the following ranges:
           </p>
           <dl>
-            <dt><code> <0 </code></dt>
+            <dt><code> &lt;0 </code></dt>
             <dd>String at Index1 comes before String at Index2</dd>
             <dt><code> 0 </code></dt>
             <dd>Strings have the same value</dd>
Index: lazarus/docs/xml/lazutils/utf8process.xml
===================================================================
--- lazarus.orig/docs/xml/lazutils/utf8process.xml
+++ lazarus/docs/xml/lazutils/utf8process.xml
@@ -81,6 +81,7 @@
         <descr>
           <p>
             SetCommandLineUTF8 is the write access specifier for the CommandLine property.
+          </p>
         </descr>
         <errors></errors>
         <seealso></seealso>