Renamed ntp.tex to nettime.tex

This commit is contained in:
interp 2002-05-12 05:36:53 +00:00
parent 25b8dd2261
commit 8388a7d13c
2 changed files with 11 additions and 3 deletions

View File

@ -26,7 +26,7 @@ the sunet package.
\include{uri} \include{uri}
\include{url} \include{url}
\include{rfc822} \include{rfc822}
\include{ntp} \include{nettime}
\include{smtp} \include{smtp}
\include{pop3} \include{pop3}
%\include{stringhax} %\include{stringhax}

View File

@ -1,8 +1,8 @@
\section{Using NTP}\label{sec:ntp} \section{Using NTP}\label{sec:ntp}
% %
\begin{description} \begin{description}
\item[Used files:] nettime.scm \item[Used files:] nettime.scm nettime-obsolete.scm
\item[Name of the package:] nettime \item[Name of the package:] nettime nettime-obsolete
\end{description} \end{description}
% %
@ -37,6 +37,14 @@ the time by polling several independent sites on the network.
host's answer is returned (e.g., ``Thursday, April 4, 2''). host's answer is returned (e.g., ``Thursday, April 4, 2'').
\end{defundesc} \end{defundesc}
\subsubsection*{Obsolete procedures}
Names in further versions of \ex{nettime} contained a colon (`\ex{:}')
after the prefix `\ex{net-}'. This is now changed to a hyphen
('\ex{-}'), accordingly to SUnet's philosophy. If you need the old
names, use the \ex{nettime\=obsolete}-package that maps the old names
to the new ones.
\subsection{Related work} \subsection{Related work}
\begin{itemize} \begin{itemize}
\item \ex{Time.pm} is a Perl module by Graham Barr \item \ex{Time.pm} is a Perl module by Graham Barr