From 7a40bfab38d425dff8cc18213031a532079456c1 Mon Sep 17 00:00:00 2001 From: djcb Date: Thu, 13 Sep 2012 23:06:05 +0300 Subject: [PATCH] * man: update mu-verify, mu-view manpages --- man/mu-verify.1 | 17 +++++++++-------- man/mu-view.1 | 12 ++++++++++-- 2 files changed, 19 insertions(+), 10 deletions(-) diff --git a/man/mu-verify.1 b/man/mu-verify.1 index f8dc08ba..89f111c6 100644 --- a/man/mu-verify.1 +++ b/man/mu-verify.1 @@ -1,4 +1,4 @@ -.TH MU VERIFY 1 "July 2012" "User Manuals" +.TH MU VERIFY 1 "September 2012" "User Manuals" .SH NAME @@ -26,13 +26,13 @@ to the full path to the desired \fBgpg\fR. attempt to find keys online (see the \fBauto-key-retrieve\fR option in the \fBgnupg(1)\fR documentation). -.TP -\fB\-u\fR, \fB\-\-use\-agent\fR attempt to use the GPG-agent (see the the -\fBgnupg-agent(1)\fR documentation). Note that GPG-agent is running many -desktop-evironment; you can check whether this is the case using: -.nf - $ env | grep GPG_AGENT_INFO -.fi +\" .TP +\" \fB\-u\fR, \fB\-\-use\-agent\fR attempt to use the GPG-agent (see the the +\" \fBgnupg-agent(1)\fR documentation). Note that GPG-agent is running many +\" desktop-evironment; you can check whether this is the case using: +\" .nf +\" $ env | grep GPG_AGENT_INFO +\" .fi .SH EXAMPLES @@ -76,3 +76,4 @@ Dirk-Jan C. Binnema .SH "SEE ALSO" .BR mu(1) +.BR gpg(1) diff --git a/man/mu-view.1 b/man/mu-view.1 index 8bfd4799..64d95ab1 100644 --- a/man/mu-view.1 +++ b/man/mu-view.1 @@ -1,4 +1,4 @@ -.TH MU VIEW 1 "July 2012" "User Manuals" +.TH MU VIEW 1 "September 2012" "User Manuals" .SH NAME @@ -26,9 +26,15 @@ instead of displaying the full message, output a summary based upon the first \fI\fR lines of the message. \fB\-\-terminate\fR -terminate messaages with a \\f (\fIform-feed\fR) characters when displaying +terminate messages with a \\f (\fIform-feed\fR) characters when displaying them. This is useful when you want to further process them. +\fB\-\-decrypt\fR +attempt to decrypt encrypted message bodies. This is only possible if \fBmu\fR +was built with crypto-support. Users are strongle recommended to use +\fBgpg-agent\fR; however, if needed, \fBmu\fR will request the user password +from the consol + .SH BUGS Please report bugs if you find them: @@ -42,3 +48,5 @@ Dirk-Jan C. Binnema .BR mu(1) .BR mu-index(1) +.BR gpg(1) +.BR gpg-agent(1)