Fixes from Björn Sandell.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18093 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-09-16 09:27:28 +00:00
parent 364e63f12a
commit 64bcdf0b5d
2 changed files with 14 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
.\" $Id$
.\"
.\" Copyright (c) 2001, 2003 Kungliga Tekniska H<>gskolan
.\" Copyright (c) 2001, 2003, 2006 Kungliga Tekniska H<>gskolan
.\" (Royal Institute of Technology, Stockholm, Sweden).
.\" All rights reserved.
.\"
@@ -33,7 +33,7 @@
.\"
.\" $Id$
.\"
.Dd May 1, 2006
.Dd Sepember 16, 2006
.Dt KRB5_TIMEOFDAY 3
.Os HEIMDAL
.Sh NAME
@@ -84,12 +84,12 @@ Kerberos 5 Library (libkrb5, -lkrb5)
.Sh DESCRIPTION
.Nm krb5_set_real_time
sets the absolute time that the caller knows the KDC has.
With this the to the Kerberos library can calculate the relative
diffrence beteen the KDC time and the local system time and store it
With this the Kerberos library can calculate the relative
difference between the KDC time and the local system time and store it
in the
.Fa content .
.Fa context .
With this information the Kerberos library can adjust all time stamps
Kerberos packages.
in Kerberos packages.
.Pp
.Fn krb5_timeofday
returns the current time, but adjusted with the time difference
@@ -109,7 +109,7 @@ If
is set, the time is set include_time.
.Pp
.Nm krb5_string_to_deltat
Parses delta time
parses delta time
.Fa string
into
.Fa deltat .