From 3d9abf5e1d1b03300dbf6487c00774b3fe5d8ab2 Mon Sep 17 00:00:00 2001 From: Daniel Gruno Date: Sat, 20 Apr 2013 07:19:10 +0000 Subject: [PATCH] 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 --- docs/manual/mod/mod_lua.xml | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/manual/mod/mod_lua.xml b/docs/manual/mod/mod_lua.xml index f765ebf5a4..bd73ed1d1e 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 -- 2.40.0