From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 49E3415806E for ; Wed, 31 May 2023 05:55:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8D534E08C3; Wed, 31 May 2023 05:55:25 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 70B0BE08C3 for ; Wed, 31 May 2023 05:55:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7C8D934103F for ; Wed, 31 May 2023 05:55:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1C0D5990 for ; Wed, 31 May 2023 05:55:23 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1685512518.504c56095f81ad41e8d843120df5a27031bce7bd.sam@gentoo> Subject: [gentoo-commits] proj/gcc-config:master commit in: / X-VCS-Repository: proj/gcc-config X-VCS-Files: README.md X-VCS-Directories: / X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 504c56095f81ad41e8d843120df5a27031bce7bd X-VCS-Branch: master Date: Wed, 31 May 2023 05:55:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 85ac4d6c-0d22-45d5-a4f0-15eb942d967c X-Archives-Hash: 764459789da5a56dbe4ce48587d9e6b8 commit: 504c56095f81ad41e8d843120df5a27031bce7bd Author: Sam James gentoo org> AuthorDate: Wed May 31 05:55:18 2023 +0000 Commit: Sam James gentoo org> CommitDate: Wed May 31 05:55:18 2023 +0000 URL: https://gitweb.gentoo.org/proj/gcc-config.git/commit/?id=504c5609 README: grammar tweaks Signed-off-by: Sam James gentoo.org> README.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index e4effa0..6af211e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # What is gcc-config? -`gcc-config` allows Gentoo users to switch active gcc safely -and allows querying facts about installed toolchains. +`gcc-config` allows Gentoo users to switch active gcc safely and allows +querying facts about installed toolchains. ## Usage @@ -12,10 +12,9 @@ To switch active `gcc` while system runs: $ gcc-config x86_64-pc-linux-gnu-7.2.0 ``` -Ideally changes should be visible instantly and atomically -without shell restart. +Ideally changes should be visible instantly and atomically without shell restart. -To query where real `gcc` binaries are hiding: +To query where the real `gcc` binaries are hiding: ``` $ gcc-config -B $(gcc-config -c) @@ -82,11 +81,11 @@ Used by `env-update` to populate `$PATH` and more (TODO: remove `$PATH` populati ## TODOs -- Write proper `gcc-config` manpage off this readme to be more discoverable. +- Write proper `gcc-config` manpage based on this readme to be more discoverable. -- Figure out symlink ownership story. Today symlinks don't belong to any package. +- Figure out symlink ownership story. Right now, symlinks don't belong to any package. - See [bug 626606](https://bugs.gentoo.org/626606) + See [bug 626606](https://bugs.gentoo.org/626606). ## Releasing