diff options
author | 1996-05-22 12:10:38 +0000 | |
---|---|---|
committer | 1996-05-22 12:10:38 +0000 | |
commit | 57f6a45d86c2e536c23648769562e9e98c4143ea (patch) | |
tree | 9701330c3b1d46dde4a560d8202d7290ffaa0e95 | |
parent | libutil (diff) | |
download | wireguard-openbsd-57f6a45d86c2e536c23648769562e9e98c4143ea.tar.xz wireguard-openbsd-57f6a45d86c2e536c23648769562e9e98c4143ea.zip |
sync
-rw-r--r-- | libexec/identd/identd.8 | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/libexec/identd/identd.8 b/libexec/identd/identd.8 index fc0e0c9115c..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.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 |