From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 71817 invoked by alias); 2 Feb 2019 20:16:03 -0000 Mailing-List: contact cygwin-cvs-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: cygwin-cvs-owner@cygwin.com Received: (qmail 71655 invoked by uid 9078); 2 Feb 2019 20:15:57 -0000 Date: Sat, 02 Feb 2019 20:16:00 -0000 Message-ID: <20190202201557.71653.qmail@sourceware.org> Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Corinna Vinschen To: cygwin-cvs@sourceware.org Subject: [newlib-cygwin] Cygwin: fix typo X-Act-Checkin: newlib-cygwin X-Git-Author: Corinna Vinschen X-Git-Refname: refs/heads/master X-Git-Oldrev: d5d9aac75907798e664bc12aeb7e1ab0c16b0875 X-Git-Newrev: 49ea15ef17fda59cc279a59141c9b78cd9b9a3c1 X-SW-Source: 2019-q1/txt/msg00128.txt.bz2 https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=49ea15ef17fda59cc279a59141c9b78cd9b9a3c1 commit 49ea15ef17fda59cc279a59141c9b78cd9b9a3c1 Author: Corinna Vinschen Date: Sat Feb 2 21:15:50 2019 +0100 Cygwin: fix typo Signed-off-by: Corinna Vinschen Diff: --- winsup/doc/utils.xml | 2 +- winsup/utils/kill.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/winsup/doc/utils.xml b/winsup/doc/utils.xml index 0909d11..043ed73 100644 --- a/winsup/doc/utils.xml +++ b/winsup/doc/utils.xml @@ -693,7 +693,7 @@ kill -l [signal] -l, --list print a list of signal names -s, --signal send signal (use kill --list for a list) -W, --winpid specified pids are windows PIDs, not Cygwin PIDs - (use with extrem caution!) + (use with extreme caution!) -h, --help output usage information and exit -V, --version output version information and exit diff --git a/winsup/utils/kill.cc b/winsup/utils/kill.cc index 7905c4e..768ac44 100644 --- a/winsup/utils/kill.cc +++ b/winsup/utils/kill.cc @@ -46,7 +46,7 @@ usage (FILE *where = stderr) " -l, --list print a list of signal names\n" " -s, --signal send signal (use %1$s --list for a list)\n" " -W, --winpid specified pids are windows PIDs, not Cygwin PIDs\n" - " (use with extrem caution!)\n" + " (use with extreme caution!)\n" " -h, --help output usage information and exit\n" " -V, --version output version information and exit\n" "\n", prog_name);