about summary refs log tree commit diff stats
path: root/html/linux/ex12.subx.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/linux/ex12.subx.html')
-rw-r--r--html/linux/ex12.subx.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/html/linux/ex12.subx.html b/html/linux/ex12.subx.html
index 0f9a3d61..1c413f5f 100644
--- a/html/linux/ex12.subx.html
+++ b/html/linux/ex12.subx.html
@@ -7,11 +7,11 @@
 <meta name="plugin-version" content="vim8.1_v1">
 <meta name="syntax" content="none">
 <meta name="settings" content="number_lines,use_css,no_foldcolumn,expand_tabs,line_ids,prevent_copy=">
-<meta name="colorscheme" content="minimal-light">
+<meta name="colorscheme" content="minimal-dark">
 <style type="text/css">
 <!--
-pre { font-family: monospace; color: #000000; background-color: #c6c6c6; }
-body { font-size:12pt; font-family: monospace; color: #000000; background-color: #c6c6c6; }
+pre { font-family: monospace; color: #000000; background-color: #a8a8a8; }
+body { font-size:12pt; font-family: monospace; color: #000000; background-color: #a8a8a8; }
 a { color:inherit; }
 * { font-size:12pt; font-size: 1em; }
 .subxComment { color: #005faf; }
@@ -19,7 +19,7 @@ a { color:inherit; }
 .subxS2Comment { color: #8a8a8a; }
 .LineNr { }
 .SpecialChar { color: #d70000; }
-.Normal { color: #000000; background-color: #c6c6c6; padding-bottom: 1px; }
+.Normal { color: #000000; background-color: #a8a8a8; padding-bottom: 1px; }
 -->
 </style>
 
@@ -59,7 +59,7 @@ if ('onhashchange' in window) {
 <span id="L2" class="LineNr"> 2 </span><span class="subxComment"># Create a new segment using mmap, save the address, write to it.</span>
 <span id="L3" class="LineNr"> 3 </span><span class="subxComment">#</span>
 <span id="L4" class="LineNr"> 4 </span><span class="subxComment"># To run:</span>
-<span id="L5" class="LineNr"> 5 </span><span class="subxComment">#   $ bootstrap/bootstrap translate apps/ex12.subx -o apps/ex12</span>
+<span id="L5" class="LineNr"> 5 </span><span class="subxComment">#   $ bootstrap/bootstrap translate ex12.subx -o ex12</span>
 <span id="L6" class="LineNr"> 6 </span><span class="subxComment">#   $ bootstrap/bootstrap run ex12</span>
 <span id="L7" class="LineNr"> 7 </span><span class="subxComment"># You shouldn't get a segmentation fault.</span>
 <span id="L8" class="LineNr"> 8 </span>
ommitter Kartik K. Agaram <vc@akkartik.com> 2016-12-26 01:26:16 -0800 3709 - line numbers in html' href='/akkartik/mu/commit/html/059to_text.mu.html?h=main&id=e5c11a5137d538b7713dd8708ca767c208824c06'>e5c11a51 ^
0ca56ed8 ^





e5c11a51 ^






















0ca56ed8 ^


e5c11a51 ^
0ca56ed8 ^
204dae92 ^














201458e3 ^
204dae92 ^











201458e3 ^
204dae92 ^















9e751bb8 ^
204dae92 ^

0ca56ed8 ^



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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111