diff --git a/debian/libsntl-dev.manpages b/debian/libsntl-dev.manpages index bdba65b..8aeaab3 100644 --- a/debian/libsntl-dev.manpages +++ b/debian/libsntl-dev.manpages @@ -1,2 +1,5 @@ man/sxmsg_rreply.3 -man/connections_create.3 \ No newline at end of file +man/connections_create.3 +man/connections_destroy.3 +man/connections_free.3 +man/connections_init.3 \ No newline at end of file diff --git a/man/Makefile.am b/man/Makefile.am index 1c30c43..ca0a709 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -1 +1 @@ -man_MANS = sxmsg_rreply.3 connections_create.3 +man_MANS = sxmsg_rreply.3 connections_create.3 connections_init.3 connections_destroy.3 connections_free.3 diff --git a/man/connections_create.3 b/man/connections_create.3 index 3211f2c..ade3951 100644 --- a/man/connections_create.3 +++ b/man/connections_create.3 @@ -64,7 +64,14 @@ None. .SH APPLICATION USAGE None. .SH RATIONALE -None. +Connection link destroy function might be used carefully, the logic of there functions is a +send a special link layer message that will close the connection link on the master side. +The reason to care about is a delivery of all messages, channels and other stuff, because +when this functions called all pending messages are drops. +.SH SEE ALSO +.BI connections_setsslserts(3) +, +.BI sntl_init(3) .SH COPYRIGHT This is a proprietary software. See COPYING for further details. .br diff --git a/man/connections_destroy.3 b/man/connections_destroy.3 new file mode 120000 index 0000000..5df5f7f --- /dev/null +++ b/man/connections_destroy.3 @@ -0,0 +1 @@ +connections_create.3 \ No newline at end of file diff --git a/man/connections_free.3 b/man/connections_free.3 new file mode 120000 index 0000000..5df5f7f --- /dev/null +++ b/man/connections_free.3 @@ -0,0 +1 @@ +connections_create.3 \ No newline at end of file diff --git a/man/connections_init.3 b/man/connections_init.3 new file mode 120000 index 0000000..5df5f7f --- /dev/null +++ b/man/connections_init.3 @@ -0,0 +1 @@ +connections_create.3 \ No newline at end of file