macro and text revision (-mdoc version 3)
[unix-history] / usr / src / old / implog / implog.8
CommitLineData
b42074ab 1.\" Copyright (c) 1983, 1991 The Regents of the University of California.
512680c9 2.\" All rights reserved.
8315e7e7 3.\"
b387a92e 4.\" %sccs.include.redist.man%
8315e7e7 5.\"
b42074ab 6.\" @(#)implog.8 6.7 (Berkeley) %G%
512680c9 7.\"
b42074ab
CL
8.Dd
9.Dt IMPLOG 8
10.Os BSD 4.2
11.Sh NAME
12.Nm implog
13.Nd
14.Tn IMP
15log interpreter
16.Sh SYNOPSIS
17.Nm implog
18.Op Fl DFLcfr
19.Op Fl h Ar host#
20.Op Fl i Ar imp#
21.Op Fl l Ar link
22.Op Fl t Ar message-type
23.Sh DESCRIPTION
24.Nm Implog
8315e7e7 25is program which interprets the message log produced by
b42074ab
CL
26.Xr implogd 8 .
27.Pp
8315e7e7 28If no arguments are specified,
b42074ab 29.Nm implog
132e10ac
KB
30interprets and prints every message present in the message file.
31Options may be specified to force printing only a subset of the logged
32messages.
b42074ab
CL
33.Bl -tag -width Ds
34.It Fl D
8315e7e7 35Do not show data messages.
b42074ab 36.It Fl F
132e10ac
KB
37Follow the logging process in action.
38This flag causes
b42074ab 39.Nm implog
132e10ac 40to check for, and display, new logged messages every 5 seconds.
b42074ab 41.It Fl L
132e10ac
KB
42Show only those messages received on the link number of the
43IP protocol.
b42074ab 44.It Fl c
8315e7e7
KM
45In addition to printing any data messages logged, show the
46contents of the data in hexadecimal bytes.
b42074ab 47.It Fl f
132e10ac 48Follow the logging process in action as with
b42074ab 49.Fl F ,
132e10ac 50but print the current contents of the log file first.
b42074ab 51.It Fl h
8315e7e7
KM
52Show only those messages received from the specified host.
53(Usually specified in conjunction with an imp.)
b42074ab 54.It Fl i
8315e7e7 55Show only those messages received from the specified imp.
b42074ab 56.It Fl l
132e10ac 57Show only those messages received on the specified ``link''.
b42074ab 58.It Fl r
132e10ac
KB
59Print the raw imp leader, showing all fields,
60in addition to the formatted interpretation according to type.
b42074ab 61.It Fl t
8315e7e7 62Show only those messages received of the specified message type.
b42074ab
CL
63.Sh SEE ALSO
64.Xr imp 4 ,
65.Xr implogd 8
66.Sh BUGS
132e10ac 67Cannot specify multiple hosts, imps, etc.
b42074ab
CL
68.Sh HISTORY
69The
70.Nm
71command appeared in
72.Bx 4.2 .