diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2004-02-16 12:22:14 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2004-02-16 12:22:14 +0000 |
commit | a5c525cc005241a0a6dc66bf8abf8d38377ed72a (patch) | |
tree | 87af240210ecdb5bf9e0a8a1b1327ec811dd70a7 /winsup/doc/cygwinenv.sgml | |
parent | 212592dcc9ee1e0be260ea677cf57b378fbaa7e7 (diff) | |
download | cygnal-a5c525cc005241a0a6dc66bf8abf8d38377ed72a.tar.gz cygnal-a5c525cc005241a0a6dc66bf8abf8d38377ed72a.tar.bz2 cygnal-a5c525cc005241a0a6dc66bf8abf8d38377ed72a.zip |
* cygwinenv.sgml: Add server option description.
Diffstat (limited to 'winsup/doc/cygwinenv.sgml')
-rw-r--r-- | winsup/doc/cygwinenv.sgml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/winsup/doc/cygwinenv.sgml b/winsup/doc/cygwinenv.sgml index ae9563a72..b32813e8a 100644 --- a/winsup/doc/cygwinenv.sgml +++ b/winsup/doc/cygwinenv.sgml @@ -136,6 +136,11 @@ to 9600-8-N-1 with no flow control when used. This is done at open time and when handles are inherited. Defaults to set.</para> </listitem> <listitem> +<para><envar>(no)server</envar> - if set, allows client applications +to use the Cygserver facilities. This option must be enabled explicitely +on the client side, otherwise your applications won't be able to use the +XSI IPC function calls (msgget, semget, shmget and friends) successfully. +These function calls will return with ENOSYS, "Bad system call".</para> <para><envar>(no)strip_title</envar> - if set, strips the directory part off the window title, if any. Default is not set.</para> </listitem> |