summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-04-11 04:52:15 (GMT)
committerFred Drake <fdrake@acm.org>1998-04-11 04:52:15 (GMT)
commiteb4ed15be8165a7e4f38fb522cc3e8843ffd7b30 (patch)
treeab56f03ea2ce3217759ee1b3455cef101b77f571
parent1e0f8bfea93e27357259cd7ba829c8073e15c74e (diff)
downloadcpython-eb4ed15be8165a7e4f38fb522cc3e8843ffd7b30.zip
cpython-eb4ed15be8165a7e4f38fb522cc3e8843ffd7b30.tar.gz
cpython-eb4ed15be8165a7e4f38fb522cc3e8843ffd7b30.tar.bz2
Shift index entries around a little so the HTML doesn't have weird spacing.
-rw-r--r--Doc/lib/libtime.tex20
-rw-r--r--Doc/libtime.tex20
2 files changed, 20 insertions, 20 deletions
diff --git a/Doc/lib/libtime.tex b/Doc/lib/libtime.tex
index 0f0ed01..a8c134e 100644
--- a/Doc/lib/libtime.tex
+++ b/Doc/lib/libtime.tex
@@ -10,27 +10,27 @@ An explanation of some terminology and conventions is in order.
\begin{itemize}
\item
-\index{epoch}
-The \dfn{epoch} is the point where the time starts. On January 1st of that
-year, at 0 hours, the ``time since the epoch'' is zero. For \UNIX{}, the
-epoch is 1970. To find out what the epoch is, look at \code{gmtime(0)}.
+The \dfn{epoch}\index{epoch} is the point where the time starts. On
+January 1st of that year, at 0 hours, the ``time since the epoch'' is
+zero. For \UNIX{}, the epoch is 1970. To find out what the epoch is,
+look at \code{gmtime(0)}.
\item
-\index{UTC}
-\index{Coordinated Universal Time}
-\index{Greenwich Mean Time}
UTC is Coordinated Universal Time (formerly known as Greenwich Mean
Time). The acronym UTC is not a mistake but a compromise between
-English and French.
+English and French.%
+\index{UTC}%
+\index{Coordinated Universal Time}%
+\index{Greenwich Mean Time}
\item
-\index{Daylight Saving Time}
DST is Daylight Saving Time, an adjustment of the timezone by
(usually) one hour during part of the year. DST rules are magic
(determined by local law) and can change from year to year. The \C{}
library has a table containing the local rules (often it is read from
a system file for flexibility) and is the only source of True Wisdom
-in this respect.
+in this respect.%
+\index{Daylight Saving Time}
\item
The precision of the various real-time functions may be less than
diff --git a/Doc/libtime.tex b/Doc/libtime.tex
index 0f0ed01..a8c134e 100644
--- a/Doc/libtime.tex
+++ b/Doc/libtime.tex
@@ -10,27 +10,27 @@ An explanation of some terminology and conventions is in order.
\begin{itemize}
\item
-\index{epoch}
-The \dfn{epoch} is the point where the time starts. On January 1st of that
-year, at 0 hours, the ``time since the epoch'' is zero. For \UNIX{}, the
-epoch is 1970. To find out what the epoch is, look at \code{gmtime(0)}.
+The \dfn{epoch}\index{epoch} is the point where the time starts. On
+January 1st of that year, at 0 hours, the ``time since the epoch'' is
+zero. For \UNIX{}, the epoch is 1970. To find out what the epoch is,
+look at \code{gmtime(0)}.
\item
-\index{UTC}
-\index{Coordinated Universal Time}
-\index{Greenwich Mean Time}
UTC is Coordinated Universal Time (formerly known as Greenwich Mean
Time). The acronym UTC is not a mistake but a compromise between
-English and French.
+English and French.%
+\index{UTC}%
+\index{Coordinated Universal Time}%
+\index{Greenwich Mean Time}
\item
-\index{Daylight Saving Time}
DST is Daylight Saving Time, an adjustment of the timezone by
(usually) one hour during part of the year. DST rules are magic
(determined by local law) and can change from year to year. The \C{}
library has a table containing the local rules (often it is read from
a system file for flexibility) and is the only source of True Wisdom
-in this respect.
+in this respect.%
+\index{Daylight Saving Time}
\item
The precision of the various real-time functions may be less than