change krb5_ms_timeofday to krb5_us_timeofday
authorJohn Kohl <jtkohl@mit.edu>
Fri, 14 Dec 1990 18:10:32 +0000 (18:10 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Fri, 14 Dec 1990 18:10:32 +0000 (18:10 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1552 dc483132-0cff-0310-8789-dd5450dbe970

doc/api/libos.tex
doc/implement/libos-i.tex

index a9ef373305fc1f974de03ffb41ade5d8637849d5..1ab0afbd5f2adeae9cdbce8deb226e84832660a2 100644 (file)
@@ -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}
index a9ef373305fc1f974de03ffb41ade5d8637849d5..1ab0afbd5f2adeae9cdbce8deb226e84832660a2 100644 (file)
@@ -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}