Fix up a few style nits -- avoid "e.g." and "i.e." -- these make
translation more difficult, as well as reading the English more
difficult for non-native speakers.
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 @@
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 @@
\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}