aboutsummaryrefslogtreecommitdiff
path: root/docs/busybox_footer.pod (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fixes up to 1.6.1Nguyễn Thái Ngọc Duy2009-04-231-1/+1
|
* - not sure if we want a timestamp there, so put one inaldot2007-01-221-0/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@17465 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - sed -i -e "/\$Id:/d;"aldot2007-01-221-1/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@17464 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Put up BusyBox 1.2.2 and get out of Denis' way. Also minor tweak to landley2006-10-241-1/+1
| | | | | | | | autodocifier.pl so USAGE_ macros that haven't been converted to USE_ yet get correctly stripped out when generating BusyBox.html. git-svn-id: svn://busybox.net/trunk/busybox@16432 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Rob Landley is busybox maintainer now. Eeek.landley2006-02-141-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14008 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Sync my tasks with AUTHORS filebug12004-04-251-2/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@8783 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Update my email address, document some of my tasks in the AUTHORS filebug12004-04-251-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@8782 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Put the glibc nss junk back at the endandersen2004-04-131-1/+24
| | | | git-svn-id: svn://busybox.net/trunk/busybox@8750 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Yet more doc updatesandersen2004-04-061-24/+99
| | | | git-svn-id: svn://busybox.net/trunk/busybox@8710 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Update docsandersen2004-03-271-19/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@8661 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix some doc generation problemsandersen2004-03-131-6/+5
| | | | git-svn-id: svn://busybox.net/trunk/busybox@8626 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Update a bunch of docs. Run a script to update my email addr.andersen2003-07-141-5/+5
| | | | git-svn-id: svn://busybox.net/trunk/busybox@7061 69ca8d6d-28ef-0310-b511-8ec308f3f277
* last_patch83 by Vladimir N. Oleynikbug12003-02-101-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6558 69ca8d6d-28ef-0310-b511-8ec308f3f277
* New applet, inetd, make httpd features more configurable, update authors, ↵bug12003-02-091-3/+9
| | | | | | | | | last_patch_80 from Vladimir N. Oleynik git-svn-id: svn://busybox.net/trunk/busybox@6544 69ca8d6d-28ef-0310-b511-8ec308f3f277
* fdisk applet by Vladimir N. Oleynikbug12002-11-261-2/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6025 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Rewrite of xargs by Vladimir N. Oleynikbug12002-11-101-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@5901 69ca8d6d-28ef-0310-b511-8ec308f3f277
* last_patch63 from vodz: add in crond and crontab appletsandersen2002-10-221-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@5686 69ca8d6d-28ef-0310-b511-8ec308f3f277
* last_patch58 from vodz:andersen2002-09-301-2/+3
| | | | | | | | | | Ok. I generate patch for include to busybox-devel my work with top (original author give me maintaining) and telnetd (my support and unofficial maintaining) applets. Docs changes also: added awk, netstat, time applets to list ;) git-svn-id: svn://busybox.net/trunk/busybox@5614 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Vodz' last_patch31andersen2001-12-181-2/+2
| | | | | | | | | | | | | | | | Very minimal last corrections: 1) busybox.c: fix warining 2) docs/: add applets for list from pwd_grp 3) usage.h: add -n option for route 4) run_parts.c: many todo fix for busybox style 5) addgroup.c: add #ifdef CONFIG_FEATURE_SHADOWPASSWDS, reduce one perror_msg 6) adduser.c: fix bug "variable i not initialize" and add #ifdef CONFIG_FEATURE_SHADOWPASSWDS git-svn-id: svn://busybox.net/trunk/busybox@3900 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - usage.hbeppu2001-04-171-7/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | o echo_example_usage needed to escape some backslashes in an inner quote o find_full_usage missing a \n at the end of the -name line ? getopt_full_usage the -o line has tab issues, but I didn't fix them. o length_example_usage removed some double-quotes that were within an inner quotes o printf_example_usage needed to escape a backslash in an inner quote o sort_example_usage needed to escape some backslashes and double quotes in an inner quote o tftp_full_usage s/nameing/naming/; o umount_full_usage remove colons after options for consistency w/ other full_usage messages o uniq_example_usage needed to escape some backslashes and double quotes in an inner quote - TODO xargs -l ? - docs/autodocifier.pl POD && comment updates - docs/busybox_footer.pod added Larry Doolittle and Sterling Huxley git-svn-id: svn://busybox.net/trunk/busybox@2357 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix warning generated by pod2html about unterminated list.kraai2001-04-091-1/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2291 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Apply Vladimir's latest cleanup patch.andersen2001-04-091-1/+8
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@2288 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - split busybox.pod into a header and footer.beppu2001-04-051-0/+147
the body will be generated by docs/autodocifier.pl git-svn-id: svn://busybox.net/trunk/busybox@2259 69ca8d6d-28ef-0310-b511-8ec308f3f277