Spelling/mdoc changes, from Björn Sandell.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17385 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-05-01 08:48:55 +00:00
parent ba82623c97
commit 40230797a3
12 changed files with 28 additions and 28 deletions

View File

@@ -31,13 +31,13 @@
.\" .\"
.\" $Id$ .\" $Id$
.\" .\"
.Dd March 21, 2004 .Dd May 1, 2006
.Dt KRB5_EXPAND_HOSTNAME 3 .Dt KRB5_EXPAND_HOSTNAME 3
.Os HEIMDAL .Os HEIMDAL
.Sh NAME .Sh NAME
.Nm krb5_expand_hostname , .Nm krb5_expand_hostname ,
.Nm krb5_expand_hostname_realms .Nm krb5_expand_hostname_realms
.Nd kerberos 5 host name canonicalization functions. .Nd Kerberos 5 host name canonicalization functions.
.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_generate_random_block .Nm krb5_generate_random_block
.Nd Kerberos 5 random functions. .Nd Kerberos 5 random functions
.Sh LIBRARY .Sh LIBRARY
Kerberos 5 Library (libkrb5, -lkrb5) Kerberos 5 Library (libkrb5, -lkrb5)
.Sh SYNOPSIS .Sh SYNOPSIS

View File

@@ -31,7 +31,7 @@
.\" .\"
.\" $Id$ .\" $Id$
.\" .\"
.Dd May 10, 2005 .Dd May 1, 2006
.Dt KRB5_GET_INIT_CREDS 3 .Dt KRB5_GET_INIT_CREDS 3
.Os HEIMDAL .Os HEIMDAL
.Sh NAME .Sh NAME
@@ -56,7 +56,7 @@
.Nm krb5_get_init_creds_password , .Nm krb5_get_init_creds_password ,
.Nm krb5_prompt , .Nm krb5_prompt ,
.Nm krb5_prompter_posix .Nm krb5_prompter_posix
.Nd kerberos 5 initial authentication functions. .Nd Kerberos 5 initial authentication functions
.Sh LIBRARY .Sh LIBRARY
Kerberos 5 Library (libkrb5, -lkrb5) Kerberos 5 Library (libkrb5, -lkrb5)
.Sh SYNOPSIS .Sh SYNOPSIS

View File

@@ -31,12 +31,12 @@
.\" .\"
.\" $Id$ .\" $Id$
.\" .\"
.Dd January 5, 2005 .Dd May 1, 2006
.Dt NAME 3 .Dt KRB5_IS_THREAD_SAFE 3
.Os HEIMDAL .Os HEIMDAL
.Sh NAME .Sh NAME
.Nm krb5_is_thread_safe .Nm krb5_is_thread_safe
.Nd returns if of the Kerberos library was compiled with multithread support .Nd "returns if of the Kerberos library was compiled with multithread support"
.Sh LIBRARY .Sh LIBRARY
Kerberos 5 Library (libkrb5, -lkrb5) Kerberos 5 Library (libkrb5, -lkrb5)
.Sh SYNOPSIS .Sh SYNOPSIS

View File

@@ -31,7 +31,7 @@
.\" .\"
.\" $Id$ .\" $Id$
.\" .\"
.Dd Apr 14, 2005 .Dd May 1, 2006
.Dt KRB5_KEYBLOCK 3 .Dt KRB5_KEYBLOCK 3
.Os HEIMDAL .Os HEIMDAL
.Sh NAME .Sh NAME
@@ -47,7 +47,7 @@
.Nm krb5_keyblock_init , .Nm krb5_keyblock_init ,
.Nm krb5_keyblock_zero , .Nm krb5_keyblock_zero ,
.Nm krb5_random_to_key .Nm krb5_random_to_key
.Nd Kerberos 5 key handling functions. .Nd Kerberos 5 key handling functions
.Sh LIBRARY .Sh LIBRARY
Kerberos 5 Library (libkrb5, -lkrb5) Kerberos 5 Library (libkrb5, -lkrb5)
.Sh SYNOPSIS .Sh SYNOPSIS

View File

@@ -31,11 +31,11 @@
.\" .\"
.\" $Id$ .\" $Id$
.\" .\"
.Dd April 25, 2003 .Dd May 1, 2006
.Dt KRB5_MK_SAFE 3 .Dt KRB5_MK_SAFE 3
.Os HEIMDAL .Os HEIMDAL
.Sh NAME .Sh NAME
.Nm krb5_mk_safe .Nm krb5_mk_safe ,
.Nm krb5_mk_priv .Nm krb5_mk_priv
.Nd generates integrity protected and/or encrypted messages .Nd generates integrity protected and/or encrypted messages
.Sh LIBRARY .Sh LIBRARY

View File

