From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2155) id 25E393858403; Sat, 3 Feb 2024 19:29:14 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 25E393858403 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1706988554; bh=Y2uvQUTr717cXe0RxR+rs7H0u2qgT3aFuYZbXNXAadw=; h=From:To:Subject:Date:From; b=LSalVcTqrYQ0O0Iat6DFy6EhhUXg0R+2avbwvlRuONCWrBMAt4CLyWQTYkcCS3N0Z BCgUxHrxaxnqCpGDZ6+WGFUK8Qr9AejnT1XX/15Td0FUY39RChWsPT07IE38QTEv5P OzBy6w7llC5+SOhn+ATH2pHozcw9gwaGy7/Fwjx8= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Corinna Vinschen To: cygwin-cvs@sourceware.org Subject: [newlib-cygwin/main] Cygwin: fix typo in winjitdebug description X-Act-Checkin: newlib-cygwin X-Git-Author: Corinna Vinschen X-Git-Refname: refs/heads/main X-Git-Oldrev: 918c3eda4176191733d9732dd7c5b0fc78c5a134 X-Git-Newrev: 35b10bb8c6c0499202827cb6c52a01ce169ef98d Message-Id: <20240203192914.25E393858403@sourceware.org> Date: Sat, 3 Feb 2024 19:29:14 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dnewlib-cygwin.git;h=3D35b10bb8c6c= 0499202827cb6c52a01ce169ef98d commit 35b10bb8c6c0499202827cb6c52a01ce169ef98d Author: Corinna Vinschen AuthorDate: Sat Feb 3 20:28:46 2024 +0100 Commit: Corinna Vinschen CommitDate: Sat Feb 3 20:28:46 2024 +0100 Cygwin: fix typo in winjitdebug description =20 Signed-off-by: Corinna Vinschen Diff: --- winsup/doc/cygwinenv.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/winsup/doc/cygwinenv.xml b/winsup/doc/cygwinenv.xml index 3c69d5e4541c..fcb6e22485b3 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. (no)winjitdebug - 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. +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. =20