mh_xstrdup arguments now const
[mmh] / man / mhsign.man1
index 585dcfd..7e5c3e5 100644 (file)
@@ -10,9 +10,9 @@ 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
@@ -92,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
@@ -101,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.