X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=man%2Fmhsign.man1;h=7e5c3e59573e866b3410747363aed30f72498d4c;hp=2febe2cb9e4800288cd9a27286f47a44f709badc;hb=641a9d953e86685f9ca2f3da72e9a94e5bcfd69e;hpb=f45cdc98117a84f071759462c7ae212f4bc5ab2e diff --git a/man/mhsign.man1 b/man/mhsign.man1 index 2febe2c..7e5c3e5 100644 --- a/man/mhsign.man1 +++ b/man/mhsign.man1 @@ -10,14 +10,13 @@ mhsign \- sign or encrypt a message with gnupg .B mhsign .RB [ \-encrypt ] .RB [ \-mime ] -.I file .RB [ \-Version ] .RB [ \-help ] +.I file .ad .SH DESCRIPTION .B mhsign -is a script to simplify signing and encrypting command line -MH mail, using gnupg. +is a script to simplify signing and encrypting, using gnupg. .PP .B mhsign is normally invoked automatically by @@ -39,7 +38,6 @@ Use the PGP/MIME standard for signing and encrypting. This is automatic if the message is already a multipart MIME message. Otherwise the default is to sign/encrypt in the old-fashioned non-MIME manner, for compatibility with older software. -.QP When a message is signed but not encrypted, using the PGP/MIME formatting, any line beginning with ``From '' will be indented, and any trailing spaces will be removed from lines in the message body. @@ -94,7 +92,7 @@ e5fda812 meillo@marmaro.de .fi .SH "SEE ALSO" -whom(1), send(1), mhpgp(1), gpg(1) +whom(1), send(1), mhpgp(1), gpg(1), hostname(1) .SH DEFAULTS None @@ -103,4 +101,11 @@ None None .SH BUGS -None +The order of the command line arguments is relevant: Options must +come first, the file must be last. +.PP +This script uses +.B hostname +to get the hostname if it isn't in the address, though +.B hostname +isn't specified by POSIX.