From c477182735731e6208c056b8879295e30ef756b8 Mon Sep 17 00:00:00 2001 From: Pieter Hintjens Date: Sun, 7 Dec 2014 17:07:22 +0100 Subject: [PATCH] Problem: zmq_epgm man page is confusing and redundant Solution: delete it. The epgm:// transport is documented in zmq_pgm. --- doc/Makefile.am | 4 +--- doc/zmq_epgm.txt | 1 - 2 files changed, 1 insertion(+), 4 deletions(-) delete mode 120000 doc/zmq_epgm.txt diff --git a/doc/Makefile.am b/doc/Makefile.am index 0ebce1c9..0bc2e0e6 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -15,7 +15,7 @@ MAN3 = zmq_bind.3 zmq_unbind.3 zmq_connect.3 zmq_disconnect.3 zmq_close.3 \ zmq_proxy.3 zmq_proxy_steerable.3 \ zmq_z85_encode.3 zmq_z85_decode.3 zmq_curve_keypair.3 zmq_has.3 -MAN7 = zmq.7 zmq_tcp.7 zmq_pgm.7 zmq_epgm.7 zmq_inproc.7 zmq_ipc.7 \ +MAN7 = zmq.7 zmq_tcp.7 zmq_pgm.7 zmq_inproc.7 zmq_ipc.7 \ zmq_null.7 zmq_plain.7 zmq_curve.7 zmq_tipc.7 MAN_DOC = $(MAN1) $(MAN3) $(MAN7) @@ -49,8 +49,6 @@ SUFFIXES=.html .txt .xml .3 .7 xmlto man $< .xml.7: xmlto man $< -zmq_epgm.7: zmq_pgm.7 - cp $< $@ endif dist-hook : $(MAN_DOC) $(MAN_HTML) diff --git a/doc/zmq_epgm.txt b/doc/zmq_epgm.txt deleted file mode 120000 index 4d58b1be..00000000 --- a/doc/zmq_epgm.txt +++ /dev/null @@ -1 +0,0 @@ -zmq_pgm.txt \ No newline at end of file