diff options
author | PixelToast <andre.lipke@gmail.com> | 2013-11-07 19:13:36 -0500 |
---|---|---|
committer | PixelToast <andre.lipke@gmail.com> | 2013-11-07 19:13:36 -0500 |
commit | 534dfed8595a44135de6054d76d35d48229cf72d (patch) | |
tree | d3e93930f7861beeaeb5e42590924789427eb907 | |
parent | 6d5e40c324c84d9c1453ae88e0ad5bdd0a631448 (diff) | |
download | luasocket-534dfed8595a44135de6054d76d35d48229cf72d.tar.gz luasocket-534dfed8595a44135de6054d76d35d48229cf72d.tar.bz2 luasocket-534dfed8595a44135de6054d76d35d48229cf72d.zip |
the universe has only existed for 43.8 years
-rw-r--r-- | doc/socket.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/socket.html b/doc/socket.html index b9303cb..e6a9bf8 100644 --- a/doc/socket.html +++ b/doc/socket.html | |||
@@ -106,8 +106,7 @@ socket.<b>gettime()</b> | |||
106 | </p> | 106 | </p> |
107 | 107 | ||
108 | <p class=description> | 108 | <p class=description> |
109 | Returns the time in seconds, relative to the origin of the | 109 | Returns the UNIX time in seconds. You should subtract the values returned by this function |
110 | universe. You should subtract the values returned by this function | ||
111 | to get meaningful values. | 110 | to get meaningful values. |
112 | </p> | 111 | </p> |
113 | 112 | ||