~ubuntu-branches/ubuntu/precise/zeromq/precise

« back to all changes in this revision

Viewing changes to doc/zmq_version.html

  • Committer: Bazaar Package Importer
  • Author(s): Martin Lucina
  • Date: 2011-10-03 17:09:06 UTC
  • mfrom: (7.2.3 sid)
  • Revision ID: james.westby@ubuntu.com-20111003170906-0qfaxldhfyta8ip2
Tags: 2.1.10-1
New upstream version. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
    "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
3
3
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
4
4
<head>
5
 
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
6
 
<meta name="generator" content="AsciiDoc 8.6.3" />
 
5
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
 
6
<meta name="generator" content="AsciiDoc 8.5.2" />
7
7
<title>zmq_version(3)</title>
8
8
<style type="text/css">
9
 
/* Sans-serif font. */
10
 
h1, h2, h3, h4, h5, h6,
11
 
div.title, caption.title,
12
 
thead, p.table.header,
13
 
div#toctitle,
14
 
span#author, span#revnumber, span#revdate, span#revremark,
15
 
div#footer {
16
 
  font-family: Arial,Helvetica,sans-serif;
17
 
}
18
 
 
19
 
/* Serif font. */
20
 
div.sectionbody {
21
 
  font-family: Georgia,"Times New Roman",Times,serif;
22
 
}
23
 
 
24
 
/* Monospace font. */
25
 
tt {
26
 
  font-size: inherit;
 
9
/* Debug borders */
 
10
p, li, dt, dd, div, pre, h1, h2, h3, h4, h5, h6 {
 
11
/*
 
12
  border: 1px solid red;
 
13
*/
27
14
}
28
15
 
29
16
body {
49
36
}
50
37
 
51
38
tt {
52
 
  font-size: inherit;
53
39
  color: navy;
54
40
}
55
41
 
56
42
h1, h2, h3, h4, h5, h6 {
57
43
  color: #527bbd;
 
44
  font-family: sans-serif;
58
45
  margin-top: 1.2em;
59
46
  margin-bottom: 0.5em;
60
47
  line-height: 1.3;
74
61
}
75
62
 
76
63
div.sectionbody {
 
64
  font-family: serif;
77
65
  margin-left: 0;
78
66
}
79
67
 
89
77
ul, ol, li > p {
90
78
  margin-top: 0;
91
79
}
92
 
ul > li     { color: #aaa; }
93
 
ul > li > * { color: black; }
94
80
 
95
81
pre {
96
82
  padding: 0;
99
85
 
100
86
span#author {
101
87
  color: #527bbd;
 
88
  font-family: sans-serif;
102
89
  font-weight: bold;
103
90
  font-size: 1.1em;
104
91
}
105
92
span#email {
106
93
}
107
94
span#revnumber, span#revdate, span#revremark {
 
95
  font-family: sans-serif;
108
96
}
109
97
 
110
98
div#footer {
 
99
  font-family: sans-serif;
111
100
  font-size: small;
112
101
  border-top: 2px solid silver;
113
102
  padding-top: 0.5em;
146
135
/* Block element titles. */
147
136
div.title, caption.title {
148
137
  color: #527bbd;
 
138
  font-family: sans-serif;
149
139
  font-weight: bold;
150
140
  text-align: left;
151
141
  margin-top: 1.0em;
167
157
 
168
158
div.sidebarblock > div.content {
169
159
  background: #ffffee;
170
 
  border: 1px solid #dddddd;
171
 
  border-left: 4px solid #f0f0f0;
 
160
  border: 1px solid silver;
172
161
  padding: 0.5em;
173
162
}
174
163
 
175
164
div.listingblock > div.content {
176
 
  border: 1px solid #dddddd;
177
 
  border-left: 5px solid #f0f0f0;
178
 
  background: #f8f8f8;
 
165
  border: 1px solid silver;
 
166
  background: #f4f4f4;
179
167
  padding: 0.5em;
180
168
}
181
169
 
183
171
  padding-left: 1.0em;
184
172
  margin-left: 1.0em;
185
173
  margin-right: 10%;
186
 
  border-left: 5px solid #f0f0f0;
 
174
  border-left: 5px solid #dddddd;
187
175
  color: #777777;
188
176
}
189
177
 
192
180
  text-align: right;
193
181
}
194
182
 
195
 
