From: Daniel Gruno Date: Sat, 20 Apr 2013 07:19:10 +0000 (+0000) Subject: scrap r:started from the list of functions, as it's just a variable. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c42a0d209fbbedd51f6761d455e2e4eb922c0e8a;p=thirdparty%2Fapache%2Fhttpd.git scrap r:started from the list of functions, as it's just a variable. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1470119 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_lua.xml b/docs/manual/mod/mod_lua.xml index f765ebf5a42..bd73ed1d1e3 100644 --- a/docs/manual/mod/mod_lua.xml +++ b/docs/manual/mod/mod_lua.xml @@ -739,9 +739,6 @@ local thread = r:scoreboard_worker(1, 1) r:puts("Server 1's thread 1 has thread ID " .. thread.tid .. " and is in " .. thread.status .. " status") - -r:started() -- Returns the time of the last server (re)start - r:clock() -- Returns the current time with microsecond precision