From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2155) id F374E3858418; Sat, 3 Feb 2024 19:29:22 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org F374E3858418 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1706988563; bh=BIDIGZ52/BeltO4Hhw1K9dSd1X5eOPMROlC6J9PgeVs=; h=From:To:Subject:Date:From; b=ndBtq7TmXTfCHoiPYPHho4niJOcNxnJFdrNHcz2XhA8XaUiAJXICgQHaKe4otqCjz BbKoeQ744hcrtFisjQmeJLCxtuoi+i998nPtIM/6d7ylQJIBHxIw/nwKIQM4a5iwIH 6E7ujnzcLaXjS5xxErDRUpQrRg4qDXeDW3GOGDfs= 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/cygwin-3_5-branch] Cygwin: fix typo in winjitdebug description X-Act-Checkin: newlib-cygwin X-Git-Author: Corinna Vinschen X-Git-Refname: refs/heads/cygwin-3_5-branch X-Git-Oldrev: 10e221050fc3fc681e7737ee3925108993ed7eb7 X-Git-Newrev: 70371d610dde24b4ee8459912f6bfa48eef4b096 Message-Id: <20240203192922.F374E3858418@sourceware.org> Date: Sat, 3 Feb 2024 19:29:22 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dnewlib-cygwin.git;h=3D70371d610dd= e24b4ee8459912f6bfa48eef4b096 commit 70371d610dde24b4ee8459912f6bfa48eef4b096 Author: Corinna Vinschen AuthorDate: Sat Feb 3 20:28:46 2024 +0100 Commit: Corinna Vinschen CommitDate: Sat Feb 3 20:28:56 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