diff options
author | "Robert P. J. Day" <rpjday@mindspring.com> | 2006-07-02 19:47:05 +0000 |
---|---|---|
committer | "Robert P. J. Day" <rpjday@mindspring.com> | 2006-07-02 19:47:05 +0000 |
commit | 63fc1a9e08fabfc8ba96bad80731673ef40bf5cb (patch) | |
tree | 281a0ba5d442380d600e78ee09a775a2181dc55f /util-linux | |
parent | 087b9d640ed66f37249c09885fa86b27a78554c7 (diff) | |
download | busybox-w32-63fc1a9e08fabfc8ba96bad80731673ef40bf5cb.tar.gz busybox-w32-63fc1a9e08fabfc8ba96bad80731673ef40bf5cb.tar.bz2 busybox-w32-63fc1a9e08fabfc8ba96bad80731673ef40bf5cb.zip |
Standardize on the vi editing directives being on the first line.
Diffstat (limited to 'util-linux')
-rw-r--r-- | util-linux/dmesg.c | 3 | ||||
-rw-r--r-- | util-linux/fdformat.c | 1 | ||||
-rw-r--r-- | util-linux/fdisk.c | 1 | ||||
-rw-r--r-- | util-linux/getopt.c | 1 | ||||
-rw-r--r-- | util-linux/hexdump.c | 1 | ||||
-rw-r--r-- | util-linux/ipcrm.c | 1 | ||||
-rw-r--r-- | util-linux/ipcs.c | 1 | ||||
-rw-r--r-- | util-linux/losetup.c | 1 | ||||
-rw-r--r-- | util-linux/mdev.c | 3 | ||||
-rw-r--r-- | util-linux/readprofile.c | 1 | ||||
-rw-r--r-- | util-linux/switch_root.c | 2 |
11 files changed, 13 insertions, 3 deletions
diff --git a/util-linux/dmesg.c b/util-linux/dmesg.c index 6adba159a..cf3ed6523 100644 --- a/util-linux/dmesg.c +++ b/util-linux/dmesg.c | |||
@@ -1,4 +1,5 @@ | |||
1 | /* vi: set ts=4: | 1 | /* vi: set sw=4 ts=4: */ |
2 | /* | ||
2 | * | 3 | * |
3 | * dmesg - display/control kernel ring buffer. | 4 | * dmesg - display/control kernel ring buffer. |
4 | * | 5 | * |
diff --git a/util-linux/fdformat.c b/util-linux/fdformat.c index 691280833..f94d455c9 100644 --- a/util-linux/fdformat.c +++ b/util-linux/fdformat.c | |||
@@ -1,3 +1,4 @@ | |||
1 | /* vi: set sw=4 ts=4: */ | ||
1 | /* fdformat.c - Low-level formats a floppy disk - Werner Almesberger */ | 2 | /* fdformat.c - Low-level formats a floppy disk - Werner Almesberger */ |
2 | 3 | ||
3 | /* 1999-02-22 Arkadiusz Mi�kiewicz <misiek@pld.ORG.PL> | 4 | /* 1999-02-22 Arkadiusz Mi�kiewicz <misiek@pld.ORG.PL> |
diff --git a/util-linux/fdisk.c b/util-linux/fdisk.c index 872581ca2..1c935463e 100644 --- a/util-linux/fdisk.c +++ b/util-linux/fdisk.c | |||
@@ -1,3 +1,4 @@ | |||
1 | /* vi: set sw=4 ts=4: */ | ||
1 | /* fdisk.c -- Partition table manipulator for Linux. | 2 | /* fdisk.c -- Partition table manipulator for Linux. |
2 | * | 3 | * |
3 | * Copyright (C) 1992 A. V. Le Blanc (LeBlanc@mcc.ac.uk) | 4 | * Copyright (C) 1992 A. V. Le Blanc (LeBlanc@mcc.ac.uk) |
diff --git a/util-linux/getopt.c b/util-linux/getopt.c index 005af8fa8..fab8f8398 100644 --- a/util-linux/getopt.c +++ b/util-linux/getopt.c | |||
@@ -1,3 +1,4 @@ | |||
1 | /* vi: set sw=4 ts=4: */ | ||
1 | /* | 2 | /* |
2 | * getopt.c - Enhanced implementation of BSD getopt(1) | 3 | * getopt.c - Enhanced implementation of BSD getopt(1) |
3 | * Copyright (c) 1997, 1998, 1999, 2000 Frodo Looijaard <frodol@dds.nl> | 4 | * Copyright (c) 1997, 1998, 1999, 2000 Frodo Looijaard <frodol@dds.nl> |
diff --git a/util-linux/hexdump.c b/util-linux/hexdump.c index 2181b846d..12f540a53 100644 --- a/util-linux/hexdump.c +++ b/util-linux/hexdump.c | |||
@@ -1,3 +1,4 @@ | |||
1 | /* vi: set sw=4 ts=4: */ | ||
1 | /* | 2 | /* |
2 | * hexdump implementation for busybox | 3 | * hexdump 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/util-linux/ipcrm.c b/util-linux/ipcrm.c index f4abf6839..2e164b8b3 100644 --- a/util-linux/ipcrm.c +++ b/util-linux/ipcrm.c | |||
@@ -1,3 +1,4 @@ | |||
1 | /* vi: set sw=4 ts=4: */ | ||
1 | /* | 2 | /* |
2 | * ipcrm.c -- utility to allow removal of IPC objects and data structures. | 3 | * ipcrm.c -- utility to allow removal of IPC objects and data structures. |
3 | * | 4 | * |
diff --git a/util-linux/ipcs.c b/util-linux/ipcs.c index 6efe3d2b6..fbc75cbee 100644 --- a/util-linux/ipcs.c +++ b/util-linux/ipcs.c | |||
@@ -1,3 +1,4 @@ | |||
1 | /* vi: set sw=4 ts=4: */ | ||
1 | /* | 2 | /* |
2 | * ipcs.c -- provides information on allocated ipc resources. | 3 | * ipcs.c -- provides information on allocated ipc resources. |
3 | * | 4 | * |
diff --git a/util-linux/losetup.c b/util-linux/losetup.c index c2d3339e0..3c979840f 100644 --- a/util-linux/losetup.c +++ b/util-linux/losetup.c | |||
@@ -1,3 +1,4 @@ | |||
1 | /* vi: set sw=4 ts=4: */ | ||
1 | /* | 2 | /* |
2 | * Mini losetup implementation for busybox | 3 | * Mini losetup implementation for busybox |
3 | * | 4 | * |
diff --git a/util-linux/mdev.c b/util-linux/mdev.c index 3c7cf7bd1..c77c122b5 100644 --- a/util-linux/mdev.c +++ b/util-linux/mdev.c | |||
@@ -1,4 +1,5 @@ | |||
1 | /* vi:set ts=4: | 1 | /* vi: set sw=4 ts=4: */ |
2 | /* | ||
2 | * | 3 | * |
3 | * mdev - Mini udev for busybox | 4 | * mdev - Mini udev for busybox |
4 | * | 5 | * |
diff --git a/util-linux/readprofile.c b/util-linux/readprofile.c index 1612d7147..8fe8787ba 100644 --- a/util-linux/readprofile.c +++ b/util-linux/readprofile.c | |||
@@ -1,3 +1,4 @@ | |||
1 | /* vi: set sw=4 ts=4: */ | ||
1 | /* | 2 | /* |
2 | * readprofile.c - used to read /proc/profile | 3 | * readprofile.c - used to read /proc/profile |
3 | * | 4 | * |
diff --git a/util-linux/switch_root.c b/util-linux/switch_root.c index 8e564f0bf..411b738f0 100644 --- a/util-linux/switch_root.c +++ b/util-linux/switch_root.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* vi:set ts=4:*/ | 1 | /* vi: set sw=4 ts=4: */ |
2 | /* Copyright 2005 Rob Landley <rob@landley.net> | 2 | /* Copyright 2005 Rob Landley <rob@landley.net> |
3 | * | 3 | * |
4 | * Switch from rootfs to another filesystem as the root of the mount tree. | 4 | * Switch from rootfs to another filesystem as the root of the mount tree. |