* man/mhbuild.man: wrapped one appearance of "Content-Disposition"
[mmh] / man / fmtdump.man
1 .\"
2 .\" %nmhwarning%
3 .\" $Id$
4 .\"
5 .TH FMTDUMP %manext8% "%nmhdate%" MH.6.8 [%nmhversion%]
6 .SH NAME
7 fmtdump \- decode nmh format files
8 .SH SYNOPSIS
9 .HP 5
10 .na
11 .B %libdir%/fmtdump
12 .RB [ \-form
13 .IR formatfile ]
14 .RB [ \-format
15 .IR string ]
16 .RB [ \-version ]
17 .RB [ \-help ] 
18 .ad
19 .SH DESCRIPTION
20 .B Fmtdump
21 is a program that parses an
22 .B nmh
23 format file and produces a pseudo-language listing of the how
24 .B nmh
25 interprets the file.  This is useful when debugging a complicated format file.
26 .PP
27 The
28 .B \-format
29 .I string
30 and
31 .B \-form
32 .I formatfile
33 switches may be
34 used to specify a format string or format file to read.  The string
35 is simply a format string and the file is simply a format file.
36 See
37 .BR mh-format (5)
38 for the details.
39
40 .SH FILES
41 .fc ^ ~
42 .nf
43 .ta \w'%etcdir%/ExtraBigFileName  'u
44 ^$HOME/\&.mh\(ruprofile~^The user profile
45 ^%etcdir%/scan.default~^The default format file
46 .fi
47
48 .SH "PROFILE COMPONENTS"
49 .fc ^ ~
50 .nf
51 .ta 2.4i
52 .ta \w'ExtraBigProfileName  'u
53 ^Path:~^To determine the user's nmh directory
54 .fi
55
56 .SH "SEE ALSO"
57 mh-format(5), mh-sequences(8)
58
59 .SH CONTEXT
60 None
61
62 .SH BUGS
63 The output may not be useful unless you are familiar
64 with the internals of the mh-format subroutines.