Factor trim format function out
[mmh] / man / fmtdump.man8
index 55f9b99..046c2de 100644 (file)
@@ -3,35 +3,29 @@
 .\"
 .TH FMTDUMP %manext8% "%nmhdate%" MH.6.8 [%nmhversion%]
 .SH NAME
-fmtdump \- decode nmh format files
+fmtdump \- decode mh format files
 .SH SYNOPSIS
 .HP 5
 .na
 .B %libdir%/fmtdump
 .RB [ \-form
 .IR formatfile ]
-.RB [ \-format
-.IR string ]
-.RB [ \-version ]
+.RB [ \-Version ]
 .RB [ \-help ]
 .ad
 .SH DESCRIPTION
 .B Fmtdump
 is a program that parses an
-.B nmh
+.B mh
 format file and produces a pseudo-language listing of the how
-.B nmh
+.B mmh
 interprets the file.  This is useful when debugging a complicated format file.
 .PP
 The
-.B \-format
-.I string
-and
 .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.
+switch may be used to specify a format file to read.
+It may also be a format string directly, if prepended with an equal sign `='.
 See
 .BR mh-format (5)
 for the details.
@@ -57,7 +51,3 @@ mh-format(5), mh-sequence(7)
 
 .SH CONTEXT
 None
-
-.SH BUGS
-The output may not be useful unless you are familiar
-with the internals of the mh-format subroutines.