diff options
Diffstat (limited to 'coreutils')
-rw-r--r-- | coreutils/cal.c | 1 | ||||
-rw-r--r-- | coreutils/cut.c | 2 | ||||
-rw-r--r-- | coreutils/fold.c | 2 | ||||
-rw-r--r-- | coreutils/install.c | 1 | ||||
-rw-r--r-- | coreutils/libcoreutils/coreutils.h | 1 | ||||
-rw-r--r-- | coreutils/nohup.c | 2 | ||||
-rw-r--r-- | coreutils/od.c | 1 | ||||
-rw-r--r-- | coreutils/printenv.c | 1 | ||||
-rw-r--r-- | coreutils/stat.c | 2 | ||||
-rw-r--r-- | coreutils/uudecode.c | 1 |
10 files changed, 10 insertions, 4 deletions
diff --git a/coreutils/cal.c b/coreutils/cal.c index a134380c3..89e02e2f5 100644 --- a/coreutils/cal.c +++ b/coreutils/cal.c | |||
@@ -1,3 +1,4 @@ | |||
1 | /* vi: set sw=4 ts=4: */ | ||
1 | /* | 2 | /* |
2 | * Calendar implementation for busybox | 3 | * Calendar implementation for busybox |
3 | * | 4 | * |
diff --git a/coreutils/cut.c b/coreutils/cut.c index 11e9d5e87..061c20697 100644 --- a/coreutils/cut.c +++ b/coreutils/cut.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* vi: set sw=8 ts=8: */ | 1 | /* vi: set sw=4 ts=4: */ |
2 | /* | 2 | /* |
3 | * cut.c - minimalist version of cut | 3 | * cut.c - minimalist version of cut |
4 | * | 4 | * |
diff --git a/coreutils/fold.c b/coreutils/fold.c index 833935af3..665b93e6e 100644 --- a/coreutils/fold.c +++ b/coreutils/fold.c | |||
@@ -1,3 +1,4 @@ | |||
1 | /* vi: set sw=4 ts=4: */ | ||
1 | /* fold -- wrap each input line to fit in specified width. | 2 | /* fold -- wrap each input line to fit in specified width. |
2 | 3 | ||
3 | Written by David MacKenzie, djm@gnu.ai.mit.edu. | 4 | Written by David MacKenzie, djm@gnu.ai.mit.edu. |
@@ -158,4 +159,3 @@ rescan: | |||
158 | 159 | ||
159 | bb_fflush_stdout_and_exit(errs); | 160 | bb_fflush_stdout_and_exit(errs); |
160 | } | 161 | } |
161 | /* vi: set sw=4 ts=4: */ | ||
diff --git a/coreutils/install.c b/coreutils/install.c index 90b3ef31b..57845cffd 100644 --- a/coreutils/install.c +++ b/coreutils/install.c | |||
@@ -1,3 +1,4 @@ | |||
1 | /* vi: set sw=4 ts=4: */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2003 by Glenn McGrath <bug1@iinet.net.au> | 3 | * Copyright (C) 2003 by Glenn McGrath <bug1@iinet.net.au> |
3 | * | 4 | * |
diff --git a/coreutils/libcoreutils/coreutils.h b/coreutils/libcoreutils/coreutils.h index b93731bc7..102c7b5be 100644 --- a/coreutils/libcoreutils/coreutils.h +++ b/coreutils/libcoreutils/coreutils.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* vi: set sw=4 ts=4: */ | ||
1 | /* | 2 | /* |
2 | * Licensed under the GPL v2 or later, see the file LICENSE in this tarball. | 3 | * Licensed under the GPL v2 or later, see the file LICENSE in this tarball. |
3 | */ | 4 | */ |
diff --git a/coreutils/nohup.c b/coreutils/nohup.c index 9d7a0f559..41c4b779c 100644 --- a/coreutils/nohup.c +++ b/coreutils/nohup.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* vi:set ts=4: */ | 1 | /* vi: set sw=4 ts=4: */ |
2 | /* nohup - invoke a utility immune to hangups. | 2 | /* nohup - invoke a utility immune to hangups. |
3 | * | 3 | * |
4 | * Busybox version based on nohup specification at | 4 | * Busybox version based on nohup specification at |
diff --git a/coreutils/od.c b/coreutils/od.c index 13f91eec7..8cd34bb16 100644 --- a/coreutils/od.c +++ b/coreutils/od.c | |||
@@ -1,3 +1,4 @@ | |||
1 | /* vi: set sw=4 ts=4: */ | ||
1 | /* | 2 | /* |
2 | * od implementation for busybox | 3 | * od implementation for busybox |
3 | * Based on code from util-linux v 2.11l | 4 | * Based on code from util-linux v 2.11l |
diff --git a/coreutils/printenv.c b/coreutils/printenv.c index 079a62fe8..d4eb2435d 100644 --- a/coreutils/printenv.c +++ b/coreutils/printenv.c | |||
@@ -1,3 +1,4 @@ | |||
1 | /* vi: set sw=4 ts=4: */ | ||
1 | /* | 2 | /* |
2 | * printenv implementation for busybox | 3 | * printenv implementation for busybox |
3 | * | 4 | * |
diff --git a/coreutils/stat.c b/coreutils/stat.c index d58eae10e..7e39d5ecd 100644 --- a/coreutils/stat.c +++ b/coreutils/stat.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* vi:set ts=4:*/ | 1 | /* vi: set sw=4 ts=4: */ |
2 | /* | 2 | /* |
3 | * stat -- display file or file system status | 3 | * stat -- display file or file system status |
4 | * | 4 | * |
diff --git a/coreutils/uudecode.c b/coreutils/uudecode.c index bf03252ac..9dc5bb86d 100644 --- a/coreutils/uudecode.c +++ b/coreutils/uudecode.c | |||
@@ -1,3 +1,4 @@ | |||
1 | /* vi: set sw=4 ts=4: */ | ||
1 | /* | 2 | /* |
2 | * Copyright 2003, Glenn McGrath <bug1@iinet.net.au> | 3 | * Copyright 2003, Glenn McGrath <bug1@iinet.net.au> |
3 | * | 4 | * |