From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2142) id 42C703858C78; Thu, 16 Feb 2023 22:57:17 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 42C703858C78 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1676588237; bh=ZHnOVK23+PmOwP0oM+r9Fm/nA2kkkgO51KTB2/+Twoc=; h=From:To:Subject:Date:From; b=cQpgq3kai1UoeGDIJv/l8uF7aEnWIaZ81DQYNlLQp3idjGgzVtmtXzCCA2B7W0yk5 /M3kD3Nr9Gbqjgbca5xE3eW7caebt8jFf7YdHKNUtpp21cD5ao1Caxh/Rcw9J8e3GP M1w2aWetFltn+pRJZ/eveR6o1WK4gDxAf4fWlMlE= MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Gerald Pfeifer To: gcc-cvs@gcc.gnu.org Subject: [gcc r13-6100] doc: Reword how to get possible values of a parameter X-Act-Checkin: gcc X-Git-Author: Gerald Pfeifer X-Git-Refname: refs/heads/trunk X-Git-Oldrev: 07f497c2da3600cc99cd7d1b5c6726972fb2b5a1 X-Git-Newrev: c381327dd6c2d9996702b2a341b91cf48942a8ae Message-Id: <20230216225717.42C703858C78@sourceware.org> Date: Thu, 16 Feb 2023 22:57:17 +0000 (GMT) List-Id: https://gcc.gnu.org/g:c381327dd6c2d9996702b2a341b91cf48942a8ae commit r13-6100-gc381327dd6c2d9996702b2a341b91cf48942a8ae Author: Gerald Pfeifer Date: Thu Feb 16 23:56:34 2023 +0100 doc: Reword how to get possible values of a parameter gcc/ChangeLog: * doc/invoke.texi (Optimize Options): Reword the explanation getting minimal, maximal and default values of a parameter. Diff: --- gcc/doc/invoke.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 6def1fd631e..7b308cd3c31 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -14678,8 +14678,8 @@ The names of specific parameters, and the meaning of the values, are tied to the internals of the compiler, and are subject to change without notice in future releases. -In order to get minimal, maximal and default value of a parameter, -one can use @option{--help=param -Q} options. +In order to get the minimal, maximal and default values of a parameter, +use the @option{--help=param -Q} options. In each case, the @var{value} is an integer. The following choices of @var{name} are recognized for all targets: