aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2022-05-13 17:25:27 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2022-05-13 17:25:27 +0300
commitf50b6be7a6088dbff621613bfec82d6fef62dca3 (patch)
treeaf6daab6c0654298ff0042dba12e037919bfdd78
parent15ea1533a8bb7c9d8eafb25defe4aeba6fa3f7f2 (diff)
downloadlibmicrohttpd-f50b6be7a6088dbff621613bfec82d6fef62dca3.tar.gz
libmicrohttpd-f50b6be7a6088dbff621613bfec82d6fef62dca3.zip
libmicrohttpd.texi: fixed formatting in 15ea1533a8bb7c9d8eafb25defe4aeba6fa3f7f2
-rw-r--r--doc/libmicrohttpd.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/libmicrohttpd.texi b/doc/libmicrohttpd.texi
index f86eacd9..57cdb000 100644
--- a/doc/libmicrohttpd.texi
+++ b/doc/libmicrohttpd.texi
@@ -3184,7 +3184,7 @@ Wrong ``URI'' (or URI parameters).
3184@item MHD_DAUTH_NONCE_STALE 3184@item MHD_DAUTH_NONCE_STALE
3185The ``nonce'' is too old. Suggest the client to retry with the same username and 3185The ``nonce'' is too old. Suggest the client to retry with the same username and
3186password to get the fresh ``nonce''. 3186password to get the fresh ``nonce''.
3187The validity of the 'nonce' may not be checked. 3187The validity of the ``nonce'' may not be checked.
3188 3188
3189@item MHD_DAUTH_NONCE_WRONG 3189@item MHD_DAUTH_NONCE_WRONG
3190The ``nonce'' is wrong. May indicate an attack attempt. 3190The ``nonce'' is wrong. May indicate an attack attempt.