div.verseblock > pre.content {
196
 
  font-family: inherit;
197
 
  font-size: inherit;
 
183
div.verseblock > div.content {
 
184
  white-space: pre;
198
185
}
199
186
div.verseblock > div.attribution {
200
187
  padding-top: 0.75em;
271
258
  border: 3px solid #527bbd;
272
259
}
273
260
thead, p.table.header {
 
261
  font-family: sans-serif;
274
262
  font-weight: bold;
275
 
  color: #527bbd;
276
263
}
277
264
tfoot {
278
265
  font-weight: bold;
352
339
  min-width: 100px;
353
340
}
354
341
 
355
 
div.colist td {
356
 
  padding-right: 0.5em;
357
 
  padding-bottom: 0.3em;
358
 
  vertical-align: top;
359
 
}
360
 
div.colist td img {
361
 
  margin-top: 0.3em;
362
 
}
363
342
 
364
343
@media print {
365
344
  div#footer-badges { display: none; }
371
350
 
372
351
div#toctitle {
373
352
  color: #527bbd;
 
353
  font-family: sans-serif;
374
354
  font-size: 1.1em;
375
355
  font-weight: bold;
376
356
  margin-top: 1.0em;
393
373
  margin-left: 6em;
394
374
  font-size: 0.9em;
395
375
}
396
 
 
397
376
/* Overrides for manpage documents */
398
377
h1 {
399
378
  padding-top: 0.5em;
412
391
  div#toc { display: none; }
413
392
}
414
393
 
 
394
/* Workarounds for IE6's broken and incomplete CSS2. */
 
395
 
 
396
div.sidebar-content {
 
397
  background: #ffffee;
 
398
  border: 1px solid silver;
 
399
  padding: 0.5em;
 
400
}
 
401
div.sidebar-title, div.image-title {
 
402
  color: #527bbd;
 
403
  font-family: sans-serif;
 
404
  font-weight: bold;
 
405
  margin-top: 0.0em;
 
406
  margin-bottom: 0.5em;
 
407
}
 
408
 
 
409
div.listingblock div.content {
 
410
  border: 1px solid silver;
 
411
  background: #f4f4f4;
 
412
  padding: 0.5em;
 
413
}
 
414
 
 
415
div.quoteblock-attribution {
 
416
  padding-top: 0.5em;
 
417
  text-align: right;
 
418
}
 
419
 
 
420
div.verseblock-content {
 
421
  white-space: pre;
 
422
}
 
423
div.verseblock-attribution {
 
424
  padding-top: 0.75em;
 
425
  text-align: left;
 
426
}
 
427
 
 
428
div.exampleblock-content {
 
429
  border-left: 3px solid #dddddd;
 
430
  padding-left: 0.5em;
 
431
}
 
432
 
 
433
/* IE6 sets dynamically generated links as visited. */
 
434
div#toc a:visited { color: blue; }
415
435
</style>
416
436
<script type="text/javascript">
417
437
/*<![CDATA[*/
547
567
/*]]>*/
548
568
</script>
549
569
</head>
550
 
<body class="manpage">
 
570
<body>
551
571
<div id="header">
552
572
<h1>
553
573
zmq_version(3) Manual Page
560
580
</div>
561
581
</div>
562
582
<div id="content">
563
 
<div class="sect1">
564
583
<h2 id="_synopsis">SYNOPSIS</h2>
565
584
<div class="sectionbody">
566
585
<div class="paragraph"><p><strong>void zmq_version (int <em>*major</em>, int <em>*minor</em>, int <em>*patch</em>);</strong></p></div>
567
586
</div>
568
 
</div>
569
 
<div class="sect1">
570
587
<h2 id="_description">DESCRIPTION</h2>
571
588
<div class="sectionbody">
572
589
<div class="paragraph"><p>The <em>zmq_version()</em> function shall fill in the integer variables pointed to by
576
593
dynamically linking to the ØMQ library that wish to determine the actual
577
594
version of the ØMQ library they are using.</p></div>
578
595
</div>
579
 
</div>
580
 
<div class="sect1">
581
596
<h2 id="_return_value">RETURN VALUE</h2>
582
597
<div class="sectionbody">
583
598
<div class="paragraph"><p>There is no return value.</p></div>
584
599
</div>
585
 
</div>
586
 
<div class="sect1">
587
600
<h2 id="_errors">ERRORS</h2>
588
601
<div class="sectionbody">
589
602
<div class="paragraph"><p>No errors are defined.</p></div>
590
603
</div>
591
 
</div>
592
 
<div class="sect1">
593
604
<h2 id="_example">EXAMPLE</h2>
594
605
<div class="sectionbody">
595
606
<div class="listingblock">
600
611
printf ("Current 0MQ version is %d.%d.%d\n", major, minor, patch);</tt></pre>
601
612
</div></div>
602
613
</div>
603
 
</div>
604
 
<div class="sect1">
605
614
<h2 id="_see_also">SEE ALSO</h2>
606
615
<div class="sectionbody">
607
616
<div class="paragraph"><p><a href="zmq.html">zmq(7)</a></p></div>
608
617
</div>
609
 
</div>
610
 
<div class="sect1">
611
618
<h2 id="_authors">AUTHORS</h2>
612
619
<div class="sectionbody">
613
620
<div class="paragraph"><p>This ØMQ manual page was written by Martin Sustrik &lt;<a href="mailto:sustrik@250bpm.com">sustrik@250bpm.com</a>&gt; and
614
621
Martin Lucina &lt;<a href="mailto:mato@kotelna.sk">mato@kotelna.sk</a>&gt;.</p></div>
615
622
</div>
616
623
</div>
617
 
</div>
618
624
<div id="footnotes"><hr /></div>
619
625
<div id="footer">
620
626
<div id="footer-text">
621
 
ØMQ 2.1.9<br />
622
 
Last updated 2011-03-13 17:59:17 CET
 
627
ØMQ 2.1.7<br />
 
628
Last updated 2011-03-14 01:40:09 CDT
623
629
</div>
624
630
</div>
625
631
</body>