aboutsummaryrefslogtreecommitdiff
path: root/coreutils/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/Config.in')
-rw-r--r--coreutils/Config.in19
1 files changed, 10 insertions, 9 deletions
diff --git a/coreutils/Config.in b/coreutils/Config.in
index b01980d9a..413839035 100644
--- a/coreutils/Config.in
+++ b/coreutils/Config.in
@@ -10,7 +10,7 @@ config BASENAME
10 default n 10 default n
11 help 11 help
12 basename is used to strip the directory and suffix from filenames, 12 basename is used to strip the directory and suffix from filenames,
13 leaving just the filename itself. Enable this option if you wish 13 leaving just the filename itself. Enable this option if you wish
14 to enable the 'basename' utility. 14 to enable the 'basename' utility.
15 15
16config CAL 16config CAL
@@ -24,7 +24,7 @@ config CAT
24 default n 24 default n
25 help 25 help
26 cat is used to concatenate files and print them to the standard 26 cat is used to concatenate files and print them to the standard
27 output. Enable this option if you wish to enable the 'cat' utility. 27 output. Enable this option if you wish to enable the 'cat' utility.
28 28
29config CATV 29config CATV
30 bool "catv" 30 bool "catv"
@@ -117,7 +117,8 @@ config FEATURE_DD_SIGNAL_HANDLING
117 print to standard error the number of records read and written 117 print to standard error the number of records read and written
118 so far, then to resume copying. 118 so far, then to resume copying.
119 119
120 $ dd if=/dev/zero of=/dev/null& pid=$! $ kill -USR1 $pid; sleep 1; kill $pid 120 $ dd if=/dev/zero of=/dev/null&
121 $ pid=$! kill -USR1 $pid; sleep 1; kill $pid
121 10899206+0 records in 10899206+0 records out 122 10899206+0 records in 10899206+0 records out
122 123
123config FEATURE_DD_IBS_OBS 124config FEATURE_DD_IBS_OBS
@@ -232,7 +233,7 @@ config EXPR_MATH_SUPPORT_64
232 default n 233 default n
233 depends on EXPR 234 depends on EXPR
234 help 235 help
235 Enable 64-bit math support in the expr applet. This will make 236 Enable 64-bit math support in the expr applet. This will make
236 the applet slightly larger, but will allow computation with very 237 the applet slightly larger, but will allow computation with very
237 large numbers. 238 large numbers.
238 239
@@ -548,8 +549,8 @@ config FEATURE_SORT_BIG
548 depends on SORT 549 depends on SORT
549 help 550 help
550 Without this, sort only supports -r, -u, and an integer version 551 Without this, sort only supports -r, -u, and an integer version
551 of -n. Selecting this adds sort keys, floating point support, and 552 of -n. Selecting this adds sort keys, floating point support, and
552 more. This adds a little over 3k to a nonstatic build on x86. 553 more. This adds a little over 3k to a nonstatic build on x86.
553 554
554 The SuSv3 sort standard is available at: 555 The SuSv3 sort standard is available at:
555 http://www.opengroup.org/onlinepubs/007904975/utilities/sort.html 556 http://www.opengroup.org/onlinepubs/007904975/utilities/sort.html
@@ -581,7 +582,7 @@ config FEATURE_STAT_FORMAT
581 depends on STAT 582 depends on STAT
582 help 583 help
583 Without this, stat will not support the '-c format' option where 584 Without this, stat will not support the '-c format' option where
584 users can pass a custom format string for output. This adds about 585 users can pass a custom format string for output. This adds about
585 7k to a nonstatic build on amd64. 586 7k to a nonstatic build on amd64.
586 587
587config STTY 588config STTY
@@ -642,7 +643,7 @@ config TEST
642 default n 643 default n
643 help 644 help
644 test is used to check file types and compare values, 645 test is used to check file types and compare values,
645 returning an appropriate exit code. The bash shell 646 returning an appropriate exit code. The bash shell
646 has test built in, ash can build it in optionally. 647 has test built in, ash can build it in optionally.
647 648
648config FEATURE_TEST_64 649config FEATURE_TEST_64
@@ -753,7 +754,7 @@ config FEATURE_WC_LARGE
753 default n 754 default n
754 depends on WC 755 depends on WC
755 help 756 help
756 Use "unsigned long long" in wc for count variables 757 Use "unsigned long long" in wc for count variables.
757 758
758config WHO 759config WHO
759 bool "who" 760 bool "who"