aboutsummaryrefslogtreecommitdiff
path: root/docs/busybox.pod (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* More doc updatesEric Andersen2000-07-041-137/+137
| | | | -Erik
* Fixed segfault with 'cut -f 1 -d:' and added 'cut -s' suport.Eric Andersen2000-06-261-6/+7
| | | | | Fix thanks to Arne Bernin <arne@matrix.loopback.org> -Erik
* Document 'ln --'Eric Andersen2000-06-211-1/+2
| | | | -Erik
* Documented "which"Pavel Roskin2000-06-211-1/+14
|
* Removed trailing spacesPavel Roskin2000-06-211-15/+15
|
* Add in telnet docs.Eric Andersen2000-06-211-1/+10
| | | | -Erik
* Add insmod docsEric Andersen2000-06-211-1/+16
| | | | -Erik
* Updated the list of supported commandsPavel Roskin2000-06-211-11/+11
|
* Removed all vestiges of "math"Pavel Roskin2000-06-211-4/+4
|
* + added dc (aka the function formerly known as math)John Beppu2000-06-211-24/+27
| | | | + did all the housekeeping that this change requires.
* Updated e-mail address of Pavel Roskin to proski@gnu.orgPavel Roskin2000-06-201-2/+2
|
* Ran it through a spell checker and fixed the spelling errors.Eric Andersen2000-06-161-12/+12
| | | | -Erik
* Add new apps md5sum uudecode uuencode, fix some minor formatting things.Eric Andersen2000-06-131-6/+75
| | | | -Erik
* + updated docs to reflect math's filter capabilities.John Beppu2000-06-121-2/+5
|
* My pod2man (perl-5.00503) complains if there is no newline after "Options:"Pavel Roskin2000-06-071-1/+2
|
* Syslogd will not go to background if "-n" is given. Better helpPavel Roskin2000-06-071-6/+5
| | | | and argument checking
* Implemented "ping -s", fixed error messages and argument parsingPavel Roskin2000-06-071-1/+2
|
* * Fixed 'swapon -a' and 'swapoff -a', which were broken.Eric Andersen2000-06-071-2/+3
| | | | | | * Fixed 'mount -a' so it works as expected. * Implemented 'ls -R' (enabled by enabling BB_FEATURE_LS_RECURSIVE) -Erik
* Fixed a bunch of stuff:Eric Andersen2000-06-061-2/+3
| | | | | | | | | | * Fixed segfault caused by "touch -c" * Fixed segfault caused by "rm -f" * Fixed segfault caused by "ln -s -s" and similar abuses. * Fixed segfault caused by "cp -a -a" and similar abuses. * Implemented "rm -- <foo>" updated docs accordingly. -Erik
* Fix spelling errorEric Andersen2000-06-051-3/+3
| | | | -Erik
* A number of additional fixed from Pavel Roskin, note some more bugs in theEric Andersen2000-06-021-3/+23
| | | | | | TODO list. Add Glenn to the Authors list for writing a mini ar for BusyBox, which is now included. -Erik
* Acknowledge contributions of Pavel Roskin, and fix doc buildingEric Andersen2000-06-021-1/+5
| | | | | so the html goes into the website directory. -Erik
* More doc updatesErik Andersen2000-05-131-10/+51
| | | | -Erik
* Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELPErik Andersen2000-05-121-6/+6
| | | | | | | | which lets you compile out most of the "--help" output, saving up to 17k. Renamed mnc to nc. -Erik
* Add suffix stripping support to basenameErik Andersen2000-05-101-3/+6
| | | | -Erik
* Add support for "noatime" and "nodiratime" mount flags to mount.Erik Andersen2000-05-051-18/+20
| | | | | | | Change umount "-f" to mean force, and actually use umount2. Change umount "-l" to mean "Do not free loop device". Updates docs accordingly. -Erik
* More formatting bugs fixedErik Andersen2000-05-021-4/+23
| | | | -Erik
* Bug fixes in the docsErik Andersen2000-05-021-2/+5
| | | | -Erik
* Document tr changeErik Andersen2000-05-011-4/+9
| | | | -Erik
* Latest and greatest. Some effort at libc5 (aiming towards newlib)Erik Andersen2000-04-281-4/+20
| | | | | compatability. -Erik
* Several more updatesErik Andersen2000-04-251-5/+21
| | | | -Erik
* + grep -v # yay!John Beppu2000-04-241-1/+2
|
* Some more updates and such...Erik Andersen2000-04-211-4/+4
| | | | -Erik
* Doc updatesErik Andersen2000-04-211-66/+79
| | | | -Erik
* Fix email address0_43Erik Andersen2000-04-191-3/+3
| | | | -Erik
* Minor doc changeErik Andersen2000-04-191-6/+6
| | | | -Erik
* More minor updates to docs (and making apps behave as the docsErik Andersen2000-04-191-4/+26
| | | | | suggest they should) -Erik
* UpdatesErik Andersen2000-04-181-6/+9
| | | | -Erik
* - removal of (stray|stealth) spacesJohn Beppu2000-04-171-2/+2
|
* Bugfixes.Erik Andersen2000-04-171-9/+6
| | | | -Erik
* More updates to the docs, and fixes to sync things with the docs.Erik Andersen2000-04-171-18/+115
| | | | -Erik
* + added John Lombardo to AUTHORS sectionJohn Beppu2000-04-171-1/+5
|
* + wrap things in B<> to make pod2man happyJohn Beppu2000-04-161-12/+17
|
* More documentation updates, and minor fixes to make things syncErik Andersen2000-04-151-63/+692
| | | | | up with the docs. -Erik
* + minor whitespace oddities removedJohn Beppu2000-04-131-12/+13
| | | | | + re-alphabetized AUTHORS section + added Id tag at bottom
* More doc updates for BusyBox, with fixes to apps for bugs revealedErik Andersen2000-04-131-268/+443
| | | | | while trying to write docs . :-) -Erik
* + a comment on line 1 w/ suggested pod2man invocation:John Beppu2000-04-131-0/+2
| | | | pod2man --center=Lineo --release="version 0.43" busybox.pod > busybox.1
* + formatting modifications to make pod2man(1p) happy.John Beppu2000-04-131-30/+41
|
* Some docsErik Andersen2000-04-131-67/+294
| | | | -Erik
* foreach (@busybox_command) {John Beppu2000-01-191-7/+428
| | | | | put_help_message_in_busybox_pod($_); }