add -F
[unix-history] / usr / src / old / implog / implog.8
index c0179ac..9261047 100644 (file)
@@ -2,7 +2,7 @@
 .\" All rights reserved.  The Berkeley software License Agreement
 .\" specifies the terms and conditions for redistribution.
 .\"
 .\" All rights reserved.  The Berkeley software License Agreement
 .\" specifies the terms and conditions for redistribution.
 .\"
-.\"    @(#)implog.8    6.1 (Berkeley) %G%
+.\"    @(#)implog.8    6.3 (Berkeley) %G%
 .\"
 .TH IMPLOG 8C ""
 .UC 5
 .\"
 .TH IMPLOG 8C ""
 .UC 5
@@ -15,8 +15,12 @@ implog \- IMP log interpreter
 ] [
 .B \-f
 ] [
 ] [
 .B \-f
 ] [
+.B \-F
+] [
 .B \-c
 ] [
 .B \-c
 ] [
+.B \-r
+] [
 .B \-l
 [
 .I link
 .B \-l
 [
 .I link
@@ -50,10 +54,19 @@ Follow the logging process in action.  This flags causes
 to print the current contents of the log file, then
 check for new logged messages every 5 seconds. 
 .TP
 to print the current contents of the log file, then
 check for new logged messages every 5 seconds. 
 .TP
+.B \-F
+Follow the logging process in action as with
+.B \-f ,
+but skip all previous messages.
+.TP
 .B \-c
 In addition to printing any data messages logged, show the
 contents of the data in hexadecimal bytes.
 .TP
 .B \-c
 In addition to printing any data messages logged, show the
 contents of the data in hexadecimal bytes.
 .TP
+.B \-r
+Print the raw imp leader, showing all fields,
+in addition to the formatted interpretation according to type.
+.TP
 \fB\-l\fP [ \fIlink\fP# ]
 Show only those messages received on the specified ``link''.  If
 no value is given for the link, the link number of the IP protocol
 \fB\-l\fP [ \fIlink\fP# ]
 Show only those messages received on the specified ``link''.  If
 no value is given for the link, the link number of the IP protocol
@@ -73,5 +86,3 @@ imp(4P),
 implogd(8C)
 .SH BUGS
 Can not specify multiple hosts, imps, etc.
 implogd(8C)
 .SH BUGS
 Can not specify multiple hosts, imps, etc.
-Can not follow reception of messages without looking at
-those currently in the file.