aboutsummaryrefslogtreecommitdiff
path: root/editors/sed.c
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2017-07-24 11:40:28 +0100
committerRon Yorston <rmy@pobox.com>2017-07-24 12:03:28 +0100
commit60411636073cdc08e8005f0de00098e6dd00eaf5 (patch)
tree58673b64af1e663280be81f798c8f66ce116d1dd /editors/sed.c
parenteeceafbc5c4caf513c6d92b7d71ecb0ccd89a3f8 (diff)
parentb72f1ef17b97802d33f0ac522f64bea0f65442c5 (diff)
downloadbusybox-w32-60411636073cdc08e8005f0de00098e6dd00eaf5.tar.gz
busybox-w32-60411636073cdc08e8005f0de00098e6dd00eaf5.tar.bz2
busybox-w32-60411636073cdc08e8005f0de00098e6dd00eaf5.zip
Merge branch 'busybox' into merge
Diffstat (limited to 'editors/sed.c')
-rw-r--r--editors/sed.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/sed.c b/editors/sed.c
index b2c7ba829..e10078b7c 100644
--- a/editors/sed.c
+++ b/editors/sed.c
@@ -57,11 +57,11 @@
57 */ 57 */
58 58
59//config:config SED 59//config:config SED
60//config: bool "sed" 60//config: bool "sed (12 kb)"
61//config: default y 61//config: default y
62//config: help 62//config: help
63//config: sed is used to perform text transformations on a file 63//config: sed is used to perform text transformations on a file
64//config: or input from a pipeline. 64//config: or input from a pipeline.
65 65
66//kbuild:lib-$(CONFIG_SED) += sed.o 66//kbuild:lib-$(CONFIG_SED) += sed.o
67 67