From: David Levine Date: Tue, 22 May 2012 01:05:19 +0000 (-0500) Subject: comp and dist cannot take multiple message arguments. mhbuild does X-Git-Url: http://git.marmaro.de/?p=mmh;a=commitdiff_plain;h=ba48f99120f794a4b265069a95d8d8b84b1e84f4 comp and dist cannot take multiple message arguments. mhbuild does not set context. --- diff --git a/man/comp.man b/man/comp.man index c07b211..f771604 100644 --- a/man/comp.man +++ b/man/comp.man @@ -9,7 +9,7 @@ comp \- compose a message .na .B comp .RI [ +folder ] -.RI [ msgs ] +.RI [ msg ] .RB [ \-form .IR formfile ] .RB [ \-use " | " \-nouse ] diff --git a/man/dist.man b/man/dist.man index 4955d63..ded4937 100644 --- a/man/dist.man +++ b/man/dist.man @@ -9,7 +9,7 @@ dist \- redistribute a message to additional addresses .na .B dist .RI [ +folder ] -.RI [ msgs ] +.RI [ msg ] .RB [ \-form .IR formfile ] .RB [ \-annotate " | " \-noannotate ] diff --git a/man/mhbuild.man b/man/mhbuild.man index b0af881..cd7e7fd 100644 --- a/man/mhbuild.man +++ b/man/mhbuild.man @@ -682,7 +682,3 @@ mhlist(1), mhshow(1), mhstore(1), .RB ` \-noebcdicsafe ' .RB ` \-noverbose ' .fi - -.SH CONTEXT -If a folder is given, it will become the current folder. The last -message selected will become the current message.