From 504c56095f81ad41e8d843120df5a27031bce7bd Mon Sep 17 00:00:00 2001 From: Sam James Date: Wed, 31 May 2023 06:55:18 +0100 Subject: README: grammar tweaks Signed-off-by: Sam James --- 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 -- cgit v1.2.3-65-gdbad