diff options
Diffstat (limited to 'editors/cmp.c')
-rw-r--r-- | editors/cmp.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/cmp.c b/editors/cmp.c index a4af6f480..f53d9603c 100644 --- a/editors/cmp.c +++ b/editors/cmp.c | |||
@@ -11,11 +11,11 @@ | |||
11 | /* http://www.opengroup.org/onlinepubs/007904975/utilities/cmp.html */ | 11 | /* http://www.opengroup.org/onlinepubs/007904975/utilities/cmp.html */ |
12 | 12 | ||
13 | //config:config CMP | 13 | //config:config CMP |
14 | //config: bool "cmp" | 14 | //config: bool "cmp (5.4 kb)" |
15 | //config: default y | 15 | //config: default y |
16 | //config: help | 16 | //config: help |
17 | //config: cmp is used to compare two files and returns the result | 17 | //config: cmp is used to compare two files and returns the result |
18 | //config: to standard output. | 18 | //config: to standard output. |
19 | 19 | ||
20 | //kbuild:lib-$(CONFIG_CMP) += cmp.o | 20 | //kbuild:lib-$(CONFIG_CMP) += cmp.o |
21 | 21 | ||