aboutsummaryrefslogtreecommitdiff
path: root/coreutils
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils')
-rw-r--r--coreutils/Config.in18
1 files changed, 9 insertions, 9 deletions
diff --git a/coreutils/Config.in b/coreutils/Config.in
index c2ae399ef..db4fe39ff 100644
--- a/coreutils/Config.in
+++ b/coreutils/Config.in
@@ -17,7 +17,7 @@ config CONFIG_CAL
17 bool "cal" 17 bool "cal"
18 default n 18 default n
19 help 19 help
20 cal is used to display a montly calender. 20 cal is used to display a monthly calender.
21 21
22config CONFIG_CAT 22config CONFIG_CAT
23 bool "cat" 23 bool "cat"
@@ -30,7 +30,7 @@ config CONFIG_CHGRP
30 bool "chgrp" 30 bool "chgrp"
31 default n 31 default n
32 help 32 help
33 chgrp is used to change the group owership of files. 33 chgrp is used to change the group ownership of files.
34 34
35config CONFIG_CHMOD 35config CONFIG_CHMOD
36 bool "chmod" 36 bool "chmod"
@@ -42,7 +42,7 @@ config CONFIG_CHOWN
42 bool "chown" 42 bool "chown"
43 default n 43 default n
44 help 44 help
45 chown is used too change the user and/or group ownership 45 chown is used to change the user and/or group ownership
46 of files. 46 of files.
47 47
48config CONFIG_CHROOT 48config CONFIG_CHROOT
@@ -114,14 +114,14 @@ config CONFIG_DIRNAME
114 bool "dirname" 114 bool "dirname"
115 default n 115 default n
116 help 116 help
117 dirname is used to strip a non directory suffix from 117 dirname is used to strip a non-directory suffix from
118 a file name. 118 a file name.
119 119
120config CONFIG_DOS2UNIX 120config CONFIG_DOS2UNIX
121 bool "dos2unix/unix2dos" 121 bool "dos2unix/unix2dos"
122 default n 122 default n
123 help 123 help
124 dos2unix is uses to convert a text file from DOS format to 124 dos2unix is used to convert a text file from DOS format to
125 UNIX format, and vice versa. 125 UNIX format, and vice versa.
126 126
127config CONFIG_UNIX2DOS 127config CONFIG_UNIX2DOS
@@ -161,7 +161,7 @@ config CONFIG_ENV
161 default n 161 default n
162 help 162 help
163 env is used to set an environment variable and run 163 env is used to set an environment variable and run
164 a command, without options it displays the current 164 a command; without options it displays the current
165 environment. 165 environment.
166 166
167config CONFIG_EXPR 167config CONFIG_EXPR
@@ -353,7 +353,7 @@ config CONFIG_REALPATH
353 default n 353 default n
354 help 354 help
355 Return the canonicalized absolute pathname. 355 Return the canonicalized absolute pathname.
356 This isnt provided by GNU shellutils, but where else does it belong. 356 This isn't provided by GNU shellutils, but where else does it belong.
357 357
358config CONFIG_RM 358config CONFIG_RM
359 bool "rm" 359 bool "rm"
@@ -378,7 +378,7 @@ config CONFIG_FEATURE_SHA1SUM_CHECK
378 default n 378 default n
379 depends on CONFIG_SHA1SUM 379 depends on CONFIG_SHA1SUM
380 help 380 help
381 Enabling the -c and -w options allow files to be checked 381 Enabling the -c and -w options allows files to be checked
382 against pre-calculated hash values. 382 against pre-calculated hash values.
383 383
384config CONFIG_SLEEP 384config CONFIG_SLEEP
@@ -469,7 +469,7 @@ if !CONFIG_ASH && !CONFIG_HUSH && !CONFIG_LASH && !CONFIG_MSH
469 help 469 help
470 test is used to check file types and compare values, 470 test is used to check file types and compare values,
471 returning an appropriate exit code. The shells (ash 471 returning an appropriate exit code. The shells (ash
472 and bash have test builtin). 472 and bash) have test builtin.
473endif 473endif
474 474
475config CONFIG_TOUCH 475config CONFIG_TOUCH