pacify mdoclint

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12329 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2003-05-26 14:09:04 +00:00
parent b74d060a00
commit 0caadd8b18
34 changed files with 840 additions and 841 deletions

View File

@@ -161,9 +161,9 @@ when the desired realm is
This configuration should preferably be done on the KDC where it will
help all its clients but can also be done on the client itself.
.It Li }
.It Li default_etypes = Va etypes...
.It Li default_etypes = Va etypes ...
A list of default encryption types to use.
.It Li default_etypes_des = Va etypes...
.It Li default_etypes_des = Va etypes ...
A list of default encryption types to use when requesting a DES credential.
.It Li default_keytab_name = Va keytab
The keytab to use if no other is specified, default is
@@ -202,7 +202,7 @@ Default is seven days.
A HTTP-proxy to use when talking to the KDC via HTTP.
.It Li dns_proxy = Va proxy-spec
Enable using DNS via HTTP.
.It Li extra_addresses = Va address...
.It Li extra_addresses = Va address ...
A list of addresses to get tickets for along with all local addresses.
.It Li time_format = Va string
How to print time strings in logs, this string is passed to

View File

@@ -193,11 +193,11 @@ b-host.bar.com
.Ed
the following conversions will be made:
.Bd -literal -offset indent
rcmd.a-host \(-> host/a-host.foo.com
ftp.b-host \(-> ftp/b-host.bar.com
pop.foo \(-> pop/foo.com
ftp.other \(-> ftp/other.foo.com
other.a-host \(-> other/a-host
rcmd.a-host \(-*[Gt] host/a-host.foo.com
ftp.b-host \(-*[Gt] ftp/b-host.bar.com
pop.foo \(-*[Gt] pop/foo.com
ftp.other \(-*[Gt] ftp/other.foo.com
other.a-host \(-*[Gt] other/a-host
.Ed
.Pp
The first three are what you expect. If you remove the

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

View File

@@ -36,7 +36,7 @@
.Os HEIMDAL
.Sh NAME
.Nm krb5_aname_to_localname
.Nd converts a principal to a system local name.
.Nd converts a principal to a system local name
.Sh LIBRARY
Kerberos 5 Library (libkrb5, -lkrb5)
.Sh SYNOPSIS

View File

@@ -61,7 +61,7 @@
.Nm krb5_cc_store_cred ,
.Nm krb5_cc_set_flags ,
.Nm krb5_cc_next_cred
.Nd mange credential cache.
.Nd mange credential cache
.Sh LIBRARY
Kerberos 5 Library (libkrb5, -lkrb5)
.Sh SYNOPSIS

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

View File

@@ -132,7 +132,7 @@ and
that will return a
.Va struct addrinfo
that can then be used for communicating with the server mentioned.
.Sh EXAMPLE
.Sh EXAMPLES
The following code will print the KDCs of the realm
.Dq MY.REALM .
.Bd -literal -offset indent
@@ -145,8 +145,8 @@ while(krb5_krbhst_next_as_string(context, handle,
krb5_krbhst_free(context, handle);
.Ed
.\" .Sh BUGS
.Sh HISTORY
These functions first appeared in Heimdal 0.3g.
.Sh SEE ALSO
.Xr getaddrinfo 3 ,
.Xr krb5_get_krbhst 3
.Sh HISTORY
These functions first appeared in Heimdal 0.3g.

View File

@@ -31,7 +31,7 @@
.\"
.\" $Id$
.\"
.Dd Oct 17, 2002
.Dd October 17, 2002
.Dt KRB5_KUSEROK 3
.Os HEIMDAL
.Sh NAME
@@ -57,7 +57,7 @@ is allowed to log in as that user.
First
.Nm
check if there is a local account name
.Fa username.
.Fa username .
If there isn't,
.Nm
returns
@@ -90,5 +90,5 @@ should contain one principal per line.
.Xr krb5_get_default_realms 3 ,
.Xr krb5_verify_user 3 ,
.Xr krb5_verify_user_lrealm 3 ,
.Xr krb5_verify_user_opt 3,
.Xr krb5_verify_user_opt 3 ,
.Xr krb5.conf 5

View File

@@ -64,7 +64,7 @@ Kerberos 5 Library (libkrb5, -lkrb5)
.Sh SYNOPSIS
.In krb5.h
.Pp
.Li krb5_principal;
.Li krb5_principal ;
.Ft void
.Fn krb5_free_principal "krb5_context context" "krb5_principal principal"
.Ft krb5_error_code

View File

@@ -31,7 +31,7 @@
.\"
.\" $Id$
.\"
.Dd Mar 16, 2003
.Dd Mars 16, 2003
.Dt KRB5_SET_DEFAULT_REALM 3
.Os HEIMDAL
.Sh NAME
@@ -140,5 +140,5 @@ If there is no such stanza in the configuration file, the
.Fn krb5_get_host_realm
function is used to form a default realm.
.Sh SEE ALSO
.Xr krb5.conf 5 ,
.Xr free 3
.Xr free 3 ,
.Xr krb5.conf 5

View File

@@ -77,6 +77,5 @@ Both functions returns and error in
and maybe an error strings to print in
.Fa result_string .
.Sh SEE ALSO
.Xr krb5_init_context 3 ,
.Xr krb5_ccache 3
.Xr krb5_ccache 3 ,
.Xr krb5_init_context 3

View File

@@ -43,7 +43,7 @@
.Nm krb5_verify_opt_set_service ,
.Nm krb5_verify_opt_set_secure ,
.Nm krb5_verify_opt_set_keytab
.Nd Heimdal password verifying functions.
.Nd Heimdal password verifying functions
.Sh LIBRARY
Kerberos 5 Library (libkrb5, -lkrb5)
.Sh SYNOPSIS
@@ -215,10 +215,10 @@ main(int argc, char **argv)
}
.Ed
.Sh SEE ALSO
.Xr krb5_err 3 ,
.Xr krb5_cc_gen_new 3 ,
.Xr krb5_cc_resolve 3 ,
.Xr krb5_cc_initialize 3 ,
.Xr krb5_err 3 ,
.Xr krb5_free_principal 3 ,
.Xr krb5_init_context 3 ,
.Xr krb5_kt_default 3 ,

View File

@@ -31,7 +31,7 @@ Kerberos 5 configuration file
Possible output from
.Nm
include:
.Bl -tag -width "<path>"
.Bl -tag -width "FpathF"
.It "<path>: failed to parse <something> as size/time/number/boolean"
Usually means that <something> is misspelled, or that it contains
weird characters. The parsing done by