whitespace cleanup
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
#undef __GNUC_PREREQ
|
||||
#if defined __GNUC__ && defined __GNUC_MINOR__
|
||||
# define __GNUC_PREREQ(maj, min) \
|
||||
((__GNUC__ << 16) + __GNUC_MINOR__ >= ((maj) << 16) + (min))
|
||||
((__GNUC__ << 16) + __GNUC_MINOR__ >= ((maj) << 16) + (min))
|
||||
#else
|
||||
# define __GNUC_PREREQ(maj, min) 0
|
||||
#endif
|
||||
@@ -264,7 +264,7 @@ typedef unsigned long long int uintmax_t;
|
||||
#define MS_SHARED (1<<20)
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
#if !defined(BLKSSZGET)
|
||||
#define BLKSSZGET _IO(0x12, 104)
|
||||
#endif
|
||||
|
||||
@@ -499,9 +499,9 @@ USE_FEATURE_DATE_ISOFMT( \
|
||||
"\t-s SIZE\t\tUse a buffer of size SIZE"
|
||||
|
||||
#define dnsd_trivial_usage \
|
||||
"[-c config] [-t seconds] [-p port] [-i iface-ip] [-d]"
|
||||
"[-c config] [-t seconds] [-p port] [-i iface-ip] [-d]"
|
||||
#define dnsd_full_usage \
|
||||
"Small and static DNS server daemon\n\n" \
|
||||
"Small and static DNS server daemon\n\n" \
|
||||
"Options:\n" \
|
||||
"\t-c\t\tconfig filename\n" \
|
||||
"\t-t\t\tTTL in seconds\n" \
|
||||
@@ -2058,7 +2058,7 @@ USE_FEATURE_MDEV_CONFIG( \
|
||||
"$ mount /tmp/diskimage /opt -t ext2 -o loop\n" \
|
||||
"$ mount cd_image.iso mydir\n"
|
||||
#define mount_notes_usage \
|
||||
"Returns 0 for success, number of failed mounts for -a, or errno for one mount."
|
||||
"Returns 0 for success, number of failed mounts for -a, or errno for one mount."
|
||||
|
||||
#define mountpoint_trivial_usage \
|
||||
"[-q] <[-d] DIR | -x DEVICE>"
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
*
|
||||
* Based in part on code from sash, Copyright (c) 1999 by David I. Bell
|
||||
* Permission has been granted to redistribute this code under the GPL.
|
||||
*
|
||||
*
|
||||
* Licensed under GPLv2 or later, see file License in this tarball for details.
|
||||
*/
|
||||
#ifndef __BB_REGEX__
|
||||
|
||||
Reference in New Issue
Block a user