added aliases for man pages;

This commit is contained in:
Alexander Vdolainen 2015-07-26 05:05:02 +03:00
parent aa3b9bc2c3
commit fe16a8ffac
6 changed files with 16 additions and 3 deletions

View File

@ -1,2 +1,5 @@
man/sxmsg_rreply.3
man/connections_create.3
man/connections_create.3
man/connections_destroy.3
man/connections_free.3
man/connections_init.3

View File

@ -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

View File

@ -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

1
man/connections_destroy.3 Symbolic link
View File

@ -0,0 +1 @@
connections_create.3

1
man/connections_free.3 Symbolic link
View File

@ -0,0 +1 @@
connections_create.3

1
man/connections_init.3 Symbolic link
View File

@ -0,0 +1 @@
connections_create.3