From 72089cf6b4a77214ec4fd21d5ee5bf56958781cb Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Fri, 21 Jul 2017 09:50:55 +0200 Subject: config: deindent all help texts Those two spaces after tab have no effect, and always a nuisance when editing. Signed-off-by: Denys Vlasenko --- miscutils/readahead.c | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'miscutils/readahead.c') diff --git a/miscutils/readahead.c b/miscutils/readahead.c index eb966b0..972302a 100644 --- a/miscutils/readahead.c +++ b/miscutils/readahead.c @@ -15,17 +15,17 @@ //config: depends on LFS //config: select PLATFORM_LINUX //config: help -//config: Preload the files listed on the command line into RAM cache so that -//config: subsequent reads on these files will not block on disk I/O. +//config: Preload the files listed on the command line into RAM cache so that +//config: subsequent reads on these files will not block on disk I/O. //config: -//config: This applet just calls the readahead(2) system call on each file. -//config: It is mainly useful in system startup scripts to preload files -//config: or executables before they are used. When used at the right time -//config: (in particular when a CPU bound process is running) it can -//config: significantly speed up system startup. +//config: This applet just calls the readahead(2) system call on each file. +//config: It is mainly useful in system startup scripts to preload files +//config: or executables before they are used. When used at the right time +//config: (in particular when a CPU bound process is running) it can +//config: significantly speed up system startup. //config: -//config: As readahead(2) blocks until each file has been read, it is best to -//config: run this applet as a background job. +//config: As readahead(2) blocks until each file has been read, it is best to +//config: run this applet as a background job. //applet:IF_READAHEAD(APPLET(readahead, BB_DIR_USR_SBIN, BB_SUID_DROP)) -- cgit v1.1