diff options
author | Joshua Daniel Franklin <joshuadfranklin@yahoo.com> | 2004-03-27 06:48:11 +0000 |
---|---|---|
committer | Joshua Daniel Franklin <joshuadfranklin@yahoo.com> | 2004-03-27 06:48:11 +0000 |
commit | 989ea48440da05cc4591ac3d14b17ba8b1c1ceea (patch) | |
tree | d62cc65bcd68861214c127cb5c28171a48752c14 /winsup/doc/cygwinenv.sgml | |
parent | fec932591db5b95ba8bff638739e9ae112afd2d0 (diff) | |
download | cygnal-989ea48440da05cc4591ac3d14b17ba8b1c1ceea.tar.gz cygnal-989ea48440da05cc4591ac3d14b17ba8b1c1ceea.tar.bz2 cygnal-989ea48440da05cc4591ac3d14b17ba8b1c1ceea.zip |
2004-03-26 Joshua Daniel Franklin <joshuadfranklin@yahoo.com>
* cygwinenv.sgml: Add example for CYGWIN=error_start.
* pathnames.sgml: Update list of /dev/ devices.
Diffstat (limited to 'winsup/doc/cygwinenv.sgml')
-rw-r--r-- | winsup/doc/cygwinenv.sgml | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/winsup/doc/cygwinenv.sgml b/winsup/doc/cygwinenv.sgml index b9d9af394..1ebd770df 100644 --- a/winsup/doc/cygwinenv.sgml +++ b/winsup/doc/cygwinenv.sgml @@ -20,8 +20,6 @@ for redirection from the Windows command shell. It will also affect the default translation mode of a pipe, although most shells set the pipe to binary by default. </para> -<warning><title>Warning!</title><para>If set in 12/98 b20.1, all files -always open in binary mode.</para></warning> </listitem> <listitem> <para><envar>check_case:level</envar> - Controls the behaviour of @@ -81,11 +79,15 @@ settings are re-exported to the environment as <envar>CYGWIN</envar> again. Defaults to off.</para> </listitem> <listitem> -<para><envar>error_start:filepath</envar> - 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 <command>gdb</command> or <command>dumper</command> program. -There is no default set.</para> +<para> +<envar>error_start:Win32filepath</envar> - if set, runs +<filename>Win32filepath</filename> when cygwin encounters a fatal error, +which is useful for debugging. <filename>Win32filepath</filename> is +usually set to the path to <command>gdb</command> or +<command>dumper</command>, for example +<filename>C:\cygwin\bin\gdb.exe</filename>. +There is no default set. +</para> </listitem> <listitem> <para><envar>forkchunk:32768</envar> - causes <function>fork()</function> |