BSD 4_3 release
[unix-history] / usr / man / man8 / implogd.8c
index 0881c9d..9bf2303 100644 (file)
@@ -1,5 +1,11 @@
-.TH IMPLOGD 8C "4 March 1983"
-.UC 4
+.\" Copyright (c) 1983 Regents of the University of California.
+.\" All rights reserved.  The Berkeley software License Agreement
+.\" specifies the terms and conditions for redistribution.
+.\"
+.\"    @(#)implogd.8c  6.2 (Berkeley) 5/22/86
+.\"
+.TH IMPLOGD 8C "May 22, 1986"
+.UC 5
 .SH NAME
 implogd \- IMP logger process
 .SH SYNOPSIS
 .SH NAME
 implogd \- IMP logger process
 .SH SYNOPSIS
@@ -9,7 +15,7 @@ implogd \- IMP logger process
 ]
 .SH DESCRIPTION
 .I Implogd
 ]
 .SH DESCRIPTION
 .I Implogd
-is program which logs messages from the IMP,
+is program which logs error messages from the IMP,
 placing them in the file
 .IR /usr/adm/implog .
 .PP
 placing them in the file
 .IR /usr/adm/implog .
 .PP
@@ -36,11 +42,9 @@ field set to 0).
 The logging process will catch only those message from
 the IMP which are not processed by a protocol module,
 e.g. IP.  This implies the log should contain only
 The logging process will catch only those message from
 the IMP which are not processed by a protocol module,
 e.g. IP.  This implies the log should contain only
-status information such as ``IMP going down'' messages
+status information such as ``IMP going down'' messages,
+``host down'' and other error messages,
 and, perhaps, stray NCP messages.
 .SH "SEE ALSO"
 imp(4P),
 implog(8C)
 and, perhaps, stray NCP messages.
 .SH "SEE ALSO"
 imp(4P),
 implog(8C)
-.SH BUGS
-The messages should probably be sent to the system error
-logging process instead of maintaining yet another log file.