From 97a7b52316e1eb0cdd5687bbd7fa38f5b9691393 Mon Sep 17 00:00:00 2001 From: interp Date: Sun, 12 May 2002 05:40:18 +0000 Subject: [PATCH] updated new procedure names --- doc/latex/nettime.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/latex/nettime.tex b/doc/latex/nettime.tex index 641a704..37136cc 100644 --- a/doc/latex/nettime.tex +++ b/doc/latex/nettime.tex @@ -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'').