From 2e19cadd57c6dce68daae63fd7a7f18d4149df63 Mon Sep 17 00:00:00 2001 From: Alexander Vdolainen Date: Tue, 4 Aug 2015 19:23:24 +0300 Subject: [PATCH] man: fixed text; --- man/sxmsg_rreply.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man/sxmsg_rreply.3 b/man/sxmsg_rreply.3 index 9019bd9..6babd4e 100644 --- a/man/sxmsg_rreply.3 +++ b/man/sxmsg_rreply.3 @@ -48,9 +48,9 @@ char *buf = sxmsg_rapidbuf(msg); int ln = snprintf(buf, MAX_RBBUF_LEN, "(is-done)"); return sxmsg_rreply(msg, str, ln); .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 -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 This is a proprietary software. See COPYING for further details. .br