Standardize on the vi editing directives being on the first line.

This commit is contained in:
"Robert P. J. Day"
2006-07-02 19:47:05 +00:00
parent 087b9d640e
commit 63fc1a9e08
284 changed files with 285 additions and 19 deletions

View File

@@ -1,4 +1,5 @@
/* vi: set ts=4:
/* vi: set sw=4 ts=4: */
/*
*
* dmesg - display/control kernel ring buffer.
*

View File

@@ -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<4D>kiewicz <misiek@pld.ORG.PL>

View File

@@ -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)

View File

@@ -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>

View File

@@ -1,3 +1,4 @@
/* vi: set sw=4 ts=4: */
/*
* hexdump implementation for busybox
* Based on code from util-linux v 2.11l

View File

@@ -1,3 +1,4 @@
/* vi: set sw=4 ts=4: */
/*
* ipcrm.c -- utility to allow removal of IPC objects and data structures.
*

View File

@@ -1,3 +1,4 @@
/* vi: set sw=4 ts=4: */
/*
* ipcs.c -- provides information on allocated ipc resources.
*

View File

@@ -1,3 +1,4 @@
/* vi: set sw=4 ts=4: */
/*
* Mini losetup implementation for busybox
*

View File

@@ -1,4 +1,5 @@
/* vi:set ts=4:
/* vi: set sw=4 ts=4: */
/*
*
* mdev - Mini udev for busybox
*

View File

@@ -1,3 +1,4 @@
/* vi: set sw=4 ts=4: */
/*
* readprofile.c - used to read /proc/profile
*

View File

@@ -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.