Mandoc and spelling fixes from Thomas Klausner

This commit is contained in:
Love Hornquist Astrand
2011-04-29 20:37:33 -07:00
parent 59f4918ef0
commit 9a1a5e5da6
15 changed files with 20 additions and 21 deletions

View File

@@ -76,8 +76,7 @@ The
.Xr kpasswdd 8 .Xr kpasswdd 8
daemon is responsible for the Kerberos 5 password changing protocol daemon is responsible for the Kerberos 5 password changing protocol
(used by (used by
.Xr kpasswd 1 ) .Xr kpasswd 1 ) .
.
.Pp .Pp
This daemon should only be run on the master server, and not on any This daemon should only be run on the master server, and not on any
slaves. slaves.

View File

@@ -130,7 +130,7 @@ protocol doesn't contain a realm for the server, it must be explicitly
specified. specified.
The default is whatever is returned by The default is whatever is returned by
.Fn krb_get_lrealm . .Fn krb_get_lrealm .
This option is only availabe if the KDC has been compiled with version This option is only available if the KDC has been compiled with version
4 support. 4 support.
.It Xo .It Xo
.Fl K , .Fl K ,

View File

@@ -88,7 +88,7 @@ $ copy_cred_cache --valid-for=1d --flags=initial FILE:/some/cache
.Sh DIAGNOSTICS .Sh DIAGNOSTICS
The The
.Nm .Nm
utility exits 0 on success, and \*[Gt]0 if an error occurs, or of no utility exits 0 on success, and \*[Gt]0 if an error occurs, or if no
credentials where actually copied. credentials where actually copied.
.\".Sh SEE ALSO .\".Sh SEE ALSO
.\".Sh STANDARDS .\".Sh STANDARDS

View File

@@ -51,7 +51,7 @@
.Ek .Ek
.Sh DESCRIPTION .Sh DESCRIPTION
.Nm .Nm
remove one or the current set of tickets. removes one credential or the current set of tickets.
.Pp .Pp
Supported options: Supported options:
.Bl -tag -width Ds .Bl -tag -width Ds

View File

@@ -513,7 +513,7 @@ In GSS-API an contiguous string name is stored in a
.Dv gss_buffer_t . .Dv gss_buffer_t .
.Pp .Pp
Exported names also have the property that they are specified by the Exported names also have the property that they are specified by the
mechanism itself and compatible between diffrent GSS-API mechanism itself and compatible between different GSS-API
implementations. implementations.
.El .El
.Sh ACCESS CONTROL .Sh ACCESS CONTROL

View File

@@ -147,7 +147,7 @@ the later will override.
.Pp .Pp
This config option modifies behaviour for both clients and servers. This config option modifies behaviour for both clients and servers.
.Pp .Pp
Microsoft implemented SPNEGO to Windows2000, however, they manage to Microsoft implemented SPNEGO to Windows2000, however, they managed to
get it wrong, their implementation didn't fill in the MechListMIC in get it wrong, their implementation didn't fill in the MechListMIC in
the reply token with the right content. the reply token with the right content.
There is a work around for this problem, but not all implementation There is a work around for this problem, but not all implementation

View File

@@ -125,7 +125,7 @@ configuration file
realm realm
.El .El
.Pp .Pp
Print out all entires in the log to standard output. Print out all entries in the log to standard output.
.It replay .It replay
.Bl -tag -width Ds .Bl -tag -width Ds
.It Xo .It Xo

View File

@@ -363,7 +363,7 @@ manual page for a list of defined destinations.
.Bl -tag -width "xxx" -offset indent .Bl -tag -width "xxx" -offset indent
.It Li dbname Li = Va DATABASENAME .It Li dbname Li = Va DATABASENAME
Use this database for this realm. Use this database for this realm.
See the info documetation how to configure diffrent database backends. See the info documetation how to configure different database backends.
.It Li realm Li = Va REALM .It Li realm Li = Va REALM
Specifies the realm that will be stored in this database. Specifies the realm that will be stored in this database.
It realm isn't set, it will used as the default database, there can It realm isn't set, it will used as the default database, there can

View File

@@ -66,7 +66,7 @@ to Kerberos 4 credential that is stored in
.Fa credentials . .Fa credentials .
.Pp .Pp
.Fn krb524_convert_creds_kdc_ccache .Fn krb524_convert_creds_kdc_ccache
is diffrent from is different from
.Fn krb524_convert_creds_kdc .Fn krb524_convert_creds_kdc
in that way that if in that way that if
.Fa in_cred .Fa in_cred

View File

@@ -279,14 +279,14 @@ is a keyed checksum type.
.Fn krb5_c_is_coll_proof_cksum .Fn krb5_c_is_coll_proof_cksum
returns true if returns true if
.Fa ctype .Fa ctype
is a collition proof checksum type. is a collision proof checksum type.
.Pp .Pp
.Fn krb5_c_keylengths .Fn krb5_c_keylengths
return the minimum length ( return the minimum length
.Fa inlength ) .Fa ( inlength )
bytes needed to create a key and the bytes needed to create a key and the
length ( length
.Fa keylength ) .Fa ( keylength )
of the resulting key of the resulting key
for the for the
.Fa enctype . .Fa enctype .

View File

@@ -50,7 +50,7 @@ returns
if the library was compiled with with multithread support. if the library was compiled with with multithread support.
If the library isn't compiled, the consumer have to use a global lock If the library isn't compiled, the consumer have to use a global lock
to make sure Kerboros functions are not called at the same time by to make sure Kerboros functions are not called at the same time by
diffrent threads. different threads.
.\" .Sh EXAMPLE .\" .Sh EXAMPLE
.\" .Sh BUGS .\" .Sh BUGS
.Sh SEE ALSO .Sh SEE ALSO

View File

@@ -155,12 +155,12 @@ takes an extra
argument the following flags can be passed in argument the following flags can be passed in
.Bl -tag -width Ds .Bl -tag -width Ds
.It Dv KRB5_PRINCIPAL_PARSE_NO_REALM .It Dv KRB5_PRINCIPAL_PARSE_NO_REALM
requries the input string to be without a realm, and no realm is requires the input string to be without a realm, and no realm is
stored in the stored in the
.Fa principal .Fa principal
return argument. return argument.
.It Dv KRB5_PRINCIPAL_PARSE_REQUIRE_REALM .It Dv KRB5_PRINCIPAL_PARSE_REQUIRE_REALM
requries the input string to with a realm. requires the input string to with a realm.
.El .El
.Pp .Pp
.Fn krb5_unparse_name .Fn krb5_unparse_name

View File

@@ -114,7 +114,7 @@ The string to key functions convert a string to a kerberos key.
.Pp .Pp
.Fn krb5_string_to_key_data_salt_opaque .Fn krb5_string_to_key_data_salt_opaque
is the function that does all the work, the rest of the functions are is the function that does all the work, the rest of the functions are
just wrapers around just wrappers around
.Fn krb5_string_to_key_data_salt_opaque .Fn krb5_string_to_key_data_salt_opaque
that calls it with default values. that calls it with default values.
.Pp .Pp

View File

@@ -89,7 +89,7 @@ would be output from tools such as
or or
.Xr netstat 1 , .Xr netstat 1 ,
where you have a fixed number of columns, but don't know the column where you have a fixed number of columns, but don't know the column
widthds before hand. widths before hand.
.Pp .Pp
A table is created with A table is created with
.Fn rtbl_create .Fn rtbl_create