aboutsummaryrefslogtreecommitdiff
path: root/util-linux
diff options
context:
space:
mode:
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
commit63fc1a9e08fabfc8ba96bad80731673ef40bf5cb (patch)
tree281a0ba5d442380d600e78ee09a775a2181dc55f /util-linux
parent087b9d640ed66f37249c09885fa86b27a78554c7 (diff)
downloadbusybox-63fc1a9e08fabfc8ba96bad80731673ef40bf5cb.tar.gz
Standardize on the vi editing directives being on the first line.
Diffstat (limited to 'util-linux')
-rw-r--r--util-linux/dmesg.c3
-rw-r--r--util-linux/fdformat.c1
-rw-r--r--util-linux/fdisk.c1
-rw-r--r--util-linux/getopt.c1
-rw-r--r--util-linux/hexdump.c1
-rw-r--r--util-linux/ipcrm.c1
-rw-r--r--util-linux/ipcs.c1
-rw-r--r--util-linux/losetup.c1
-rw-r--r--util-linux/mdev.c3
-rw-r--r--util-linux/readprofile.c1
-rw-r--r--util-linux/switch_root.c2
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 @@
-/* vi: set ts=4:
+/* vi: set sw=4 ts=4: */
+/*
*
* dmesg - display/control kernel ring buffer.
*
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 @@
+/* vi: set sw=4 ts=4: */
/* fdformat.c - Low-level formats a floppy disk - Werner Almesberger */
/* 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 @@
+/* vi: set sw=4 ts=4: */
/* fdisk.c -- Partition table manipulator for Linux.
*
* 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 @@
+/* vi: set sw=4 ts=4: */
/*
* getopt.c - Enhanced implementation of BSD getopt(1)
* 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 @@
+/* vi: set sw=4 ts=4: */
/*
* hexdump implementation for busybox
* 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 @@
+/* vi: set sw=4 ts=4: */
/*
* ipcrm.c -- utility to allow removal of IPC objects and data structures.
*
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 @@
+/* vi: set sw=4 ts=4: */
/*
* ipcs.c -- provides information on allocated ipc resources.
*
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 @@
+/* vi: set sw=4 ts=4: */
/*
* Mini losetup implementation for busybox
*
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 @@
-/* vi:set ts=4:
+/* vi: set sw=4 ts=4: */
+/*
*
* mdev - Mini udev for busybox
*
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 @@
+/* vi: set sw=4 ts=4: */
/*
* readprofile.c - used to read /proc/profile
*
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 @@
-/* vi:set ts=4:*/
+/* vi: set sw=4 ts=4: */
/* Copyright 2005 Rob Landley <rob@landley.net>
*
* Switch from rootfs to another filesystem as the root of the mount tree.