- wrap overlong lines (Cristian Ionescu-Idbohrn)

- s/\.  /. /g;# (me)
This commit is contained in:
Bernhard Reutner-Fischer 2008-07-22 18:27:53 +00:00
parent 08d120e6e1
commit 3e8669f359
18 changed files with 236 additions and 220 deletions

View File

@ -170,11 +170,12 @@ config FEATURE_SUID_CONFIG
An example might help:
[SUID]
su = ssx root.0 # applet su can be run by anyone and runs with euid=0/egid=0
su = ssx root.0 # applet su can be run by anyone and runs with
# euid=0/egid=0
su = ssx # exactly the same
mount = sx- root.disk # applet mount can be run by root and members of group disk
# and runs with euid=0
mount = sx- root.disk # applet mount can be run by root and members
# of group disk and runs with euid=0
cp = --- # disable applet cp for everyone
@ -193,8 +194,9 @@ config FEATURE_SUID_CONFIG_QUIET
default y
depends on FEATURE_SUID_CONFIG
help
/etc/busybox.conf should be readable by the user needing the SUID, check
this option to avoid users to be notified about missing permissions.
/etc/busybox.conf should be readable by the user needing the SUID,
check this option to avoid users to be notified about missing
permissions.
config SELINUX
bool "Support NSA Security Enhanced Linux"
@ -445,9 +447,10 @@ choice
want to properly set your environment, for example:
export DMALLOC_OPTIONS=debug=0x34f47d83,inter=100,log=logfile
The 'debug=' value is generated using the following command
dmalloc -p log-stats -p log-non-free -p log-bad-space -p log-elapsed-time \
-p check-fence -p check-heap -p check-lists -p check-blank \
-p check-funcs -p realloc-copy -p allow-free-null
dmalloc -p log-stats -p log-non-free -p log-bad-space \
-p log-elapsed-time -p check-fence -p check-heap \
-p check-lists -p check-blank -p check-funcs -p realloc-copy \
-p allow-free-null
Electric-fence support:
-----------------------
@ -509,8 +512,8 @@ config INSTALL_APPLET_SYMLINKS
config INSTALL_APPLET_HARDLINKS
bool "as hard-links"
help
Install applets as hard-links to the busybox binary. This might count
on a filesystem with few inodes.
Install applets as hard-links to the busybox binary. This might
count on a filesystem with few inodes.
config INSTALL_APPLET_SCRIPT_WRAPPERS
bool "as script wrappers"
@ -546,7 +549,8 @@ config INSTALL_SH_APPLET_HARDLINK
config INSTALL_SH_APPLET_SCRIPT_WRAPPER
bool "as script wrapper"
help
Install /bin/sh applet as script wrapper that call the busybox binary.
Install /bin/sh applet as script wrapper that call the busybox
binary.
endchoice

View File

@ -33,8 +33,8 @@ config FEATURE_AR_LONG_FILENAMES
default n
depends on AR
help
By default the ar format can only store the first 15 characters of the
filename, this option removes that limitation.
By default the ar format can only store the first 15 characters of
the filename, this option removes that limitation.
It supports the GNU ar long filename method which moves multiple long
filenames into a the data section of a new ar entry.
@ -68,15 +68,15 @@ config CPIO
bool "cpio"
default n
help
cpio is an archival utility program used to create, modify, and extract
contents from archives.
cpio is an archival utility program used to create, modify, and
extract contents from archives.
cpio has 110 bytes of overheads for every stored file.
This implementation of cpio can extract cpio archives created in the
"newc" or "crc" format, it cannot create or modify them.
Unless you have a specific application which requires cpio, you should
probably say N here.
Unless you have a specific application which requires cpio, you
should probably say N here.
config FEATURE_CPIO_O
bool "Support for archive creation"
@ -100,7 +100,8 @@ config DPKG_DEB
bool "dpkg_deb"
default n
help
dpkg-deb packs, unpacks and provides information about Debian archives.
dpkg-deb packs, unpacks and provides information about Debian
archives.
This implementation of dpkg-deb cannot pack archives.
@ -112,9 +113,10 @@ config FEATURE_DPKG_DEB_EXTRACT_ONLY
default n
depends on DPKG_DEB
help
This reduces dpkg-deb to the equivalent of "ar -p <deb> data.tar.gz | tar -zx".
However it saves space as none of the extra dpkg-deb, ar or tar options are
needed, they are linked to internally.
This reduces dpkg-deb to the equivalent of
"ar -p <deb> data.tar.gz | tar -zx". However it saves space as none
of the extra dpkg-deb, ar or tar options are needed, they are linked
to internally.
config GUNZIP
bool "gunzip"
@ -240,8 +242,9 @@ config FEATURE_TAR_OLDSUN_COMPATIBILITY
depends on TAR
help
This option is required to unpack archives created by some old
version of Sun's tar (it was calculating checksum using signed arithmetic).
It is said to be fixed in newer Sun tar, but "old" tarballs still exist.
version of Sun's tar (it was calculating checksum using signed
arithmetic). It is said to be fixed in newer Sun tar, but "old"
tarballs still exist.
config FEATURE_TAR_GNU_EXTENSIONS
bool "Support for GNU tar extensions (long filenames)"
@ -322,18 +325,19 @@ config FEATURE_DEB_TAR_GZ
help
This is the default compression method inside the debian ar file.
If you want compatibility with standard .deb's you should say yes here.
If you want compatibility with standard .deb's you should say yes
here.
config FEATURE_DEB_TAR_BZ2
bool "bzip2 debian packages"
default n
depends on DPKG || DPKG_DEB
help
This allows dpkg and dpkg-deb to extract deb's that are compressed internally
with bzip2 instead of gzip.
This allows dpkg and dpkg-deb to extract deb's that are compressed
internally with bzip2 instead of gzip.
You only want this if you are creating your own custom debian packages that
use an internal control.tar.bz2 or data.tar.bz2.
You only want this if you are creating your own custom debian
packages that use an internal control.tar.bz2 or data.tar.bz2.
config FEATURE_DEB_TAR_LZMA
bool "lzma debian packages"

