aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorsilvioprog <silvioprog@gmail.com>2018-12-06 13:26:39 -0300
committersilvioprog <silvioprog@gmail.com>2018-12-06 13:26:39 -0300
commit22c08b5fd71091e84247f43bd36ce08184736f17 (patch)
tree963cf6621f22f66f8bfec57a619f6bdea8c1a537 /doc
parentb220303691d627ca3cfe0d949c6aa2257b722c60 (diff)
downloadlibmicrohttpd-22c08b5fd71091e84247f43bd36ce08184736f17.tar.gz
libmicrohttpd-22c08b5fd71091e84247f43bd36ce08184736f17.zip
Renamed all occurrences from _model(s)_ to _mode(s)_.
Diffstat (limited to 'doc')
-rw-r--r--doc/libmicrohttpd.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/libmicrohttpd.texi b/doc/libmicrohttpd.texi
index d87dac76..7c573736 100644
--- a/doc/libmicrohttpd.texi
+++ b/doc/libmicrohttpd.texi
@@ -938,10 +938,10 @@ with the "--disable-messages" flag.
938@cindex performance 938@cindex performance
939Number (unsigned int) of threads in thread pool. Enable 939Number (unsigned int) of threads in thread pool. Enable
940thread pooling by setting this value to to something 940thread pooling by setting this value to to something
941greater than 1. Currently, thread model must be 941greater than 1. Currently, thread mode must be
942MHD_USE_INTERNAL_POLLING_THREAD if thread pooling is enabled 942MHD_USE_INTERNAL_POLLING_THREAD if thread pooling is enabled
943(@code{MHD_start_daemon} returns @code{NULL} for an unsupported thread 943(@code{MHD_start_daemon} returns @code{NULL} for an unsupported thread
944model). 944mode).
945 945
946@item MHD_OPTION_ARRAY 946@item MHD_OPTION_ARRAY
947@cindex options 947@cindex options