aboutsummaryrefslogtreecommitdiff
path: root/findutils
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-07-22 18:27:53 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-07-22 18:27:53 +0000
commit3e8669f3599c05797b907faac2d2a5fc8827902c (patch)
tree8a799cfbb3963a1da83b635df90638143b5bd078 /findutils
parent08d120e6e1242498b8e5ca92870a362bb1c64c85 (diff)
downloadbusybox-w32-3e8669f3599c05797b907faac2d2a5fc8827902c.tar.gz
busybox-w32-3e8669f3599c05797b907faac2d2a5fc8827902c.tar.bz2
busybox-w32-3e8669f3599c05797b907faac2d2a5fc8827902c.zip
- wrap overlong lines (Cristian Ionescu-Idbohrn)
- s/\. /. /g;# (me)
Diffstat (limited to 'findutils')
-rw-r--r--findutils/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/findutils/Config.in b/findutils/Config.in
index a830394a0..9bb73d3f3 100644
--- a/findutils/Config.in
+++ b/findutils/Config.in
@@ -17,7 +17,7 @@ config FEATURE_FIND_PRINT0
17 depends on FIND 17 depends on FIND
18 help 18 help
19 Causes output names to be separated by a null character 19 Causes output names to be separated by a null character
20 rather than a newline. This allows names that contain 20 rather than a newline. This allows names that contain
21 newlines and other whitespace to be more easily 21 newlines and other whitespace to be more easily
22 interpreted by other programs. 22 interpreted by other programs.
23 23
@@ -182,7 +182,7 @@ config FEATURE_GREP_EGREP_ALIAS
182 default y 182 default y
183 depends on GREP 183 depends on GREP
184 help 184 help
185 Enabled support for extended regular expressions. Extended 185 Enabled support for extended regular expressions. Extended
186 regular expressions allow for alternation (foo|bar), grouping, 186 regular expressions allow for alternation (foo|bar), grouping,
187 and various repetition operators. 187 and various repetition operators.
188 188