annotate man/readpstlog.1 @ 16:c508ee15dfca

switch to automake/autoconf
author carl
date Sun, 19 Feb 2006 18:47:46 -0800
parents
children 1246d317a05b
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
16
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
1 .\" Hey, EMACS: -*- nroff -*-
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
2 .\" First parameter, NAME, should be all caps
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
3 .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
4 .\" other parameters are allowed: see man(7), man(1)
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
5 .TH READPSTLOG 1 "February 24, 2004"
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
6 .\" Please adjust this date whenever revising the manpage.
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
7 .\"
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
8 .\" Some roff macros, for reference:
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
9 .\" .nh disable hyphenation
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
10 .\" .hy enable hyphenation
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
11 .\" .ad l left justify
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
12 .\" .ad b justify to both left and right margins
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
13 .\" .nf disable filling
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
14 .\" .fi enable filling
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
15 .\" .br insert line break
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
16 .\" .sp <n> insert n+1 empty lines
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
17 .\" for manpage-specific macros, see man(7)
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
18 .SH NAME
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
19 readpstlog \- convert a readpst logfile to text format
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
20 .SH SYNOPSIS
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
21 .B readpstlog
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
22 .RI [ options ] " logfile"
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
23 .SH DESCRIPTION
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
24 This manual page documents briefly the
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
25 .B readpstlog
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
26 command.
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
27 .PP
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
28 .\" TeX users may be more comfortable with the \fB<whatever>\fP and
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
29 .\" \fI<whatever>\fP escape sequences to invode bold face and italics,
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
30 .\" respectively.
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
31 \fBreadpstlog\fP is a program that reads the \fIbinary\fP logfile generated
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
32 by \fBreadpst\fP, and outputs it in a more desirable format (i.e. text).
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
33 .SH OPTIONS
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
34 This program follows the usual GNU command line syntax.
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
35 A summary of options is included below.
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
36 .TP
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
37 .BR \-f " \fIformat\fP"
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
38 Sets the format of the text log output. Currently, the only valid output
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
39 format is \fBT\fP, for text; anything else gives the default.
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
40 .TP
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
41 .BR \-t " \fItypes\fP"
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
42 Tells \fBreadpstlog\fP to print only the specified types of log messages.
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
43 Types are specified in a comma\-delimited list (e.g. 3,10,5,6).
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
44 .TP
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
45 .BR \-x " \fItypes\fP"
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
46 Tells \fBreadpstlog\fP to exclude the specified types of log messages.
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
47 Types are specified in a comma\-delimited list (e.g. 3,10,5,6).
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
48 .SH LOG MESSAGE TYPES
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
49 .PP
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
50 \fBreadpstlog\fP understands the following types of log messages:
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
51 .RS 15
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
52 .TP
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
53 .B 1
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
54 File accesses
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
55 .TP
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
56 .B 2
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
57 Index accesses
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
58 .TP
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
59 .B 3
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
60 New email found
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
61 .TP
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
62 .B 4
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
63 Warnings
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
64 .TP
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
65 .B 5
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
66 Read accesses
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
67 .TP
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
68 .B 6
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
69 Informational messages
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
70 .TP
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
71 .B 7
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
72 Main function calls
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
73 .TP
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
74 .B 8
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
75 Decrypting calls
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
76 .TP
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
77 .B 10
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
78 Function calls
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
79 .TP
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
80 .B 11
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
81 HexDump calls
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
82 .RE
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
83 .SH SEE ALSO
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
84 .BR readpst (1)
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
85 .SH AUTHOR
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
86 This manual page was written by Joe Nahmias <joe@nahmias.net> for the Debian
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
87 GNU/Linux system (but may be used by others).