aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/mtasim.texi8
-rw-r--r--mtasim/Makefile.am1
2 files changed, 5 insertions, 4 deletions
diff --git a/doc/mtasim.texi b/doc/mtasim.texi
index 937bbfeb..d136ad80 100644
--- a/doc/mtasim.texi
+++ b/doc/mtasim.texi
@@ -659,10 +659,10 @@ Timeout for connecting to a filter.
@itemx S
-Timeout for reading reply from the filter.
+Timeout for sending information from the simulator to a filter.
@item R
-Timeout for sending information from the simulator to a filter.
+Timeout for reading reply from the filter.
@item E
-Overall timeout between sending end-of-message to filter and waiting
-for the final acknowledgment. Indirectly, it configures the upper
+Overall timeout between sending end-of-message to filter and receiving
+final acknowledgment. Indirectly, it configures the upper
limit on the execution time of the @code{eom} handler (@pxref{eom handler}).
diff --git a/mtasim/Makefile.am b/mtasim/Makefile.am
index ec11225b..4019c019 100644
--- a/mtasim/Makefile.am
+++ b/mtasim/Makefile.am
@@ -28 +28,2 @@ AM_CPPFLAGS = \
LDADD = ../lib/libmf.a $(MAILUTILS_LIBS) $(MILTER)
+mtasim_DEPENDENCIES = ../lib/libmf.a $(MILTER)

Return to:

Send suggestions and report system problems to the System administrator.