From: John Kohl Date: Fri, 14 Dec 1990 18:10:32 +0000 (+0000) Subject: change krb5_ms_timeofday to krb5_us_timeofday X-Git-Tag: krb5-1.0-alpha3~41 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=66163bda83a0e10bf2bdd834863dd7e1c6283355;p=krb5.git change krb5_ms_timeofday to krb5_us_timeofday git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1552 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/doc/api/libos.tex b/doc/api/libos.tex index a9ef37330..1ab0afbd5 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} diff --git a/doc/implement/libos-i.tex b/doc/implement/libos-i.tex index a9ef37330..1ab0afbd5 100644 --- a/doc/implement/libos-i.tex +++ b/doc/implement/libos-i.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}