From e96b69887fc2769157413151a9b562301a5931b4 Mon Sep 17 00:00:00 2001 From: Martin Milata Date: Sat, 4 Feb 2017 13:03:26 +0100 Subject: [PATCH] docs: Correct string --- lib/libwebsockets.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libwebsockets.h b/lib/libwebsockets.h index b6316ba..46045dd 100644 --- a/lib/libwebsockets.h +++ b/lib/libwebsockets.h @@ -3803,7 +3803,7 @@ lws_snprintf(char *str, size_t size, const char *format, ...); LWS_VISIBLE LWS_EXTERN int lws_get_random(struct lws_context *context, void *buf, int len); /** - * lws_daemonize(): fill a buffer with platform random data + * lws_daemonize(): make current process run in the background * * \param _lock_path: the filepath to write the lock file * -- 2.7.4