0
0
mirror of https://github.com/zeromq/libzmq.git synced 2024-12-27 23:51:04 +08:00

Merge pull request #3422 from sigiesec/fix-zmq-proxy-docs

Problem: zmq_proxy signature in documentation does not match actual s…
This commit is contained in:
Doron Somech 2019-02-20 16:58:57 +02:00 committed by GitHub
commit 3d55131eba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@ zmq_proxy - start built-in 0MQ proxy
SYNOPSIS
--------
*int zmq_proxy (const void '*frontend', const void '*backend', const void '*capture');*
*int zmq_proxy (void '*frontend', void '*backend', void '*capture');*
DESCRIPTION