[PATCH TRIVIAL] docs: admin-guide: rename GTK+ to GTK

Diego Viola posted 1 patch 10 months, 1 week ago
Documentation/admin-guide/README.rst                    | 2 +-
Documentation/translations/zh_CN/admin-guide/README.rst | 2 +-
Documentation/translations/zh_TW/admin-guide/README.rst | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
[PATCH TRIVIAL] docs: admin-guide: rename GTK+ to GTK
Posted by Diego Viola 10 months, 1 week ago
Upstream calls it "GTK" now, see [1]

[1] https://mail.gnome.org/archives/gtk-devel-list/2019-February/msg00000.html

Signed-off-by: Diego Viola <diego.viola@gmail.com>
---
 Documentation/admin-guide/README.rst                    | 2 +-
 Documentation/translations/zh_CN/admin-guide/README.rst | 2 +-
 Documentation/translations/zh_TW/admin-guide/README.rst | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Documentation/admin-guide/README.rst b/Documentation/admin-guide/README.rst
index eb9452668..d30867620 100644
--- a/Documentation/admin-guide/README.rst
+++ b/Documentation/admin-guide/README.rst
@@ -165,7 +165,7 @@ Configuring the kernel
 
      "make xconfig"     Qt based configuration tool.
 
-     "make gconfig"     GTK+ based configuration tool.
+     "make gconfig"     GTK based configuration tool.
 
      "make oldconfig"   Default all questions based on the contents of
                         your existing ./.config file and asking about
diff --git a/Documentation/translations/zh_CN/admin-guide/README.rst b/Documentation/translations/zh_CN/admin-guide/README.rst
index e679cbc3c..1bdafdc4c 100644
--- a/Documentation/translations/zh_CN/admin-guide/README.rst
+++ b/Documentation/translations/zh_CN/admin-guide/README.rst
@@ -146,7 +146,7 @@ Linux内核6.x版本 <http://kernel.org/>
 
      "make xconfig"     基于Qt的配置工具。
 
-     "make gconfig"     基于GTK+的配置工具。
+     "make gconfig"     基于GTK的配置工具。
 
      "make oldconfig"   基于现有的 ./.config 文件选择所有选项,并询问
                         新配置选项。
diff --git a/Documentation/translations/zh_TW/admin-guide/README.rst b/Documentation/translations/zh_TW/admin-guide/README.rst
index a6e34c200..0b038074d 100644
--- a/Documentation/translations/zh_TW/admin-guide/README.rst
+++ b/Documentation/translations/zh_TW/admin-guide/README.rst
@@ -149,7 +149,7 @@ Linux內核6.x版本 <http://kernel.org/>
 
      "make xconfig"     基於Qt的配置工具。
 
-     "make gconfig"     基於GTK+的配置工具。
+     "make gconfig"     基於GTK的配置工具。
 
      "make oldconfig"   基於現有的 ./.config 文件選擇所有選項,並詢問
                         新配置選項。
-- 
2.48.1

Re: [PATCH TRIVIAL] docs: admin-guide: rename GTK+ to GTK
Posted by Jonathan Corbet 10 months, 1 week ago
Diego Viola <diego.viola@gmail.com> writes:

> Upstream calls it "GTK" now, see [1]
>
> [1] https://mail.gnome.org/archives/gtk-devel-list/2019-February/msg00000.html
>
> Signed-off-by: Diego Viola <diego.viola@gmail.com>
> ---
>  Documentation/admin-guide/README.rst                    | 2 +-
>  Documentation/translations/zh_CN/admin-guide/README.rst | 2 +-
>  Documentation/translations/zh_TW/admin-guide/README.rst | 2 +-
>  3 files changed, 3 insertions(+), 3 deletions(-)

Applied, thanks.

jon
Re: [PATCH TRIVIAL] docs: admin-guide: rename GTK+ to GTK
Posted by Diego Viola 10 months, 1 week ago
On Tue, Feb 4, 2025 at 2:08 PM Jonathan Corbet <corbet@lwn.net> wrote:
>
> Diego Viola <diego.viola@gmail.com> writes:
>
> > Upstream calls it "GTK" now, see [1]
> >
> > [1] https://mail.gnome.org/archives/gtk-devel-list/2019-February/msg00000.html
> >
> > Signed-off-by: Diego Viola <diego.viola@gmail.com>
> > ---
> >  Documentation/admin-guide/README.rst                    | 2 +-
> >  Documentation/translations/zh_CN/admin-guide/README.rst | 2 +-
> >  Documentation/translations/zh_TW/admin-guide/README.rst | 2 +-
> >  3 files changed, 3 insertions(+), 3 deletions(-)
>
> Applied, thanks.
>

Thank you!

> jon

Diego