diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2024-02-03 20:28:46 +0100 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2024-02-03 20:28:46 +0100 |
commit | 35b10bb8c6c0499202827cb6c52a01ce169ef98d (patch) | |
tree | d5423f84ae5458079f664402c8f3d978a32199e4 | |
parent | 918c3eda4176191733d9732dd7c5b0fc78c5a134 (diff) | |
download | newlib-35b10bb8c6c0499202827cb6c52a01ce169ef98d.zip newlib-35b10bb8c6c0499202827cb6c52a01ce169ef98d.tar.gz newlib-35b10bb8c6c0499202827cb6c52a01ce169ef98d.tar.bz2 |
Cygwin: fix typo in winjitdebug description
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
-rw-r--r-- | winsup/doc/cygwinenv.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/winsup/doc/cygwinenv.xml b/winsup/doc/cygwinenv.xml index 3c69d5e..fcb6e22 100644 --- a/winsup/doc/cygwinenv.xml +++ b/winsup/doc/cygwinenv.xml @@ -96,11 +96,11 @@ in addition to the normal UNIX argv list. Defaults to not set.</para> <listitem> <para><envar>(no)winjitdebug</envar> - if set, non-Cygwin executables started from a Cygwin process will have their error mode reset to the -system default. That means, if they don't call SetErrorMode() explicitl, -the OS will display error dialog boxes in the GUI if some fatal error -occurs. Defaults to not set, so fatal errors in a non-Cygwin child -process will just result in an error code be propagated back to the -parent process.</para> +system default. That means, if they don't call SetErrorMode() +explicitly, the OS will display error dialog boxes in the GUI if some +fatal error occurs. Defaults to not set, so fatal errors in a +non-Cygwin child process will just result in an error code be propagated +back to the parent process.</para> </listitem> <listitem> |