diff options
author | Werner Koch <[email protected]> | 2004-02-04 19:13:16 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2004-02-04 19:13:16 +0000 |
commit | cfb33014ae643381cc0a407ddca50e244c26811c (patch) | |
tree | 32bfbd70fcc4726a43f70cabd34e8679d770e126 /doc/assuan.texi | |
parent | Try to use getent, so that it also works for NIS (diff) | |
download | gnupg-cfb33014ae643381cc0a407ddca50e244c26811c.tar.gz gnupg-cfb33014ae643381cc0a407ddca50e244c26811c.zip |
Fixed a build bug (straw letter in sm/import.c) and updated the documentation.
Diffstat (limited to '')
-rw-r--r-- | doc/assuan.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/assuan.texi b/doc/assuan.texi index fbf513ad8..2e2219263 100644 --- a/doc/assuan.texi +++ b/doc/assuan.texi @@ -5,7 +5,7 @@ @node Assuan @chapter Description of the Assuan protocol. -The architecture of the modula GnuPG system is based on a couple of +The architecture of the modular GnuPG system is based on a couple of highly specialized modules which make up a network of client server communication. A common framework for intermodule communication is therefore needed and should be implemented in a library. |