* [PATCH TRIVIAL] docs: admin-guide: rename GTK+ to GTK
@ 2025-02-04 4:04 Diego Viola
2025-02-04 17:08 ` Jonathan Corbet
0 siblings, 1 reply; 5+ messages in thread
From: Diego Viola @ 2025-02-04 4:04 UTC (permalink / raw)
To: corbet; +Cc: linux-kernel, Diego Viola
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
^ permalink raw reply related [flat|nested] 5+ messages in thread* [PATCH TRIVIAL] docs: admin-guide: rename GTK+ to GTK
@ 2025-02-03 8:37 mortodinoite
2025-02-03 15:02 ` Jonathan Corbet
0 siblings, 1 reply; 5+ messages in thread
From: mortodinoite @ 2025-02-03 8:37 UTC (permalink / raw)
To: linux-kernel; +Cc: corbet, mortodinoite
Upstream calls it "GTK" now, see [1]
[1] https://mail.gnome.org/archives/gtk-devel-list/2019-February/msg00000.html
Signed-off-by: mortodinoite <mortodinoite@pissmail.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
^ permalink raw reply related [flat|nested] 5+ messages in thread* Re: [PATCH TRIVIAL] docs: admin-guide: rename GTK+ to GTK
2025-02-03 8:37 mortodinoite
@ 2025-02-03 15:02 ` Jonathan Corbet
0 siblings, 0 replies; 5+ messages in thread
From: Jonathan Corbet @ 2025-02-03 15:02 UTC (permalink / raw)
To: mortodinoite, linux-kernel; +Cc: mortodinoite
mortodinoite <mortodinoite@pissmail.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: mortodinoite <mortodinoite@pissmail.com>
Can I get a version with a proper signoff (with your full name)?
Otherwise looks fine.
Thanks,
jon
> 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
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2025-02-09 0:38 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-04 4:04 [PATCH TRIVIAL] docs: admin-guide: rename GTK+ to GTK Diego Viola
2025-02-04 17:08 ` Jonathan Corbet
2025-02-09 0:38 ` Diego Viola
-- strict thread matches above, loose matches on Subject: below --
2025-02-03 8:37 mortodinoite
2025-02-03 15:02 ` Jonathan Corbet
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox