summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2010-01-22 18:55:16 +0000
committerWerner Koch <wk@gnupg.org>2010-01-22 18:55:16 +0000
commitc01cfaf2da8dacc4e6b1c1d1133237702276eb02 (patch)
treefd5f3e13294824914324783c7825efe5ee060216 /doc
parent6403ba9b779a8d4b77a50199f0e3300c0d1a8e0e (diff)
downloadlibassuan-c01cfaf2da8dacc4e6b1c1d1133237702276eb02.tar.gz
Changes to build for W32CE - does not yet work, though.
Diffstat (limited to 'doc')
-rw-r--r--doc/assuan.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/assuan.texi b/doc/assuan.texi
index a20ea27..18f854e 100644
--- a/doc/assuan.texi
+++ b/doc/assuan.texi
@@ -921,7 +921,7 @@ Flags is the bit-wise OR of some (or none) of the following flags:
If set and there is a need to start the server it will be started as a
background process. This flag is useful under W32 systems, so that no
new console is created and pops up a console window when starting the
-server.
+server. On W32CE systems this flag is ignored.
@end table
@item pid_t (*waitpid) (assuan_context_t ctx, pid_t pid, int action, int *status, int options)
@@ -1087,7 +1087,7 @@ features only available with such servers.
If set and there is a need to start the server it will be started as a
background process. This flag is useful under W32 systems, so that no
new console is created and pops up a console window when starting the
-server.
+server. On W32CE systems this flag is ignored.
@end table
@end deftypefun