@@ -31,7 +31,7 @@
.\" .\"
.\" $Id$ .\" $Id$
.\" .\"
.Dd August 8, 1997 .Dd May 1, 2006
.Dt KRB5_PARSE_NAME 3 .Dt KRB5_PARSE_NAME 3
.Os HEIMDAL .Os HEIMDAL
.Sh NAME .Sh NAME
@@ -57,8 +57,8 @@ The string should consist of one or more name components separated with slashes
optionally followed with an optionally followed with an
.Dq @ .Dq @
and a realm name. A slash or @ may be contained in a name component by and a realm name. A slash or @ may be contained in a name component by
quoting it with a back-slash quoting it with a backslash
.Pq Dq \ . .Pq Dq \e .
A realm should not contain slashes or colons. A realm should not contain slashes or colons.
.Sh SEE ALSO .Sh SEE ALSO
.Xr krb5_425_conv_principal 3 , .Xr krb5_425_conv_principal 3 ,

View File

@@ -1,4 +1,4 @@
.\" Copyright (c) 2003 - 2005 Kungliga Tekniska H<>gskolan .\" Copyright (c) 2003 - 2006 Kungliga Tekniska H<>gskolan
.\" (Royal Institute of Technology, Stockholm, Sweden). .\" (Royal Institute of Technology, Stockholm, Sweden).
.\" All rights reserved. .\" All rights reserved.
.\" .\"
@@ -31,7 +31,7 @@
.\" .\"
.\" $Id$ .\" $Id$
.\" .\"
.Dd May 29, 2005 .Dd May 1, 2006
.Dt KRB5_PRINCIPAL 3 .Dt KRB5_PRINCIPAL 3
.Os HEIMDAL .Os HEIMDAL
.Sh NAME .Sh NAME
@@ -323,7 +323,7 @@ The function may try to resolve the name in DNS.
.Pp .Pp
.Fn krb5_get_default_principal .Fn krb5_get_default_principal
tries to find out what's a reasonable default principal by looking at tries to find out what's a reasonable default principal by looking at
the enviroment it is running in. the environment it is running in.
.\" .Sh EXAMPLES .\" .Sh EXAMPLES
.Sh SEE ALSO .Sh SEE ALSO
.Xr krb5_425_conv_principal 3 , .Xr krb5_425_conv_principal 3 ,

View File

@@ -31,7 +31,7 @@
.\" .\"
.\" $Id$ .\" $Id$
.\" .\"
.Dd March 21, 2004 .Dd May 1, 2006
.Dt KRB5_RCACHE 3 .Dt KRB5_RCACHE 3
.Os HEIMDAL .Os HEIMDAL
.Sh NAME .Sh NAME
@@ -52,7 +52,7 @@
.Nm krb5_rc_resolve_type , .Nm krb5_rc_resolve_type ,
.Nm krb5_rc_store , .Nm krb5_rc_store ,
.Nm krb5_get_server_rcache .Nm krb5_get_server_rcache
.Nd kerberos replay cache. .Nd Kerberos replay cache
.Sh LIBRARY .Sh LIBRARY
Kerberos 5 Library (libkrb5, -lkrb5) Kerberos 5 Library (libkrb5, -lkrb5)
.Sh SYNOPSIS .Sh SYNOPSIS

View File

@@ -31,11 +31,11 @@
.\" .\"
.\" $Id$ .\" $Id$
.\" .\"
.Dd April 25, 2003 .Dd May 1, 2006
.Dt KRB5_RD_SAFE 3 .Dt KRB5_RD_SAFE 3
.Os HEIMDAL .Os HEIMDAL
.Sh NAME .Sh NAME
.Nm krb5_rd_safe .Nm krb5_rd_safe ,
.Nm krb5_rd_priv .Nm krb5_rd_priv
.Nd verifies authenticity of messages .Nd verifies authenticity of messages
.Sh LIBRARY .Sh LIBRARY

View File

@@ -41,7 +41,7 @@
.Nm krb5_ticket_get_authorization_data_type , .Nm krb5_ticket_get_authorization_data_type ,
.Nm krb5_ticket_get_client , .Nm krb5_ticket_get_client ,
.Nm krb5_ticket_get_server .Nm krb5_ticket_get_server
.Nd kerberos 5 ticket access and handling functions. .Nd Kerberos 5 ticket access and handling functions
.Sh LIBRARY .Sh LIBRARY
Kerberos 5 Library (libkrb5, -lkrb5) Kerberos 5 Library (libkrb5, -lkrb5)
.Sh SYNOPSIS .Sh SYNOPSIS

View File

@@ -33,14 +33,14 @@
.\" .\"
.\" $Id$ .\" $Id$
.\" .\"
.Dd June 17, 2003 .Dd May 1, 2006
.Dt KRB5_TIMEOFDAY 3 .Dt KRB5_TIMEOFDAY 3
.Os HEIMDAL .Os HEIMDAL
.Sh NAME .Sh NAME
.Nm krb5_timeofday .Nm krb5_timeofday ,
.Nm krb5_set_real_time .Nm krb5_set_real_time ,
.Nm krb5_us_timeofday .Nm krb5_us_timeofday ,
.Nm krb5_format_time .Nm krb5_format_time ,
.Nm krb5_string_to_deltat .Nm krb5_string_to_deltat
.Nd Kerberos 5 time handling functions .Nd Kerberos 5 time handling functions
.Sh LIBRARY .Sh LIBRARY