Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/crypto/dist/heimdal/lib/krb5 Sort sections.



details:   https://anonhg.NetBSD.org/src/rev/0affe3648dcd
branches:  trunk
changeset: 541136:0affe3648dcd
user:      wiz <wiz%NetBSD.org@localhost>
date:      Thu Jan 02 12:58:56 2003 +0000

description:
Sort sections.

diffstat:

 crypto/dist/heimdal/lib/krb5/krb5_build_principal.3 |  10 +++++-----
 crypto/dist/heimdal/lib/krb5/krb5_config.3          |   8 ++++----
 crypto/dist/heimdal/lib/krb5/verify_krb5_conf.8     |  18 +++++++++---------
 3 files changed, 18 insertions(+), 18 deletions(-)

diffs (93 lines):

diff -r 65b93ee1e0a0 -r 0affe3648dcd crypto/dist/heimdal/lib/krb5/krb5_build_principal.3
--- a/crypto/dist/heimdal/lib/krb5/krb5_build_principal.3       Thu Jan 02 12:57:31 2003 +0000
+++ b/crypto/dist/heimdal/lib/krb5/krb5_build_principal.3       Thu Jan 02 12:58:56 2003 +0000
@@ -1,6 +1,6 @@
 .\" Copyright (c) 1997 Kungliga Tekniska Högskolan
 .\" $Heimdal: krb5_build_principal.3,v 1.5 2002/08/28 15:30:47 joda Exp $
-.\" $NetBSD: krb5_build_principal.3,v 1.5 2002/09/12 13:19:15 joda Exp $
+.\" $NetBSD: krb5_build_principal.3,v 1.6 2003/01/02 12:58:56 wiz Exp $
 .Dd August 8, 1997
 .Dt KRB5_BUILD_PRINCIPAL 3
 .Os
@@ -59,13 +59,13 @@
 If the realm is
 .Dv NULL ,
 the default realm will be used.
-.Sh BUGS
-You can not have a NUL in a component. Until someone can give a good
-example of where it would be a good idea to have NUL's in a component,
-this will not be fixed.
 .Sh SEE ALSO
 .Xr krb5_425_conv_principal 3 ,
 .Xr krb5_free_principal 3 ,
 .Xr krb5_parse_name 3 ,
 .Xr krb5_sname_to_principal 3 ,
 .Xr krb5_unparse_name 3
+.Sh BUGS
+You can not have a NUL in a component. Until someone can give a good
+example of where it would be a good idea to have NUL's in a component,
+this will not be fixed.
diff -r 65b93ee1e0a0 -r 0affe3648dcd crypto/dist/heimdal/lib/krb5/krb5_config.3
--- a/crypto/dist/heimdal/lib/krb5/krb5_config.3        Thu Jan 02 12:57:31 2003 +0000
+++ b/crypto/dist/heimdal/lib/krb5/krb5_config.3        Thu Jan 02 12:58:56 2003 +0000
@@ -1,6 +1,6 @@
 .\" Copyright (c) 2000 Kungliga Tekniska Högskolan
 .\" $Heimdal: krb5_config.3,v 1.4 2002/08/28 15:30:48 joda Exp $
-.\" $NetBSD: krb5_config.3,v 1.5 2002/09/12 13:19:15 joda Exp $
+.\" $NetBSD: krb5_config.3,v 1.6 2003/01/02 12:58:56 wiz Exp $
 .Dd July 25, 2000
 .Dt KRB5_CONFIG 3
 .Os
@@ -58,9 +58,9 @@
 .Sq 2 weeks
 will be converted to
 1209600 (2 * 7 * 24 * 60 * 60).
+.Sh SEE ALSO
+.Xr krb5_appdefault 3 ,
+.Xr krb5.conf 5
 .Sh BUGS
 Other than for the string case, there's no way to tell whether there
 was a value specified or not.
-.Sh SEE ALSO
-.Xr krb5_appdefault 3 ,
-.Xr krb5.conf 5
diff -r 65b93ee1e0a0 -r 0affe3648dcd crypto/dist/heimdal/lib/krb5/verify_krb5_conf.8
--- a/crypto/dist/heimdal/lib/krb5/verify_krb5_conf.8   Thu Jan 02 12:57:31 2003 +0000
+++ b/crypto/dist/heimdal/lib/krb5/verify_krb5_conf.8   Thu Jan 02 12:58:56 2003 +0000
@@ -1,5 +1,5 @@
 .\" $Heimdal: verify_krb5_conf.8,v 1.7 2002/08/20 17:07:28 joda Exp $
-.\" $NetBSD: verify_krb5_conf.8,v 1.6 2002/09/12 13:19:19 joda Exp $
+.\" $NetBSD: verify_krb5_conf.8,v 1.7 2003/01/02 12:58:56 wiz Exp $
 .\"
 .Dd August 30, 2001
 .Dt VERIFY_KRB5_CONF 8
@@ -20,6 +20,14 @@
 If the file is syntactically correct,
 .Nm
 tries to verify that the contents of the file is of relevant nature.
+.Sh ENVIRONMENT
+.Ev KRB5_CONFIG
+points to the configuration file to read.
+.Sh FILES
+.Bl -tag -width /etc/krb5.conf -compact
+.It Pa /etc/krb5.conf
+Kerberos 5 configuration file
+.El
 .Sh DIAGNOSTICS
 Possible output from
 .Nm
@@ -43,14 +51,6 @@
 Means that <string> is not known by
 .Nm "" .
 .El
-.Sh ENVIRONMENT
-.Ev KRB5_CONFIG
-points to the configuration file to read.
-.Sh FILES
-.Bl -tag -width /etc/krb5.conf -compact
-.It Pa /etc/krb5.conf
-Kerberos 5 configuration file
-.El
 .Sh SEE ALSO
 .Xr krb5.conf 5
 .Sh BUGS



Home | Main Index | Thread Index | Old Index