man: fixed text;

This commit is contained in:
Alexander Vdolainen 2015-08-04 19:23:24 +03:00
parent 28ef6e1429
commit 2e19cadd57

View File

@ -48,9 +48,9 @@ char *buf = sxmsg_rapidbuf(msg);
int ln = snprintf(buf, MAX_RBBUF_LEN, "(is-done)"); int ln = snprintf(buf, MAX_RBBUF_LEN, "(is-done)");
return sxmsg_rreply(msg, str, ln); return sxmsg_rreply(msg, str, ln);
.SH APPLICATION USAGE .SH APPLICATION USAGE
This function will be useful in RPC functions required to reply ASAP i.e. for getting some data. It RPC function takes a lot of time it's better to use other functions and postponed message processing. This function will be useful in RPC functions required to reply ASAP i.e. for getting some data. If RPC function takes a lot of time it's better to use other functions and/or postponed message processing.
.SH RATIONALE .SH RATIONALE
Use for lightweight RPC functions, this method may be used only in RPC call i.e. within SNTL thread context. Use for lightweight RPC functions, this method can be used only in RPC call i.e. within SNTL thread context.
.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