]> granicus.if.org Git - apache/commitdiff
scrap r:started from the list of functions, as it's just a variable.
authorDaniel Gruno <humbedooh@apache.org>
Sat, 20 Apr 2013 07:19:10 +0000 (07:19 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Sat, 20 Apr 2013 07:19:10 +0000 (07:19 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1470119 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_lua.xml

index f765ebf5a421d756bf5c4c33b6f213a2d373ee5f..bd73ed1d1e3a000a786f4446f0566d63d8f953ce 100644 (file)
@@ -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")
 </highlight>
 
-<highlight language="lua">
-r:started() -- Returns the time of the last server (re)start
-</highlight>
 
 <highlight language="lua">
 r:clock() -- Returns the current time with microsecond precision