blob: c882b80f4545099112e3161c5b6c7d3126f12fac (
plain)
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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
|
%!PS-Adobe-3.0
%%DocumentData: Clean7Bit
%%Orientation: Portrait
%%Pages: (atend)
%%PageOrder: Ascend
%%DocumentMedia: man-Letter 612 790 0 () ()
%%DocumentNeededResources: font Times-Roman Times-Bold Times-Italic Times-BoldItalic
%%DocumentSuppliedResources: procset MandocProcs 1.0 0
%%EndComments
%%BeginProlog
%%BeginResource: procset MandocProcs 10170 10170
/fs 11 def
/f0 { /Times-Roman fs selectfont } def
/f1 { /Times-Bold fs selectfont } def
/f2 { /Times-Italic fs selectfont } def
/f3 { /Times-BoldItalic fs selectfont } def
/s { 3 1 roll moveto show } bind def
/c { exch currentpoint exch pop moveto show } bind def
%%EndResource
%%EndProlog
%%BeginSetup
%%BeginFeature: *PageSize Letter
<</PageSize [612 790]>>setpagedevice
%%EndFeature
%%EndSetup
%%Page: 1 1
f1
68.024 702.988(NAME)s
f0
87.274 687.599(regression-380)s
155.397(-)c
161.810(regression)c
209.770(test)c
227.799(for)c
243.375(BUG#380)c
87.274 656.821(#380)s
112.024(manpage)c
154.484(writer)c
183.502(does)c
206.415(not)c
223.223(add)c
241.857(space)c
269.038(after)c
291.940(.B)c
87.274 626.043(...)s
98.274(somewhere)c
151.118(in)c
162.426(the)c
178.618(sphinx)c
210.705(pipeline)c
248.897(something)c
297.484(is)c
307.571(...)c
318.571(failing)c
87.274 595.265(Maybe)s
120.571(the)c
f1
136.763(install)c
f0
168.245(subparser)c
213.147(is)c
223.234(a)c
230.868(problem.)c
87.274 564.487(Input)s
113.245(extracted)c
156.310(with)c
178.618(standard)c
218.636(argparse)c
258.643(---)c
87.274 533.709(usage:)s
118.129(tmpmain.py)c
173.745([-h])c
192.984([--general)c
239.096(GENERAL])c
296.835(foo)c
314.248(bar)c
331.045({install})c
371.250(...)c
f1
87.274 502.931(positional)s
135.872(arguments:)c
f0
106.524 487.542(foo)s
173.437(foo)c
190.850(help)c
212.542(bar)c
229.339({install})c
87.274 456.764(System)s
122.419(Message:)c
166.716(ERROR/3)c
214.698(\(input/optionstoo.txt:,)c
313.412(line)c
332.662(23\))c
106.524 441.375(Unexpected)s
161.810(indentation.)c
145.024 425.986(install)s
207.669(install)c
237.314(help)c
f1
87.274 395.208(optional)s
128.535(arguments:)c
125.774 364.430(-h)s
f0
135.553(,)c
f1
141.053(--help)c
f0
145.024 349.041(show)s
170.995(this)c
189.640(help)c
211.332(message)c
251.350(and)c
269.984(exit)c
f1
125.774 318.263(--general)s
f2
170.676(GENERAL)c
f0
218.955(,)c
f1
224.455(-G)c
f2
239.426(GENERAL)c
f0
145.024 302.874(General)s
182.589(option)c
f1
125.774 272.096(-o)s
f2
137.687(FILE)c
f0
160.908(,)c
f1
166.408(--ouput)c
f2
203.995(FILE)c
f0
145.024 256.707(output)s
175.890(file)c
118.415 225.929(NOTE)s
150.491("show")c
185.438("General")c
231.979(and)c
250.613("output")c
290.455(on)c
304.205(same)c
329.560(column.)c
f0
68.024 739.233(REGRESSION-380\(\))s
448.932(REGRESSION-380\(\))c
448.932 36.245(REGRESSION-380\(\))s
showpage
%%Trailer
%%Pages: 1
%%EOF
|