X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=man%2Fmhbuild.man1;h=7a32a41fc54a60e2efba40a690ee3b847417fea1;hp=62d01be50f8547ff1fd6493769d4b3267a0d2bc7;hb=31750e8a12eafcd1b8fa81cb12b988e680254f24;hpb=ca0b3e830b86700d9e5e31b1784de2bdcaf58fc5 diff --git a/man/mhbuild.man1 b/man/mhbuild.man1 index 62d01be..7a32a41 100644 --- a/man/mhbuild.man1 +++ b/man/mhbuild.man1 @@ -24,7 +24,7 @@ creates multi-media messages as specified in RFC\-2045 thru RFC\-2049. Currently .B mhbuild only supports encodings in -message bodies, and does not support the encoding of message headers as +message bodies, and does support the encoding of message headers as specified in RFC\-2047. .PP If you specify the name of the composition file as `-', @@ -104,7 +104,7 @@ For example, .PP .RS 5 .nf -#audio/basic |raw2audio -F < /usr/lib/sound/giggle.au +#audio/basic |raw2audio \-F < /usr/lib/sound/giggle.au .fi .RE .PP @@ -159,7 +159,7 @@ will complain. An example entry might be: .PP .RS 5 -mhbuild-compose-audio/basic: record | raw2audio -F +mhbuild-compose-audio/basic: record | raw2audio \-F .RE .PP Because commands like these will vary, depending on the display @@ -341,7 +341,7 @@ The second part will be text/enriched # This third part will be text/plain #audio/basic [silly giggle] \\ - |raw2audio -F < /usr/lib/sounds/giggle.au + |raw2audio \-F < /usr/lib/sounds/giggle.au #image/gif [photo of foobar] \\ /home/foobar/lib/picture.gif .fi @@ -511,6 +511,6 @@ and edit the draft again thereafter, removing the Content-ID headers. Then send it. There used to be a .B \-nocontentid -switch to prevent Content-ID headers to be inserted, but as it was considerd +switch to prevent Content-ID headers to be inserted, but as it was considered wrong to complicate all other MUAs instead of forcing the developers and users of broken MUAs to fix or change their software, it was removed.