diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2000-12-22 17:02:02 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2000-12-22 17:02:02 +0000 |
commit | 8b2a7164ac418a11d6a7237dbb6113e893b2eae6 (patch) | |
tree | ae76ee56fe1018052f19cde9850706a562b84952 /winsup/doc | |
parent | 8a46ccd7e28543b06e0865269aabec4cd2d407c6 (diff) | |
download | newlib-8b2a7164ac418a11d6a7237dbb6113e893b2eae6.zip newlib-8b2a7164ac418a11d6a7237dbb6113e893b2eae6.tar.gz newlib-8b2a7164ac418a11d6a7237dbb6113e893b2eae6.tar.bz2 |
* cygwinenv.sgml: Fix typo in <filename>. Add missing </para>.
Diffstat (limited to 'winsup/doc')
-rw-r--r-- | winsup/doc/ChangeLog | 4 | ||||
-rw-r--r-- | winsup/doc/cygwinenv.sgml | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog index bf4b1f4..cfdb36a 100644 --- a/winsup/doc/ChangeLog +++ b/winsup/doc/ChangeLog @@ -1,3 +1,7 @@ +Thu Dec 21 15:03:29 2000 Edward M. Lee <tailbert@yahoo.com> + + * cygwinenv.sgml: Fix typo in <filename>. Add missing </para>. + Tue Dec 19 21:06:00 2000 Corinna Vinschen <corinna@vinschen.de> * cygwinenv.sgml: Add text for `smbntsec' option. diff --git a/winsup/doc/cygwinenv.sgml b/winsup/doc/cygwinenv.sgml index ac5b3cc..41c9401 100644 --- a/winsup/doc/cygwinenv.sgml +++ b/winsup/doc/cygwinenv.sgml @@ -15,7 +15,7 @@ Defaults to set (binary mode). This option must be set before starting a Cygwin shell to have an effect on redirection. </para> <warning><title>Warning!</title><para>If set in 12/98 b20.1, all files -always open in binary mode.</para> </warning> +always open in binary mode.</para></warning> </listitem> <listitem> <para><FirstTerm>(no)envcache</FirstTerm> - If set, environment variable @@ -29,10 +29,10 @@ contents. Defaults to set.</para> settings are re-exported to the environment as $CYGWIN again.</para> </listitem> <listitem> -<para><FirstTerm>error_start:filepath</FirstTerm> - if set, runs <filename>filepath</filepath> +<para><FirstTerm>error_start:filepath</FirstTerm> - if set, runs <filename>filepath</filename> when cygwin encounters a fatal error. This is useful for debugging. <filename>filepath</filename> is usually set to the path to the <filename>gdb</filename> -program. +program.</para> <para><FirstTerm>(no)glob[:ignorecase]</FirstTerm> - if set, command line arguments containing UNIX-style file wildcard characters (brackets, question mark, asterisk, escaped with \) are expanded into lists of files that match |