summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-05-22 12:10:39 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-05-22 12:10:39 +0000
commite020986eef139ac10c794970a59bbf413d4c7302 (patch)
tree5cb9d490ffbbcb05ba1fb921f7458779910491f0
parent6d247315f8fe2f66f6af1eb87db722f200c40e40 (diff)
sync
-rw-r--r--libexec/identd/identd.812
1 files changed, 11 insertions, 1 deletions
diff --git a/libexec/identd/identd.8 b/libexec/identd/identd.8
index ec8793d6c0d..965cc985d9f 100644
--- a/libexec/identd/identd.8
+++ b/libexec/identd/identd.8
@@ -2,7 +2,7 @@
.\" Copyright (c) 1992 Peter Eriksson, Lysator, Linkoping University.
.\" This software has been released into the public domain.
.\"
-.\" $Id: identd.8,v 1.1 1995/10/18 08:43:18 deraadt Exp $
+.\" $Id: identd.8,v 1.2 1996/05/22 12:10:38 deraadt Exp $
.\"
.TH IDENTD 8 "27 May 1992"
.SH NAME
@@ -228,6 +228,16 @@ defaults to the normally running kernel file.
defaults to the memory space of the normally running kernel.
.SH SEE ALSO
.BR inetd.conf (5)
+.SH NOTES
+.B Identd
+uses the
+.I LOG_DAEMON
+syslogd(8) facility to log messages. This is the correct thing to do
+since
+.I LOG_AUTH
+is supposed to be used by authorization related programs, not authentication
+related ones such as
+.B identd.
.SH BUGS
The handling of fatal errors could be better.
.PP