Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Daniel Franklin <joshuadfranklin@yahoo.com>2004-02-20 10:26:16 +0300
committerJoshua Daniel Franklin <joshuadfranklin@yahoo.com>2004-02-20 10:26:16 +0300
commitec15a786a6eafc9e852df2b5dee52dde3b5482dd (patch)
tree47df360cc8a0c0ea36b01077146e5135fcf7281d /winsup/doc/cygwinenv.sgml
parent2add426250d5c3886e6ca5c97e79fa0f6ff75921 (diff)
2004-02-19 Joshua Daniel Franklin <joshuadfranklin@yahoo.com>
* cygwinenv.sgml: Remove incorrect ^Z information. Add some tags to server option description. * textbinary.sgml: Remove incorrect ^Z information.
Diffstat (limited to 'winsup/doc/cygwinenv.sgml')
-rw-r--r--winsup/doc/cygwinenv.sgml15
1 files changed, 10 insertions, 5 deletions
diff --git a/winsup/doc/cygwinenv.sgml b/winsup/doc/cygwinenv.sgml
index b32813e8a..b9d9af394 100644
--- a/winsup/doc/cygwinenv.sgml
+++ b/winsup/doc/cygwinenv.sgml
@@ -139,8 +139,13 @@ time and when handles are inherited. Defaults to set.</para>
<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>
+XSI IPC function calls (<function>msgget</function>,
+<function>semget</function>, <function>shmget</function>, and friends)
+successfully. These function calls will return with
+<literal>ENOSYS</literal>, "Bad system call".
+</para>
+</listitem>
+<listitem>
<para><envar>(no)strip_title</envar> - if set, strips the directory
part off the window title, if any. Default is not set.</para>
</listitem>
@@ -156,9 +161,9 @@ nostrip_title</literal>.</para>
<para><envar>(no)tty</envar> - if set, Cygwin enables extra support
(i.e., termios) for UNIX-like ttys.
It is not compatible with some Windows programs.
-Defaults to not set, in which case the tty is opened in text mode
-with ^Z as EOF. Note that this has been changed such that ^D works as
-expected instead of ^Z, and is settable via stty.
+Defaults to not set, in which case the tty is opened in text mode.
+Note that this has been changed such that ^D works as
+expected instead of ^Z, and is settable via <command>stty</command>.
This option must be specified before starting a Cygwin shell
and it cannot be changed in the shell.</para>
</listitem>