aboutsummaryrefslogtreecommitdiff
path: root/coreutils/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/Config.in')
-rw-r--r--coreutils/Config.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/coreutils/Config.in b/coreutils/Config.in
index 07005b81a..20b5955d4 100644
--- a/coreutils/Config.in
+++ b/coreutils/Config.in
@@ -120,11 +120,11 @@ config CONFIG_FEATURE_DD_SIGNAL_HANDLING
120 default y 120 default y
121 depends on CONFIG_DD 121 depends on CONFIG_DD
122 help 122 help
123 sending a SIGUSR1 signal to a running `dd' process makes it 123 sending a SIGUSR1 signal to a running `dd' process makes it
124 print to standard error the number of records read and written 124 print to standard error the number of records read and written
125 so far, then to resume copying. 125 so far, then to resume copying.
126 126
127 $ dd if=/dev/zero of=/dev/null& pid=$! $ kill -USR1 $pid; sleep 1; kill $pid 127 $ dd if=/dev/zero of=/dev/null& pid=$! $ kill -USR1 $pid; sleep 1; kill $pid
128 10899206+0 records in 10899206+0 records out 128 10899206+0 records in 10899206+0 records out
129 129
130config CONFIG_FEATURE_DD_IBS_OBS 130config CONFIG_FEATURE_DD_IBS_OBS
@@ -744,9 +744,9 @@ config CONFIG_FEATURE_AUTOWIDTH
744 depends on CONFIG_LS || CONFIG_MORE || CONFIG_TELNET 744 depends on CONFIG_LS || CONFIG_MORE || CONFIG_TELNET
745 help 745 help
746 This option allows utilities such as 'ls', 'more' and 'telnet' 746 This option allows utilities such as 'ls', 'more' and 'telnet'
747 to determine the width of the screen, which can allow them to 747 to determine the width of the screen, which can allow them to
748 display additional text or avoid wrapping text onto the next line. 748 display additional text or avoid wrapping text onto the next line.
749 If you leave this disabled, your utilities will be especially 749 If you leave this disabled, your utilities will be especially
750 primitive and will be unable to determine the current screen width. 750 primitive and will be unable to determine the current screen width.
751 751
752comment "Common options for df, du, ls" 752comment "Common options for df, du, ls"