updated new procedure names

This commit is contained in:
interp 2002-05-12 05:40:18 +00:00
parent 721ce37623
commit 97a7b52316
1 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ the time by polling several independent sites on the network.
\subsection{Procedures}
\begin{defundesc}{net:time}{host tcp/udp}{integer}
\begin{defundesc}{net-time}{host tcp/udp}{integer}
Asks \semvar{host} about the current time. \semvar{tcp/udp} is
either \ex{socket\=type/\ob{}stream} or
\ex{socket\=type/\ob{}datagram}, that indicate TCP or UDP
@ -31,7 +31,7 @@ the time by polling several independent sites on the network.
difference between both answers is 2208988800.
\end{defundesc}
\begin{defundesc}{net:daytime}{host tcp/udp}{string}
\begin{defundesc}{net-daytime}{host tcp/udp}{string}
Asks \semvar{host} about the current daytime. \semvar{tcp/udp} is
the same as in \ex{net:time}, indicating to use TCP or UDP. The
host's answer is returned (e.g., ``Thursday, April 4, 2'').