diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-12-18 14:06:03 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-12-18 14:06:03 +0000 |
commit | fb74a4508876d4e11a5d3444fe74d083354d081a (patch) | |
tree | 661b06aed50c423157b9f39bd40aba6e5dd46ad0 /docs/busybox_header.pod | |
parent | f3f9062ecfb6893ca55094861c0a5e9f5ddba607 (diff) | |
download | busybox-w32-fb74a4508876d4e11a5d3444fe74d083354d081a.tar.gz busybox-w32-fb74a4508876d4e11a5d3444fe74d083354d081a.tar.bz2 busybox-w32-fb74a4508876d4e11a5d3444fe74d083354d081a.zip |
Vodz' last_patch31
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
Diffstat (limited to 'docs/busybox_header.pod')
-rw-r--r-- | docs/busybox_header.pod | 27 |
1 files changed, 14 insertions, 13 deletions
diff --git a/docs/busybox_header.pod b/docs/busybox_header.pod index 764d6e35f..0ea7dbfe7 100644 --- a/docs/busybox_header.pod +++ b/docs/busybox_header.pod | |||
@@ -55,19 +55,20 @@ terse runtime description of their behavior. | |||
55 | 55 | ||
56 | Currently defined functions include: | 56 | Currently defined functions include: |
57 | 57 | ||
58 | adjtimex, ar, basename, busybox, cat, chgrp, chmod, chown, chroot, chvt, clear, | 58 | addgroup, adduser, adjtimex, ar, basename, busybox, cat, chgrp, chmod, |
59 | cmp, cp, cpio, cut, date, dc, dd, deallocvt, df, dirname, dmesg, dos2unix, dpkg, | 59 | chown, chroot, chvt, clear, cmp, cp, cpio, cut, date, dc, dd, deallocvt, |
60 | dpkg-deb, du, dumpkmap, dutmp, echo, expr, false, fbset, fdflush, find, free, | 60 | deluser, df, dirname, dmesg, dos2unix, dpkg, dpkg-deb, du, dumpkmap, dutmp, |
61 | freeramdisk, fsck.minix, getopt, grep, gunzip, gzip, halt, head, hostid, | 61 | echo, expr, false, fbset, fdflush, find, free, freeramdisk, fsck.minix, |
62 | hostname, id, ifconfig, init, insmod, kill, killall, klogd, length, ln, | 62 | getopt, getty, grep, gunzip, gzip, halt, head, hostid, hostname, id, |
63 | loadacm, loadfont, loadkmap, logger, logname, ls, lsmod, makedevs, md5sum, | 63 | ifconfig, init, insmod, kill, killall, klogd, length, ln, loadacm, |
64 | mkdir, mkfifo, mkfs.minix, mknod, mkswap, mktemp, more, mount, mt, mv, nc, | 64 | loadfont, loadkmap, logger, logname, ls, lsmod, makedevs, md5sum, mkdir, |
65 | nslookup, ping, pivot_root, poweroff, printf, ps, pwd, rdate, readlink, reboot, | 65 | mkfifo, mkfs.minix, mknod, mkswap, mktemp, more, mount, mt, mv, nc, |
66 | renice, reset, rm, rmdir, rmmod, route, rpm2cpio, sed, setkeycodes, | 66 | nslookup, ping, pivot_root, poweroff, printf, ps, pwd, rdate, readlink, |
67 | sh, sleep, sort, stty, swapoff, swapon, sync, syslogd, tail, tar, tee, telnet, | 67 | reboot, renice, reset, rm, rmdir, rmmod, route, rpm2cpio, sed, setkeycodes, |
68 | test, tftp, touch, tr, true, tty, umount, uname, uniq, unix2dos, update, uptime, | 68 | sh, sleep, sort, stty, swapoff, swapon, sync, syslogd, tail, tar, tee, |
69 | usleep, uudecode, uuencode, watchdog, wc, wget, which, whoami, xargs, yes, zcat, | 69 | telnet, test, tftp, touch, tr, true, tty, umount, uname, uniq, unix2dos, |
70 | [ | 70 | update, uptime, usleep, uudecode, uuencode, watchdog, wc, wget, which, |
71 | whoami, xargs, yes, zcat, [ | ||
71 | 72 | ||
72 | =over 4 | 73 | =over 4 |
73 | 74 | ||