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

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

View File

@@ -56,7 +56,7 @@
.Nm krb5_copy_addresses , .Nm krb5_copy_addresses ,
.Nm krb5_append_addresses , .Nm krb5_append_addresses ,
.Nm krb5_make_addrport .Nm krb5_make_addrport
.Nd mange addresses in Kerberos. .Nd mange addresses in Kerberos
.Sh LIBRARY .Sh LIBRARY
Kerberos 5 Library (libkrb5, -lkrb5) Kerberos 5 Library (libkrb5, -lkrb5)
.Sh SYNOPSIS .Sh SYNOPSIS

View File

@@ -36,7 +36,7 @@
.Os HEIMDAL .Os HEIMDAL
.Sh NAME .Sh NAME
.Nm krb5_aname_to_localname .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 .Sh LIBRARY
Kerberos 5 Library (libkrb5, -lkrb5) Kerberos 5 Library (libkrb5, -lkrb5)
.Sh SYNOPSIS .Sh SYNOPSIS

View File

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

View File

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

View File

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

View File

@@ -31,7 +31,7 @@
.\" .\"
.\" $Id$ .\" $Id$
.\" .\"
.Dd Oct 17, 2002 .Dd October 17, 2002
.Dt KRB5_KUSEROK 3 .Dt KRB5_KUSEROK 3
.Os HEIMDAL .Os HEIMDAL
.Sh NAME .Sh NAME

View File

@@ -31,7 +31,7 @@
.\" .\"
.\" $Id$ .\" $Id$
.\" .\"
.Dd Mar 16, 2003 .Dd Mars 16, 2003
.Dt KRB5_SET_DEFAULT_REALM 3 .Dt KRB5_SET_DEFAULT_REALM 3
.Os HEIMDAL .Os HEIMDAL
.Sh NAME .Sh NAME
@@ -140,5 +140,5 @@ If there is no such stanza in the configuration file, the
.Fn krb5_get_host_realm .Fn krb5_get_host_realm
function is used to form a default realm. function is used to form a default realm.
.Sh SEE ALSO .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 and maybe an error strings to print in
.Fa result_string . .Fa result_string .
.Sh SEE ALSO .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_service ,
.Nm krb5_verify_opt_set_secure , .Nm krb5_verify_opt_set_secure ,
.Nm krb5_verify_opt_set_keytab .Nm krb5_verify_opt_set_keytab
.Nd Heimdal password verifying functions. .Nd Heimdal password verifying functions
.Sh LIBRARY .Sh LIBRARY
Kerberos 5 Library (libkrb5, -lkrb5) Kerberos 5 Library (libkrb5, -lkrb5)
.Sh SYNOPSIS .Sh SYNOPSIS
@@ -215,10 +215,10 @@ main(int argc, char **argv)
} }
.Ed .Ed
.Sh SEE ALSO .Sh SEE ALSO
.Xr krb5_err 3 ,
.Xr krb5_cc_gen_new 3 , .Xr krb5_cc_gen_new 3 ,
.Xr krb5_cc_resolve 3 , .Xr krb5_cc_resolve 3 ,
.Xr krb5_cc_initialize 3 , .Xr krb5_cc_initialize 3 ,
.Xr krb5_err 3 ,
.Xr krb5_free_principal 3 , .Xr krb5_free_principal 3 ,
.Xr krb5_init_context 3 , .Xr krb5_init_context 3 ,
.Xr krb5_kt_default 3 , .Xr krb5_kt_default 3 ,

View File

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