From 7838f3c26f5cc6d08ff76b929b8378bf45e703fe Mon Sep 17 00:00:00 2001 From: Ben Kibbey Date: Wed, 11 Jul 2007 16:21:38 -0400 Subject: [PATCH] Updated pwmc.1 --- pwmc.1 | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/pwmc.1 b/pwmc.1 index 11c7d91d..495043f0 100644 --- a/pwmc.1 +++ b/pwmc.1 @@ -21,15 +21,18 @@ pwmc \- send commands to pwmd .SH SYNOPSIS .B pwmc -[\-hv] [\-E] [\-s ] [\-a [-P pinentry_path] | \-p ] [\-S] +[\-hv] [\-E] [\-s ] [\-a [-P pinentry_path] | \-p ] [\-S] [filename] .SH DESCRIPTION .B pwmc -connects to \fBpwmd\fR and opens \fBfilename\fR. Commands are read -line-by-line from stdin until an EOF occurs. For element values that contain -newline or tab characters, they should be base64 encoded. The +is a +.BR libpwmd (3) +client for \fBpwmd\fR. Commands are read line-by-line from stdin until an EOF +occurs. Element values that contain newline or tab characters should be base64 +encoded. The .BR openssl (1) -utility can do this and make the base64 string on one line (base64 -A). +utility can do this and can also make the base64 encoded string on one line +with the 'base64 -A' switch. .SH OPTIONS .TP @@ -88,6 +91,9 @@ echo -e 'get isp\\tsmtp\\thostname\\nget isp\\tusername' | pwmc filename .TP .B ~/.pwmd/socket Default socket to connect to. +.TP +.B /usr/bin/pinentry +Default location of the pinentry binary. .SH AUTHOR @@ -98,4 +104,5 @@ Ben Kibbey .SH "SEE ALSO" .BR pwmd (1), .BR pinentry (1), -.BR openssl (1) +.BR openssl (1), +.BR libpwmd (3) -- 2.11.4.GIT