diff options
Diffstat (limited to 'Doc/lib/libtime.tex')
-rw-r--r-- | Doc/lib/libtime.tex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/lib/libtime.tex b/Doc/lib/libtime.tex index 30cae45..b12e774 100644 --- a/Doc/lib/libtime.tex +++ b/Doc/lib/libtime.tex @@ -80,7 +80,7 @@ The time tuple as returned by \function{gmtime()}, is a tuple of 9 integers: \begin{tableiii}{r|l|l}{textrm}{Index}{Field}{Values} - \lineiii{0}{year}{(e.g.\ 1993)} + \lineiii{0}{year}{(for example, 1993)} \lineiii{1}{month}{range [1,12]} \lineiii{2}{day}{range [1,31]} \lineiii{3}{hour}{range [0,23]} @@ -285,8 +285,8 @@ precision than 1 second. \begin{datadesc}{timezone} The offset of the local (non-DST) timezone, in seconds west of UTC -(i.e. negative in most of Western Europe, positive in the US, zero in -the UK). +(negative in most of Western Europe, positive in the US, zero in the +UK). \end{datadesc} \begin{datadesc}{tzname} |