summaryrefslogtreecommitdiffstats
path: root/development/kconfig-frontends
diff options
context:
space:
mode:
author B. Watson2020-10-13 06:27:23 +0200
committer Willy Sudiarto Raharjo2020-10-17 04:39:19 +0200
commit04839186a289239d644ec03adca6bd99bca49f50 (patch)
treecdee24c31d4eb66cc14d62bbd1fff2f00bb94b4d /development/kconfig-frontends
parente5f9fcf9c0c9c8ca18492e8e7b6b94cfa032b78a (diff)
downloadslackbuilds-04839186a289239d644ec03adca6bd99bca49f50.tar.gz
development/kconfig-frontends: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/kconfig-frontends')
-rw-r--r--development/kconfig-frontends/README12
1 files changed, 6 insertions, 6 deletions
diff --git a/development/kconfig-frontends/README b/development/kconfig-frontends/README
index 68d2e2bcca..faa908abc2 100644
--- a/development/kconfig-frontends/README
+++ b/development/kconfig-frontends/README
@@ -1,12 +1,12 @@
-kconfig-frontends project aims at centralising the effort of keeping an
-up-to-date, out of the Linux source tree, packaging of the kconfig
+kconfig-frontends project aims at centralising the effort of keeping
+an up-to-date, out of the Linux source tree, packaging of the kconfig
infrastructure, ready for use by third party projects.
The configuration language used by the Linux kernel, known as kconfig,
has gained some traction in the community, due to its advantages:
* simple syntax and grammar
- * limited, yet adequate, option types: boolean and tristates, integers and
- strings
- * simple, yet efficient, organisation of options: indentation, sub-menus,
- radio-like choices
+ * limited, yet adequate, option types: boolean and tristates, integers
+ and strings
+ * simple, yet efficient, organisation of options: indentation,
+ sub-menus, radio-like choices
* direct and reverse dependencies