From 66163bda83a0e10bf2bdd834863dd7e1c6283355 Mon Sep 17 00:00:00 2001 From: John Kohl Date: Fri, 14 Dec 1990 18:10:32 +0000 Subject: change krb5_ms_timeofday to krb5_us_timeofday git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1552 dc483132-0cff-0310-8789-dd5450dbe970 --- doc/api/libos.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/api/libos.tex') diff --git a/doc/api/libos.tex b/doc/api/libos.tex index a9ef373305..1ab0afbd5f 100644 --- a/doc/api/libos.tex +++ b/doc/api/libos.tex @@ -101,9 +101,9 @@ epoch. [The ASN.1 encoding routines must convert this to the standard ASN.1 encoding as needed] -\begin{funcdecl}{krb5_ms_timeofday}{krb5_error_code}{\funcout} +\begin{funcdecl}{krb5_us_timeofday}{krb5_error_code}{\funcout} \funcarg{krb5_int32 *}{seconds} -\funcarg{krb5_ui_2 *}{milliseconds} +\funcarg{krb5_int32 *}{microseconds} \end{funcdecl} Retrieves the system time of day, in seconds since the local system's @@ -112,7 +112,7 @@ epoch. encoding as needed] The seconds portion is returned in \funcparam{*seconds}, the -milliseconds portion in \funcparam{*milliseconds}. +microseconds portion in \funcparam{*microseconds}. \begin{funcdecl}{krb5_net_read}{int}{\funcin} \funcarg{int}{fd} -- cgit