View File

@ -117,7 +117,8 @@ config FEATURE_DD_SIGNAL_HANDLING
print to standard error the number of records read and written
so far, then to resume copying.
$ dd if=/dev/zero of=/dev/null& pid=$! $ kill -USR1 $pid; sleep 1; kill $pid
$ dd if=/dev/zero of=/dev/null&
$ pid=$! kill -USR1 $pid; sleep 1; kill $pid
10899206+0 records in 10899206+0 records out
config FEATURE_DD_IBS_OBS
@ -753,7 +754,7 @@ config FEATURE_WC_LARGE
default n
depends on WC
help
Use "unsigned long long" in wc for count variables
Use "unsigned long long" in wc for count variables.
config WHO
bool "who"

View File

@ -26,8 +26,8 @@ config RUN_PARTS
It is useful to set up a directory like cron.daily, where you need to
execute all the scripts in that directory.
In this implementation of run-parts some features (such as report mode)
are not implemented.
In this implementation of run-parts some features (such as report
mode) are not implemented.
Unless you know that run-parts is used in some of your scripts
you can safely say N here.

View File

@ -558,7 +558,8 @@ config FEATURE_IPCALC_FANCY
default y
depends on IPCALC
help
Adds the options hostname, prefix and silent to the output of "ipcalc".
Adds the options hostname, prefix and silent to the output of
"ipcalc".
config FEATURE_IPCALC_LONG_OPTIONS
bool "Enable long options"
@ -688,7 +689,8 @@ config SLATTACH
bool "slattach"
default n
help
slattach is a small utility to attach network interfaces to serial lines.
slattach is a small utility to attach network interfaces to serial
lines.
config TELNET
bool "telnet"
@ -900,12 +902,14 @@ config TCPSVD
bool "tcpsvd"
default n
help
tcpsvd listens on a TCP port and runs a program for each new connection
tcpsvd listens on a TCP port and runs a program for each new
connection.
config UDPSVD
bool "udpsvd"
default n
help
udpsvd listens on an UDP port and runs a program for each new connection
udpsvd listens on an UDP port and runs a program for each new
connection.
endmenu

View File

@ -23,7 +23,8 @@ config FEATURE_DMESG_PRETTY
depends on DMESG
help
If you wish to scrub the syslog level from the output, say 'Y' here.
The syslog level is a string prefixed to every line with the form "<#>".
The syslog level is a string prefixed to every line with the form
"<#>".
With this option you will see:
# dmesg
@ -188,8 +189,8 @@ config MKFS_MINIX
default n
help
The minix filesystem is a nice, small, compact, read-write filesystem
with little overhead. If you wish to be able to create minix filesystems
this utility will do the job for you.
with little overhead. If you wish to be able to create minix
filesystems this utility will do the job for you.
comment "Minix filesystem support"
depends on FSCK_MINIX || MKFS_MINIX
@ -199,9 +200,9 @@ config FEATURE_MINIX2
default y
depends on FSCK_MINIX || MKFS_MINIX
help
If you wish to be able to create version 2 minix filesystems, enable this.
If you enabled 'mkfs_minix' then you almost certainly want to be using the
version 2 filesystem support.
If you wish to be able to create version 2 minix filesystems, enable
this. If you enabled 'mkfs_minix' then you almost certainly want to
be using the version 2 filesystem support.
config GETOPT
bool "getopt"
@ -326,7 +327,8 @@ config FEATURE_MDEV_RENAME_REGEXP
default n
depends on FEATURE_MDEV_RENAME
help
Add support for regular expressions substitutions when renaming device.
Add support for regular expressions substitutions when renaming
device.
config FEATURE_MDEV_EXEC
bool "Support command execution at device addition/removal"
@ -773,10 +775,10 @@ config UMOUNT
bool "umount"
default n
help
When you want to remove a mounted filesystem from its current mount point,
for example when you are shutting down the system, the 'umount' utility is
the tool to use. If you enabled the 'mount' utility, you almost certainly
also want to enable 'umount'.
When you want to remove a mounted filesystem from its current mount
point, for example when you are shutting down the system, the
'umount' utility is the tool to use. If you enabled the 'mount'
utility, you almost certainly also want to enable 'umount'.
config FEATURE_UMOUNT_ALL
bool "Support option -a"
@ -794,10 +796,11 @@ config FEATURE_MOUNT_LOOP
depends on MOUNT || UMOUNT
help
Enabling this feature allows automatic mounting of files (containing
filesystem images) via the linux kernel's loopback devices. The mount
command will detect you are trying to mount a file instead of a block
device, and transparently associate the file with a loopback device.
The umount command will also free that loopback device.
filesystem images) via the linux kernel's loopback devices.
The mount command will detect you are trying to mount a file instead
of a block device, and transparently associate the file with a
loopback device. The umount command will also free that loopback
device.
You can still use the 'losetup' utility (to manually associate files
with loop devices) if you need to do something advanced, such as