]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Fix documentation
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Wed, 23 Oct 2019 11:49:54 +0000 (12:49 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Wed, 23 Oct 2019 11:49:54 +0000 (12:49 +0100)
src/lua/lua_url.c

index 4b923d3efa73c3cfa44da11b2540b6907b1c2bd4..4f79d7b9cb12abe1a68b0804e98844b2c63c5c77 100644 (file)
@@ -23,6 +23,9 @@
  * You can also create `rspamd_url` from any text.
  * @example
 local url = require "rspamd_url"
+local mpool = require "rspamd_mempool"
+
+url.init("/usr/share/rspamd/effective_tld_names.dat")
 local pool = mpool.create()
 local res = url.create(pool, 'Look at: http://user@test.example.com/test?query")
 local t = res:to_table()
@@ -757,7 +760,7 @@ lua_url_create (lua_State *L)
 }
 
 /***
- * @function url.create(tld_file)
+ * @function url.init(tld_file)
  * Initialize url library if not initialized yet by Rspamd
  * @param {string} tld_file for url library
  * @return nothing