s/kerberos/Kerberos/

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11981 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2003-04-06 17:53:05 +00:00
parent 7747568b30
commit 62fb84849a
10 changed files with 18 additions and 18 deletions

View File

@@ -151,10 +151,10 @@ are:
.It yes
use the 524 server in the realm to convert the ticket
.It no
use the kerberos 5 ticket directly, can be used with if the afs cell
use the Kerberos 5 ticket directly, can be used with if the afs cell
support 2b token.
.It local, 2b
convert the kerberos 5 credential to a 2b token locally (the same work
convert the Kerberos 5 credential to a 2b token locally (the same work
as a 2b 524 server should have done).
.El
.Pp
@@ -205,7 +205,7 @@ returns 1 if AFS is present in the kernel, 0 otherwise.
.Fn krb_afslog
and
.Fn krb_afslog_uid
returns 0 on success, or a kerberos error number on failure.
returns 0 on success, or a Kerberos error number on failure.
.Fn k_afs_cell_of_file ,
.Fn k_pioctl ,
.Fn k_setpag ,

View File

@@ -38,7 +38,7 @@
.Sh LIBRARY
Kerberos 5 Library (libkrb5, -lkrb5)
.Sh DESCRIPTION
These functions constitute the kerberos 5 library,
These functions constitute the Kerberos 5 library,
.Em libkrb5 .
Declarations for these functions may be obtained from the include file
.Pa krb5.h .

View File

@@ -330,7 +330,7 @@ List of ports the kdc should listen to.
.It addresses = Va "list of interfaces"
List of addresses the kdc should bind to.
.It enable-kerberos4 = Va BOOL
Turn on kerberos4 support.
Turn on Kerberos 4 support.
.It v4-realm = Va REALM
To what realm v4 requests should be mapped.
.It enable-524 = Va BOOL
@@ -380,10 +380,10 @@ default string (for that principal).
Additional special values of keytypes are:
.Bl -tag -width "xxx" -offset indent
.It v5
The kerberos 5 salt
The Kerberos 5 salt
.Va pw-salt
.It v4
The kerberos 4 type
The Kerberos 4 salt
.Va des:pw-salt:
.El
.It use_v4_salt = Va BOOL

View File

@@ -56,7 +56,7 @@
.Nm krb5_copy_addresses ,
.Nm krb5_append_addresses ,
.Nm krb5_make_addrport
.Nd mange addresses in kerberos.
.Nd mange addresses in Kerberos.
.Sh LIBRARY
Kerberos 5 Library (libkrb5, -lkrb5)
.Sh SYNOPSIS
@@ -183,7 +183,7 @@ Kerberos 5 Library (libkrb5, -lkrb5)
.Sh DESCRIPTION
The
.Li krb5_address
structure holds a address that can be used in kerberos api
structure holds a address that can be used in Kerberos API
calls. There are help functions to set and extract address information
of the address.
.Pp
@@ -221,7 +221,7 @@ and after the call, it will contain the actual length of the address.
.Fn krb5_max_sockaddr_size
returns the max size of the
.Li struct sockaddr
that the kerberos library will return.
that the Kerberos library will return.
.Pp
.Fn krb5_sockaddr_uninteresting
returns

View File

@@ -200,7 +200,7 @@ Kerberos 5 Library (libkrb5, -lkrb5)
.Sh DESCRIPTION
The
.Li krb5_ccache
structure holds a kerberos credential cache.
structure holds a Kerberos credential cache.
.Pp
The
.Li krb5_cc_cursor
@@ -221,7 +221,7 @@ that is directly referable.
.Pp
The
.Li krb5_creds
holds a kerberos credential, see manpage for
holds a Kerberos credential, see manpage for
.Xr krb5_creds 3 .
.Pp
.Fn krb5_cc_default_name

View File

@@ -44,7 +44,7 @@
.Nm krb5_data_realloc
.Nm krb5_data_copy
.Nm krb5_copy_data
.Nd operates on the kerberos datatype krb5_data.
.Nd operates on the Kerberos datatype krb5_data.
.Sh LIBRARY
Kerberos 5 Library (libkrb5, -lkrb5)
.Sh SYNOPSIS