summaryrefslogtreecommitdiffstats
path: root/doc/api/libos.tex
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-12-14 18:10:32 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-12-14 18:10:32 +0000
commit66163bda83a0e10bf2bdd834863dd7e1c6283355 (patch)
tree2977983d888067803f2613ca35a231c7057570cd /doc/api/libos.tex
parentc160a54d8b4495fd14c91526caa243bbe0c5790d (diff)
downloadkrb5-66163bda83a0e10bf2bdd834863dd7e1c6283355.tar.gz
krb5-66163bda83a0e10bf2bdd834863dd7e1c6283355.tar.xz
krb5-66163bda83a0e10bf2bdd834863dd7e1c6283355.zip
change krb5_ms_timeofday to krb5_us_timeofday
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1552 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'doc/api/libos.tex')
-rw-r--r--doc/api/libos.tex6
1 files changed, 3 insertions, 3 deletions
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}