public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: "Matthew J. Fanto" <mattjf@uncompiled.com>
To: linux-kernel@vger.kernel.org
Subject: [TRIVIAL][PATCH] Fixes Documentation/kbuild/kconfig-language
Date: Tue, 02 Mar 2004 22:23:22 -0500	[thread overview]
Message-ID: <1078284202.355.3.camel@nemesis> (raw)

The documentation for kconfig says one of the types is integer. It's
actually int. I had to search for a few minutes to find the actual type,
so even though it's trivial, hopefully it makes it clear for others. 


--- kconfig-language.txt        2004-02-27 17:21:00.000000000 -0500
+++ kconfig-language.txt-int    2004-03-02 22:18:48.000000000 -0500
@@ -48,7 +48,7 @@
 A menu entry can have a number of attributes. Not all of them are
 applicable everywhere (see syntax).

-- type definition: "bool"/"tristate"/"string"/"hex"/"integer"
+- type definition: "bool"/"tristate"/"string"/"hex"/"int"
   Every config option must have a type. There are only two basic types:
   tristate and string, the other types are based on these two. The type
   definition optionally accepts an input prompt, so these two examples



                 reply	other threads:[~2004-03-03  3:23 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1078284202.355.3.camel@nemesis \
    --to=mattjf@uncompiled.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox