Renamed ntp.tex to nettime.tex
This commit is contained in:
parent
25b8dd2261
commit
8388a7d13c
|
@ -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}
|
||||||
|
|
|
@ -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
|
Loading…
Reference in New Issue