[Pkg-gnupg-commit] [libassuan] 240/437: Doc fixes.

Eric Dorland eric at moszumanska.debian.org
Fri May 22 05:33:48 UTC 2015


This is an automated email from the git hooks/post-receive script.

eric pushed a commit to branch master
in repository libassuan.

commit 5809572eed9ac2ed694317e036a3cead8e8946d1
Author: Werner Koch <wk at gnupg.org>
Date:   Fri Apr 3 08:36:01 2009 +0000

    Doc fixes.
---
 doc/assuan.texi      | 3 +++
 src/ChangeLog        | 4 ++++
 src/assuan-handler.c | 1 -
 3 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/doc/assuan.texi b/doc/assuan.texi
index b0c0451..a65b506 100644
--- a/doc/assuan.texi
+++ b/doc/assuan.texi
@@ -364,6 +364,9 @@ This command is reserved for future extensions.
 This command is reserved for future extensions.  Not yet specified as
 we don't implement it in the first phase.  See my mail to gpa-dev on
 2001-10-25 about the rationale for measurements against local attacks.
+
+ at item NOP
+No operation.  Returns OK without any action.
 @end table
 
 
diff --git a/src/ChangeLog b/src/ChangeLog
index 3d875fb..b2ed9b2 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
+2009-04-03  Werner Koch  <wk at g10code.com>
+
+	* assuan-handler.c (std_cmd_table): Remove second OPTION entry.
+
 2009-02-24  Werner Koch  <wk at g10code.com>
 
 	* assuan-buffer.c (assuan_send_data): Add hack to optionally send
diff --git a/src/assuan-handler.c b/src/assuan-handler.c
index b940bfd..007bba2 100644
--- a/src/assuan-handler.c
+++ b/src/assuan-handler.c
@@ -253,7 +253,6 @@ static struct {
               
   { "INPUT",  std_handler_input, 0 },
   { "OUTPUT", std_handler_output, 0 },
-  { "OPTION", std_handler_option, 1 },
   { NULL, NULL, 0 }
 };
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/libassuan.git



More information about the Pkg-gnupg-commit mailing list