File: fix-manpages.patch

package info (click to toggle)
allegro5 2%3A5.2.10.1%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,872 kB
  • sloc: ansic: 109,795; cpp: 12,976; objc: 4,592; java: 2,845; python: 2,595; javascript: 1,238; sh: 1,008; makefile: 40; xml: 27; pascal: 24
file content (29 lines) | stat: -rw-r--r-- 840 bytes parent folder | download | duplicates (6)
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
Description: Fix a manpage issue.
 * When manpages are generated from these files, 
   this stuff with the dots is interpreted as a
   (missing) macro and not displayed.
Author: Tobias Hansen <tobias.han@gmx.de>

--- a/docs/src/refman/font.txt
+++ b/docs/src/refman/font.txt
@@ -585,13 +585,13 @@
 The bitmap format is as in the following example, which contains three glyphs
 for 1, 2 and 3.
 
-    .............
-    . 1 .222.333.
-    . 1 .  2.  3.
-    . 1 .222.333.
-    . 1 .2  .  3.
-    . 1 .222.333.
-    .............
+    "............."
+    ". 1 .222.333."
+    ". 1 .  2.  3."
+    ". 1 .222.333."
+    ". 1 .2  .  3."
+    ". 1 .222.333."
+    "............."
 
 In the above illustration, the dot is for pixels having the background color. It
 is determined by the color of the top left pixel in the bitmap. There should be