aboutsummaryrefslogtreecommitdiff
path: root/miscutils/less.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2017-09-18 16:28:43 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2017-09-18 16:28:43 +0200
commit0c4dbd481aedb5d22c1048e7f7eb547a3b5e50a5 (patch)
treecfe1328d742da3f0572ac8b2f06aa95259862ac5 /miscutils/less.c
parentb63afead4411c5832d427ed149683c85cc81a4c9 (diff)
downloadbusybox-w32-0c4dbd481aedb5d22c1048e7f7eb547a3b5e50a5.tar.gz
busybox-w32-0c4dbd481aedb5d22c1048e7f7eb547a3b5e50a5.tar.bz2
busybox-w32-0c4dbd481aedb5d22c1048e7f7eb547a3b5e50a5.zip
regularize format of source file headers, no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'miscutils/less.c')
-rw-r--r--miscutils/less.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/miscutils/less.c b/miscutils/less.c
index c6c158a51..82092f600 100644
--- a/miscutils/less.c
+++ b/miscutils/less.c
@@ -6,7 +6,6 @@
6 * 6 *
7 * Licensed under GPLv2 or later, see file LICENSE in this source tree. 7 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
8 */ 8 */
9
10/* 9/*
11 * TODO: 10 * TODO:
12 * - Add more regular expression support - search modifiers, certain matches, etc. 11 * - Add more regular expression support - search modifiers, certain matches, etc.
@@ -20,7 +19,6 @@
20 * - the inp file pointer is used so that keyboard input works after 19 * - the inp file pointer is used so that keyboard input works after
21 * redirected input has been read from stdin 20 * redirected input has been read from stdin
22 */ 21 */
23
24//config:config LESS 22//config:config LESS
25//config: bool "less (15 kb)" 23//config: bool "less (15 kb)"
26//config: default y 24//config: default y