Skip to content

Commit

Permalink
Built zmq_send_const man page properly
Browse files Browse the repository at this point in the history
  • Loading branch information
hintjens committed Sep 20, 2013
1 parent fef4fa8 commit 4ce9b42
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ MAN3 = zmq_bind.3 zmq_unbind.3 zmq_connect.3 zmq_disconnect.3 zmq_close.3 \
zmq_msg_init.3 zmq_msg_init_data.3 zmq_msg_init_size.3 \
zmq_msg_move.3 zmq_msg_copy.3 zmq_msg_size.3 zmq_msg_data.3 zmq_msg_close.3 \
zmq_msg_send.3 zmq_msg_recv.3 \
zmq_send.3 zmq_recv.3 \
zmq_send.3 zmq_recv.3 zmq_send_const.3 \
zmq_msg_get.3 zmq_msg_set.3 zmq_msg_more.3 \
zmq_getsockopt.3 zmq_setsockopt.3 \
zmq_socket.3 zmq_socket_monitor.3 zmq_poll.3 \
Expand Down
1 change: 1 addition & 0 deletions doc/zmq.txt
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ Sending and receiving messages::
linkzmq:zmq_msg_recv[3]
linkzmq:zmq_send[3]
linkzmq:zmq_recv[3]
linkzmq:zmq_send_const[3]

.Input/output multiplexing
0MQ provides a mechanism for applications to multiplex input/output events over
Expand Down
2 changes: 1 addition & 1 deletion doc/zmq_send_const.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
zmq_send_const(3)
===========
=================


NAME
Expand Down

0 comments on commit 4ce9b42

Please sign in to comment.