From 3eb988218b83a5fcd9161e6c2bf614304b0c3a45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Wed, 14 May 2003 22:10:28 +0000 Subject: [PATCH] .Sh EXAMPLE -> .Sh EXAMPLES, sort sections, from netbsd git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12288 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/krb5_openlog.3 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/krb5/krb5_openlog.3 b/lib/krb5/krb5_openlog.3 index 4a9a81a3d..85f80c047 100644 --- a/lib/krb5/krb5_openlog.3 +++ b/lib/krb5/krb5_openlog.3 @@ -206,7 +206,7 @@ destination, otherwise not. Either of the min and max valued may be 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 @@ -223,6 +223,9 @@ other messages will be logged to syslog with priority 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 @@ -237,6 +240,3 @@ thread-safe, depending on the implementation of .Fn openlog , and .Fn syslog . -.Sh SEE ALSO -.Xr syslog 3 , -.Xr krb5.conf 5