~ubuntu-branches/ubuntu/oneiric/zeromq/oneiric

« back to all changes in this revision

Viewing changes to doc/zmq_bind.3

  • Committer: Bazaar Package Importer
  • Author(s): Martin Lucina
  • Date: 2010-09-08 15:25:45 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20100908152545-8rfaoyw289tk5vaf
Tags: 2.0.9.dfsg-1
* New upstream version. 
* Move all manpages in libzmq0 to zeromq-dev package (closes: #595890) 
* Updated to standards version 3.9.1.
* Add lintian-overrides for spelling-error-in-copyright due to error in
  upstream license of xmlParser.
* Use Breaks: instead of Conflicts: in zeromq-bin package, fixes 
  conflicts-with-version from lintian.
* Various other minor fixes for warnings from lintian.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
.\"     Title: zmq_bind
3
3
.\"    Author: [see the "AUTHORS" section]
4
4
.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
5
 
.\"      Date: 06/04/2010
 
5
.\"      Date: 09/06/2010
6
6
.\"    Manual: 0MQ Manual
7
 
.\"    Source: 0MQ 2.0.7
 
7
.\"    Source: 0MQ 2.0.9
8
8
.\"  Language: English
9
9
.\"
10
 
.TH "ZMQ_BIND" "3" "06/04/2010" "0MQ 2\&.0\&.7" "0MQ Manual"
 
10
.TH "ZMQ_BIND" "3" "09/06/2010" "0MQ 2\&.0\&.9" "0MQ Manual"
11
11
.\" -----------------------------------------------------------------
12
12
.\" * Define some portability stuff
13
13
.\" -----------------------------------------------------------------
113
113
\fIsocket\fR
114
114
was terminated\&.
115
115
.RE
 
116
.PP
 
117
\fBEFAULT\fR
 
118
.RS 4
 
119
The provided
 
120
\fIsocket\fR
 
121
was not valid (NULL)\&.
 
122
.RE
116
123
.SH "EXAMPLE"
117
124
.PP
118
125
\fBBinding a publisher socket to an in-process and a TCP transport\fR.