[Man page added for pretty-hat, front page of website updated
tatd2**20051018094153] {
addfile ./man/pretty-hat.1.in
hunk ./docs/index.html 76
+
+ hat-delta
+
+
hunk ./docs/index.html 85
- black-hat
+ black-hat
+
hunk ./docs/index.html 88
+
+ pretty-hat
hunk ./man/pretty-hat.1.in 1
+.TH PRETTY-HAT 1 local
+.SH NAME
+pretty-hat \- Produce a simplified graph of the trace file.
+.SH SYNOPSIS
+.B pretty-hat
+prog [-d] [-x]
+.SH DESCRIPTION
+.I pretty-hat
+is a tool for visualising the hat trace file for a program
+.I prog
+supplied as its argument. The tool outputs a .dot file representing the trace.
+This file should then be proccessed with the dotty graph layout program to
+produce a final result.
+
+.SH OPTIONS
+.TP
+.B -d
+The tool should label nodes with the decimal value of their offset in the hat
+trace file
+.TP
+.B -x
+The tool should label nodes with the hexadecimal value of their offset in the
+hat trace file
+
+.SH FILES
+.TP 25
+.B @BINDIR@/pretty-hat
+
+.SH "SEE ALSO"
+hmake(1), hat-trans(1), hat-detect(1) hat-stack(1), hat-observe(1), hat-trail(1)
}