whitespace and comment format fixes, no code changes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2017-10-05 15:19:25 +02:00
parent 416899fca6
commit a02a4e9830
28 changed files with 22 additions and 38 deletions

View File

@ -6,7 +6,6 @@
*
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
/* Mar 16, 2003 Manuel Novoa III (mjn3@codepoet.org)
*
* Changes:

View File

@ -1,5 +1,6 @@
/* vi: set sw=4 ts=4: */
/* fold -- wrap each input line to fit in specified width.
/*
* fold -- wrap each input line to fit in specified width.
*
* Written by David MacKenzie, djm@gnu.ai.mit.edu.
* Copyright (C) 91, 1995-2002 Free Software Foundation, Inc.

View File

@ -2,7 +2,6 @@
/*
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
#ifndef COREUTILS_H
#define COREUTILS_H 1

View File

@ -17,9 +17,7 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
*/
#include "libbb.h"
#include "coreutils.h"

View File

@ -17,9 +17,7 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
*/
#include "libbb.h"
#include "coreutils.h"

View File

@ -2,13 +2,11 @@
/*
* Mini mktemp implementation for busybox
*
*
* Copyright (C) 2000 by Daniel Jacobowitz
* Written by Daniel Jacobowitz <dan@debian.org>
*
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
/* Coreutils 6.12 man page says:
* mktemp [OPTION]... [TEMPLATE]
* Create a temporary file or directory, safely, and print its name. If

View File

@ -1,5 +1,6 @@
/* vi: set sw=4 ts=4: */
/* nohup - invoke a utility immune to hangups.
/*
* nohup - invoke a utility immune to hangups.
*
* Busybox version based on nohup specification at
* http://www.opengroup.org/onlinepubs/007904975/utilities/nohup.html

View File

@ -1,5 +1,6 @@
/* vi: set sw=4 ts=4: */
/* printf - format and print data
/*
* printf - format and print data
*
* Copyright 1999 Dave Cinege
* Portions copyright (C) 1990-1996 Free Software Foundation, Inc.

View File

@ -1,5 +1,6 @@
/* vi: set sw=4 ts=4: */
/* Mar 16, 2003 Manuel Novoa III (mjn3@codepoet.org)
/*
* Mar 16, 2003 Manuel Novoa III (mjn3@codepoet.org)
*
* Now does proper error checking on output and returns a failure exit code
* if one or more paths cannot be resolved.

View File

@ -1,5 +1,6 @@
/* vi: set sw=4 ts=4: */
/* stty -- change and print terminal line settings
/*
* stty -- change and print terminal line settings
* Copyright (C) 1990-1999 Free Software Foundation, Inc.
*
* Licensed under GPLv2 or later, see file LICENSE in this source tree.

View File

@ -2,7 +2,7 @@
/*
* Mini tr implementation for busybox
*
** Copyright (c) 1987,1997, Prentice Hall All rights reserved.
* Copyright (c) 1987,1997, Prentice Hall All rights reserved.
*
* The name of Prentice Hall may not be used to endorse or promote
* products derived from this software without specific prior

View File

@ -1,5 +1,6 @@
/* vi: set sw=4 ts=4: */
/* uname -- print system information
/*
* uname -- print system information
* Copyright (C) 1989-1999 Free Software Foundation, Inc.
*
* Licensed under GPLv2 or later, see file LICENSE in this source tree.

View File

@ -1,5 +1,6 @@
/* vi: set sw=4 ts=4: */
/* unlink for busybox
/*
* unlink for busybox
*
* Copyright (C) 2014 Isaac Dunham <ibid.ag@gmail.com>
*

View File

@ -1,5 +1,5 @@
/* vi: set sw=4 ts=4: */
/*----------------------------------------------------------------------
/*
* Mini who is used to display user name, login time,
* idle time and host name.
*
@ -13,8 +13,6 @@
* Copyright (c) 2002 AYR Networks, Inc.
*
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*
*----------------------------------------------------------------------
*/
//config:config WHO
//config: bool "who (3.7 kb)"