From 2f7d0e804599bfb2a96d6ea5473a5204300d4a80 Mon Sep 17 00:00:00 2001 From: Alexander Vdolainen Date: Sun, 25 Oct 2015 03:55:54 +0200 Subject: [PATCH] renaming done; --- man/Makefile.am | 6 +++--- man/connections_get_priv.3 | 1 - man/sxhub_get_priv.3 | 1 + man/{connections_set_authcheck.3 => sxhub_set_authcheck.3} | 0 ...onnections_set_channelcall.3 => sxhub_set_channelcall.3} | 0 man/{connections_set_ondestroy.3 => sxhub_set_ondestroy.3} | 0 man/{connections_set_onpulse.3 => sxhub_set_onpulse.3} | 0 man/{connections_set_priv.3 => sxhub_set_priv.3} | 0 ...nections_set_rpcvalidator.3 => sxhub_set_rpcvalidator.3} | 0 ...onnections_set_sslvalidate.3 => sxhub_set_sslvalidate.3} | 0 man/{connections_setsslserts.3 => sxhub_setsslserts.3} | 0 11 files changed, 4 insertions(+), 4 deletions(-) delete mode 120000 man/connections_get_priv.3 create mode 120000 man/sxhub_get_priv.3 rename man/{connections_set_authcheck.3 => sxhub_set_authcheck.3} (100%) rename man/{connections_set_channelcall.3 => sxhub_set_channelcall.3} (100%) rename man/{connections_set_ondestroy.3 => sxhub_set_ondestroy.3} (100%) rename man/{connections_set_onpulse.3 => sxhub_set_onpulse.3} (100%) rename man/{connections_set_priv.3 => sxhub_set_priv.3} (100%) rename man/{connections_set_rpcvalidator.3 => sxhub_set_rpcvalidator.3} (100%) rename man/{connections_set_sslvalidate.3 => sxhub_set_sslvalidate.3} (100%) rename man/{connections_setsslserts.3 => sxhub_setsslserts.3} (100%) diff --git a/man/Makefile.am b/man/Makefile.am index 7ce55cd..ccef501 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -1,7 +1,7 @@ man_MANS = sxmsg_rreply.3 sxhub_create.3 sxhub_init.3 sxhub_destroy.3 sxhub_free.3 \ - sxmp_init.3 connections_setsslserts.3 connections_set_priv.3 connections_get_priv.3 \ - connections_set_ondestroy.3 connections_set_onpulse.3 connections_set_sslvalidate.3 \ - connections_set_authcheck.3 connections_set_rpcvalidator.3 connections_set_channelcall.3 \ + sxmp_init.3 sxhub_setsslserts.3 sxhub_set_priv.3 sxhub_get_priv.3 \ + sxhub_set_ondestroy.3 sxhub_set_onpulse.3 sxhub_set_sslvalidate.3 \ + sxhub_set_authcheck.3 sxhub_set_rpcvalidator.3 sxhub_set_channelcall.3 \ connection_master_link.3 connection_link.3 connection_close.3 sxchannel_open.3 \ sxchannel_close.3 sxmsg_send.3 sxmsg_send_pp.3 sxmsg_clean.3 sxmp_finalize.3 sxmsg_pulse.3 \ sxmsg_reply.3 sxmsg_reply_pp.3 sxmsg_return.3 sxmsg_return_pp.3 diff --git a/man/connections_get_priv.3 b/man/connections_get_priv.3 deleted file mode 120000 index 2aeb521..0000000 --- a/man/connections_get_priv.3 +++ /dev/null @@ -1 +0,0 @@ -connections_set_priv.3 \ No newline at end of file diff --git a/man/sxhub_get_priv.3 b/man/sxhub_get_priv.3 new file mode 120000 index 0000000..5dfe317 --- /dev/null +++ b/man/sxhub_get_priv.3 @@ -0,0 +1 @@ +sxhub_set_priv.3 \ No newline at end of file diff --git a/man/connections_set_authcheck.3 b/man/sxhub_set_authcheck.3 similarity index 100% rename from man/connections_set_authcheck.3 rename to man/sxhub_set_authcheck.3 diff --git a/man/connections_set_channelcall.3 b/man/sxhub_set_channelcall.3 similarity index 100% rename from man/connections_set_channelcall.3 rename to man/sxhub_set_channelcall.3 diff --git a/man/connections_set_ondestroy.3 b/man/sxhub_set_ondestroy.3 similarity index 100% rename from man/connections_set_ondestroy.3 rename to man/sxhub_set_ondestroy.3 diff --git a/man/connections_set_onpulse.3 b/man/sxhub_set_onpulse.3 similarity index 100% rename from man/connections_set_onpulse.3 rename to man/sxhub_set_onpulse.3 diff --git a/man/connections_set_priv.3 b/man/sxhub_set_priv.3 similarity index 100% rename from man/connections_set_priv.3 rename to man/sxhub_set_priv.3 diff --git a/man/connections_set_rpcvalidator.3 b/man/sxhub_set_rpcvalidator.3 similarity index 100% rename from man/connections_set_rpcvalidator.3 rename to man/sxhub_set_rpcvalidator.3 diff --git a/man/connections_set_sslvalidate.3 b/man/sxhub_set_sslvalidate.3 similarity index 100% rename from man/connections_set_sslvalidate.3 rename to man/sxhub_set_sslvalidate.3 diff --git a/man/connections_setsslserts.3 b/man/sxhub_setsslserts.3 similarity index 100% rename from man/connections_setsslserts.3 rename to man/sxhub_setsslserts.3