mdoc fixed from ru@freebsd.org
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9512 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -7,25 +7,19 @@
|
||||
.Nm krb5_unparse_name
|
||||
.\" .Nm krb5_unparse_name_ext
|
||||
.Nd Principal to string conversion
|
||||
|
||||
.Sh SYNOPSIS
|
||||
.Fd #include <krb5.h>
|
||||
|
||||
.Ft krb5_error_code
|
||||
.Fn krb5_unparse_name "krb5_context context" "krb5_principal principal" "char **name"
|
||||
|
||||
.\" .Ft krb5_error_code
|
||||
.\" .Fn krb5_unparse_name_ext "krb5_context context" "krb5_const_principal principal" "char **name" "size_t *size"
|
||||
|
||||
.Sh DESCRIPTION
|
||||
|
||||
This function takes a
|
||||
.Fa principal ,
|
||||
and will convert in to a printable representation with the same syntax as decribed in
|
||||
.Xr krb5_parse_name 3 .
|
||||
.Fa *name
|
||||
will point to allocated data and should be freed by the caller.
|
||||
|
||||
.Sh SEE ALSO
|
||||
.Xr krb5_425_conv_principal 3 ,
|
||||
.Xr krb5_build_principal 3 ,
|
||||
|
Reference in New Issue
Block a user