]> diplodocus.org Git - nmh/blobdiff - man/mhbuild.man
Fix invalid pointer arithmetic.
[nmh] / man / mhbuild.man
index 88e5dbde23d987622e271e44b0a9fb633304d6b6..5fdf7c2785b6f2c0de472bcb8ffa55a2e2c50266 100644 (file)
@@ -22,7 +22,7 @@ mhbuild \- translate MIME composition drafts for nmh messages
 .RB [ \-disposition " | " \-nodisposition ]
 .RB [ \-check " | " \-nocheck ]
 .RB [ \-headerencoding
-.IR encoding-algorithm
+.I encoding-algorithm
 .RB " | " \-autoheaderencoding ]
 .RB [ \-maxunencoded
 .IR line-length ]
@@ -179,7 +179,7 @@ The
 file contains default
 .B mhbuild-convert-text/html
 and
-.BR mhbuild-convert-text/plain
+.B mhbuild-convert-text/plain
 entries.  Profile entries can be used to override corresponding
 .I mhn.defaults
 entries, as usual.  Text converters should limit text line lengths
@@ -867,7 +867,7 @@ directive    ::=     "#" type "/" subtype
                          [ "<" id ">" ]
                          [ "[" description "]" ]
                          [ "{" disposition "}" ]
-                        [ "*8bit" | "*qp" | "*b64" ]
+                         [ "*8bit" | "*qp" | "*b64" ]
                          [ filename ]
                          EOL
 
@@ -877,7 +877,7 @@ directive    ::=     "#" type "/" subtype
                          [ "<" id ">" ]
                          [ "[" description "]" ]
                          [ "{" disposition "}" ]
-                        [ "*8bit" | "*qp" | "*b64" ]
+                         [ "*8bit" | "*qp" | "*b64" ]
                          external-parameters
                          EOL
 
@@ -909,7 +909,7 @@ plaintext    ::=     [ "Content-Description:"
                          [ "(" comment ")" ]
                          [ "[" description "]" ]
                          [ "{" disposition "}" ]
-                        [ "*8bit" | "*qp" | "*b64" ]
+                         [ "*8bit" | "*qp" | "*b64" ]
                          EOL
                          1*line
                      [ "#" EOL ]