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:
authorCorinna Vinschen <corinna@vinschen.de>2011-05-10 12:56:04 +0400
committerCorinna Vinschen <corinna@vinschen.de>2011-05-10 12:56:04 +0400
commit4964dafb6553af221f2367ac324c5c8c4ee21301 (patch)
tree5dfb8c5b47640157a689e435a36cd9f3933056ff /winsup/doc
parent2e7bf520ebfff6e87deecaf338f298e0a2d2099c (diff)
* setup2.sgml (setup-env-ov): Make sure everybody knows that the
CYGWIN settings are just an example.
Diffstat (limited to 'winsup/doc')
-rw-r--r--winsup/doc/ChangeLog5
-rw-r--r--winsup/doc/setup2.sgml13
2 files changed, 12 insertions, 6 deletions
diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog
index 248f93a48..3e69c5121 100644
--- a/winsup/doc/ChangeLog
+++ b/winsup/doc/ChangeLog
@@ -1,3 +1,8 @@
+2011-05-10 Corinna Vinschen <corinna@vinschen.de>
+
+ * setup2.sgml (setup-env-ov): Make sure everybody knows that the
+ CYGWIN settings are just an example.
+
2011-05-08 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
* new-features.sgml (ov-new1.7.10): Document clock_settime.
diff --git a/winsup/doc/setup2.sgml b/winsup/doc/setup2.sgml
index e3127bd20..6a5a5e757 100644
--- a/winsup/doc/setup2.sgml
+++ b/winsup/doc/setup2.sgml
@@ -18,17 +18,18 @@ Cygwin processes.</para>
<para>
The <envar>CYGWIN</envar> variable is used to configure many global
settings for the Cygwin runtime system. Initially you can leave
-<envar>CYGWIN</envar> unset or set it to <literal>tty</literal> (e.g.
-to support job control with ^Z etc...) using a syntax like this in the
-DOS shell, before launching bash.</para>
+<envar>CYGWIN</envar> unset or set it to a value indicating several
+global Cygwin settings, using a syntax like this in the DOS shell,
+before launching bash:</para>
<screen>
-<prompt>C:\&gt;</prompt> <userinput>set CYGWIN=tty notitle glob</userinput>
+<prompt>C:\&gt;</prompt> <userinput>set CYGWIN=notitle glob</userinput>
</screen>
<para>
-For all possible settings of the <envar>CYGWIN</envar> environment variable,
-see <xref linkend="using-cygwinenv"></xref>.
+This is, of course, just an example. For all possible settings of the
+<envar>CYGWIN</envar> environment variable, see
+<xref linkend="using-cygwinenv"></xref>.
</para>
<para>