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 Use standard section headers; s...



details:   https://anonhg.NetBSD.org/src/rev/cb301b9a225c
branches:  trunk
changeset: 541139:cb301b9a225c
user:      wiz <wiz%NetBSD.org@localhost>
date:      Thu Jan 02 13:00:16 2003 +0000

description:
Use standard section headers; sort sections.

diffstat:

 crypto/dist/heimdal/lib/krb5/krb5_krbhst_init.3 |   8 ++++----
 crypto/dist/heimdal/lib/krb5/krb5_openlog.3     |  10 +++++-----
 2 files changed, 9 insertions(+), 9 deletions(-)

diffs (68 lines):

diff -r a3cb2c7ccacc -r cb301b9a225c crypto/dist/heimdal/lib/krb5/krb5_krbhst_init.3
--- a/crypto/dist/heimdal/lib/krb5/krb5_krbhst_init.3   Thu Jan 02 12:59:59 2003 +0000
+++ b/crypto/dist/heimdal/lib/krb5/krb5_krbhst_init.3   Thu Jan 02 13:00:16 2003 +0000
@@ -1,6 +1,6 @@
 .\" Copyright (c) 2001 Kungliga Tekniska Högskolan
 .\" $Heimdal: krb5_krbhst_init.3,v 1.5 2002/08/28 15:30:54 joda Exp $
-.\" $NetBSD: krb5_krbhst_init.3,v 1.4 2002/09/12 13:19:17 joda Exp $
+.\" $NetBSD: krb5_krbhst_init.3,v 1.5 2003/01/02 13:00:16 wiz Exp $
 .Dd June 17, 2001
 .Dt KRB5_KRBHST_INIT 3
 .Os
@@ -102,7 +102,7 @@
 that will return a
 .Va struct addrinfo
 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
 .Dq MY.REALM .
 .Bd -literal -offset indent
@@ -115,8 +115,8 @@
 krb5_krbhst_free(context, handle);
 .Ed
 .\" .Sh BUGS
-.Sh HISTORY
-These functions first appeared in Heimdal 0.3g.
 .Sh SEE ALSO
 .Xr getaddrinfo 3 ,
 .Xr krb5_get_krbhst 3
+.Sh HISTORY
+These functions first appeared in Heimdal 0.3g.
diff -r a3cb2c7ccacc -r cb301b9a225c crypto/dist/heimdal/lib/krb5/krb5_openlog.3
--- a/crypto/dist/heimdal/lib/krb5/krb5_openlog.3       Thu Jan 02 12:59:59 2003 +0000
+++ b/crypto/dist/heimdal/lib/krb5/krb5_openlog.3       Thu Jan 02 13:00:16 2003 +0000
@@ -1,6 +1,6 @@
 .\" Copyright (c) 1997 Kungliga Tekniska Högskolan
 .\" $Heimdal: krb5_openlog.3,v 1.7 2002/08/28 15:30:55 joda Exp $
-.\" $NetBSD: krb5_openlog.3,v 1.4 2002/09/12 13:19:17 joda Exp $
+.\" $NetBSD: krb5_openlog.3,v 1.5 2003/01/02 13:00:29 wiz Exp $
 .Dd August 6, 1997
 .Dt KRB5_OPENLOG 3
 .Os
@@ -177,7 +177,7 @@
 omitted, in this case min is assumed to be zero, and max is assumed to be
 infinity.  If you don't include a dash, both min and max gets set to the
 specified value. If no range is specified, all messages gets logged.
-.Sh EXAMPLE
+.Sh EXAMPLES
 .Bd -literal -offset indent
 [logging]
        kdc = 0/FILE:/var/log/kdc.log
@@ -194,6 +194,9 @@
 and facility
 .Li LOG_USER .
 All other programs will log all messages to their stderr.
+.Sh SEE ALSO
+.Xr syslog 3 ,
+.Xr krb5.conf 5
 .Sh BUGS
 These functions use
 .Fn asprintf
@@ -208,6 +211,3 @@
 .Fn openlog ,
 and
 .Fn syslog .
-.Sh SEE ALSO
-.Xr syslog 3 ,
-.Xr krb5.conf 5



Home | Main Index | Thread Index | Old Index