]> diplodocus.org Git - nmh/blobdiff - man/fmtdump.man
new.c: Order two return statements to match comment.
[nmh] / man / fmtdump.man
index c83a5f6d26a47ed8e93f78f3100c734fc3ebc8ff..86fd6bfed23deaa5c85958dc26354dbf859cce39 100644 (file)
@@ -1,25 +1,25 @@
-.TH FMTDUMP %manext8% "%nmhdate%" MH.6.8 [%nmhversion%]
-.\"
+.TH FMTDUMP %manext8% 1999-04-30 "%nmhversion%"
+.
 .\" %nmhwarning%
 .\" %nmhwarning%
-.\"
+.
 .SH NAME
 .SH NAME
-fmtdump \- decode nmh format files
+fmtdump \- decode nmh's \fImh-format\fP\^(5) files
 .SH SYNOPSIS
 .HP 5
 .na
 .SH SYNOPSIS
 .HP 5
 .na
-.B %libdir%/fmtdump
+.B %nmhlibexecdir%/fmtdump
+.RB [ \-help ]
+.RB [ \-version ]
 .RB [ \-form
 .IR formatfile ]
 .RB [ \-format
 .IR string ]
 .RB [ \-form
 .IR formatfile ]
 .RB [ \-format
 .IR string ]
-.RB [ \-version ]
-.RB [ \-help ] 
 .ad
 .SH DESCRIPTION
 .ad
 .SH DESCRIPTION
-.B Fmtdump
-is a program that parses an
+.B fmtdump
+parses an
 .B nmh
 .B nmh
-format file and produces a pseudo-language listing of the how
+format file and produces a pseudo-language listing of how
 .B nmh
 interprets the file.  This is useful when debugging a complicated format file.
 .PP
 .B nmh
 interprets the file.  This is useful when debugging a complicated format file.
 .PP
@@ -30,29 +30,26 @@ and
 .B \-form
 .I formatfile
 switches may be
 .B \-form
 .I formatfile
 switches may be
-used to specify a format string or format file to read.  The string
-is simply a format string and the file is simply a format file.
+used to specify a format string or format file to read.
 See
 See
-.BR mh-format (5)
-for the details.
+.IR mh-format (5)
+for details.
 .SH FILES
 .SH FILES
-.fc ^ ~
-.nf
-.ta \w'%etcdir%/ExtraBigFileName  'u
-^$HOME/\&.mh\(ruprofile~^The user profile
-^%etcdir%/scan.default~^The default format file
-.fi
+.PD 0
+.TP 20
+$HOME/.mh_profile
+The user's profile.
+.TP
+%nmhetcdir%/scan.default
+The default format file.
+.PD
 .SH "PROFILE COMPONENTS"
 .SH "PROFILE COMPONENTS"
-.fc ^ ~
-.nf
-.ta 2.4i
-.ta \w'ExtraBigProfileName  'u
-^Path:~^To determine the user's nmh directory
-.fi
+.TP 20
+Path:
+To determine the user's nmh directory.
 .SH "SEE ALSO"
 .SH "SEE ALSO"
-mh-format(5), mh-sequences(8)
+.IR fmttest (1),
+.IR mh-format (5),
+.IR mh-sequences (8)
 .SH CONTEXT
 None
 .SH CONTEXT
 None
-.SH BUGS
-The output may not be useful unless you are familiar
-with the internals of the mh-format subroutines.