From f6df5674eaaea6028c6df8ccd67ae0244281136b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Wed, 14 May 2003 22:13:00 +0000 Subject: [PATCH] sort sections, from netbsd git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12290 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/verify_krb5_conf.8 | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/lib/krb5/verify_krb5_conf.8 b/lib/krb5/verify_krb5_conf.8 index 27e45e997..c407716fd 100644 --- a/lib/krb5/verify_krb5_conf.8 +++ b/lib/krb5/verify_krb5_conf.8 @@ -19,6 +19,14 @@ and parses it, thereby verifying that the syntax is not correctly wrong. 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 @@ -42,14 +50,6 @@ is confused. Means that 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