Renamed -version switch to -Version to remove the conflict with -verbose.
[mmh] / man / fmtdump.man8
index 55f9b99..6156c39 100644 (file)
@@ -10,9 +10,7 @@ fmtdump \- decode nmh format files
 .B %libdir%/fmtdump
 .RB [ \-form
 .IR formatfile ]
-.RB [ \-format
-.IR string ]
-.RB [ \-version ]
+.RB [ \-Version ]
 .RB [ \-help ]
 .ad
 .SH DESCRIPTION
@@ -24,14 +22,10 @@ format file and produces a pseudo-language listing of the how
 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.