* cygwinenv.sgml: Add server option description.
This commit is contained in:
parent
212592dcc9
commit
a5c525cc00
|
@ -1,3 +1,6 @@
|
||||||
|
2004-02-16 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
|
* cygwinenv.sgml: Add server option description.
|
||||||
|
|
||||||
2004-02-04 Joshua Daniel Franklin <joshuadfranklin@yahoo.com>
|
2004-02-04 Joshua Daniel Franklin <joshuadfranklin@yahoo.com>
|
||||||
* Makefile.in: Generate monolithic faq0.html file.
|
* Makefile.in: Generate monolithic faq0.html file.
|
||||||
|
|
|
@ -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>
|
time and when handles are inherited. Defaults to set.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
<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
|
<para><envar>(no)strip_title</envar> - if set, strips the directory
|
||||||
part off the window title, if any. Default is not set.</para>
|
part off the window title, if any. Default is not set.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
Loading…
Reference in New Issue