From patchwork Tue Jul 4 00:01:20 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 13300543 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 37953C0015E for ; Tue, 4 Jul 2023 00:01:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230218AbjGDAB1 (ORCPT ); Mon, 3 Jul 2023 20:01:27 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55362 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229504AbjGDAB0 (ORCPT ); Mon, 3 Jul 2023 20:01:26 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0D86A13D; Mon, 3 Jul 2023 17:01:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Content-Transfer-Encoding: MIME-Version:Message-ID:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type: Content-ID:Content-Description:In-Reply-To:References; bh=HbJg5hLS9q/X87uwXxElmYl7j0ghasP04sbxBMsSOUU=; b=fxjqXZZArozClmaJ0kLcYEsfIq Xxc/cNDmD6YpWdiPxOVQIglziSD8wDkBMOFJTvrhLH8+2qHm9k2U8JCeQMr91GB3Fe6C5pz+YOeOx kWMRWwoiaMIh6KTpk/RWJ0YMeZkuxA8eHwj60sDV6LL3G+pyKF5obF4Cb+rF1ZgJyb35EmAG0hJON A3HjZFVbAXgx6OQqBuKKipVCTmU8ZBZLrcHEwo1wPsbVzj6LIWk44d/0eV/YlE4X4RZZD0EyjBdWY YtEdNmOScx/5+bTDUPUn8le65pMq5P7jWsJD0jQzH9peR2DCZ2zQzmintLlAJWG9qtwiJb7QgAZO9 Cq4tpi+Q==; Received: from [2601:1c2:980:9ec0::2764] (helo=bombadil.infradead.org) by bombadil.infradead.org with esmtpsa (Exim 4.96 #2 (Red Hat Linux)) id 1qGTTu-00BgsX-0J; Tue, 04 Jul 2023 00:01:22 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Cc: Randy Dunlap , Jesse Taube , Masahiro Yamada , linux-kbuild@vger.kernel.org, Nathan Chancellor , Nick Desaulniers , Nicolas Schier , Jonathan Corbet , linux-doc@vger.kernel.org Subject: [PATCH] kconfig: docs: mention gconfig at top of kconfig.rst Date: Mon, 3 Jul 2023 17:01:20 -0700 Message-ID: <20230704000120.8098-1-rdunlap@infradead.org> X-Mailer: git-send-email 2.41.0 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-kbuild@vger.kernel.org Jesse mentioned that gconfig is missing from the top of the kconfig.rst file, so add it for completeness. Signed-off-by: Randy Dunlap Link: lore.kernel.org/r/CAJFTR8QgYykuEq_AkODEWPUYXncKgRBHOncxT=ypZTQODkyarw@mail.gmail.com Cc: Jesse Taube Cc: Masahiro Yamada Cc: linux-kbuild@vger.kernel.org Cc: Nathan Chancellor Cc: Nick Desaulniers Cc: Nicolas Schier Cc: Jonathan Corbet Cc: linux-doc@vger.kernel.org --- Documentation/kbuild/kconfig.rst | 2 ++ 1 file changed, 2 insertions(+) diff -- a/Documentation/kbuild/kconfig.rst b/Documentation/kbuild/kconfig.rst --- a/Documentation/kbuild/kconfig.rst +++ b/Documentation/kbuild/kconfig.rst @@ -10,6 +10,8 @@ The xconfig ('qconf'), menuconfig ('mcon programs also have embedded help text. Be sure to check that for navigation, search, and other general help text. +The gconfig ('gconf') program has limited help text. + General -------