added aliases for man pages;

v0.5.xx
Alexander Vdolainen 9 years ago
parent aa3b9bc2c3
commit fe16a8ffac

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

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

@ -64,7 +64,14 @@ None.
.SH APPLICATION USAGE .SH APPLICATION USAGE
None. None.
.SH RATIONALE .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 .SH COPYRIGHT
This is a proprietary software. See COPYING for further details. This is a proprietary software. See COPYING for further details.
.br .br

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

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

@ -0,0 +1 @@
connections_create.3
Loading…
Cancel
Save