Merge in two patches from Dave Cinege:
[oweals/busybox.git] / docs / busybox.sgml
index 8d03c9d132f617d37c21b70d62bf17f47294f54a..560bd61f6954afa74fc304f665c41107df9de1c7 100644 (file)
                </para>
 
                <para>
-               ar, basename, cat, chgrp, chmod, chown, chroot, chvt, clear, cp, cut, date,
-               dc, dd, deallocvt, df, dirname, dmesg, du, dutmp, echo, false, fbset,
-               fdflush, find, free, freeramdisk, fsck.minix, grep, gunzip, gzip, halt,
-               head, hostid, hostname, id, init, insmod, kill, killall, length, ln,
-               loadacm, loadfont, loadkmap, logger, logname, ls, lsmod, makedevs, mkdir,
-               mkfifo, mkfs.minix, mknod, mkswap, mktemp, more, mount, mt, mv, nc,
-               nslookup, ping, poweroff, printf, ps, pwd, reboot, rm, rmdir, rmmod, sed,
-               setkeycodes, sfdisk, sh, sleep, sort, swapoff, swapon, sync, syslogd, tail,
-               tar, tee, telnet, test, touch, tr, true, tty, umount, uname, uniq, update,
-               uptime, usleep, uudecode, uuencode, wc, which, whoami, yes, zcat, [
+               ar, basename, cat, chgrp, chmod, chown, chroot, chvt, clear,
+               cp, cut, date, dc, dd, deallocvt, df, dirname, dmesg, du,
+               dumpkmap, dutmp, echo, false, fbset, fdflush, find, free,
+               freeramdisk, fsck.minix, grep, gunzip, gzip, halt, head,
+               hostid, hostname, id, init, insmod, kill, killall, length, ln,
+               loadacm, loadfont, loadkmap, logger, logname, ls, lsmod,
+               makedevs, mkdir, mkfifo, mkfs.minix, mknod, mkswap, mktemp,
+               more, mount, mt, mv, nc, nslookup, ping, poweroff, printf, ps,
+               pwd, reboot, renice, rm, rmdir, rmmod, sed, setkeycodes, sh, sleep,
+               sort, swapoff, swapon, sync, syslogd, tail, tar, tee, telnet,
+               test, touch, tr, true, tty, umount, uname, uniq, update,
+               uptime, usleep, uudecode, uuencode, wc, which, whoami, yes,
+               zcat, [
                </para>
        </sect1>
 
                                -b LIST Output only bytes from LIST
                                -c LIST Output only characters from LIST
                                -d CHAR Use CHAR instead of tab as the field delimiter
-                               -s      Only output Lines if the include DELIM
+                               -s      Output only the lines containing delimiter
                                -f N    Print only these fields
                                -n      Ignored
                </screen>
                </para>
        </sect1>
 
+       <sect1 id="dumpkmap">
+           <title>dumpkmap</title>
+
+               <para>
+               Usage: dumpkmap
+               </para>
+
+               <para>
+               Prints out a binary keyboard translation table to standard input.
+               </para>
+       </sect1>
+
        <sect1 id="dutmp">
            <title>dutmp</title>
 
                </para>
        </sect1>
 
+       <sect1 id="renice">
+           <title>renice</title>
+
+               <para>
+               Usage: renice priority pid [pid ...]
+               </para>
+
+               <para>
+               Changes priority of running processes. Allowed priorities range
+               from 20 (the process runs only when nothing else is running) to 0
+               (default priority) to -20 (almost nothing else ever gets to run).
+               </para>
+       </sect1>
+
        <sect1 id="rm">
            <title>rm</title>
 
                </para>
        </sect1>
 
-       <sect1 id="sfdisk">
-           <title>sfdisk</title>
-
-               <para>
-               Usage: sfdisk [OPTION]... DEVICE
-               </para>
-
-               <para>
-               Partition DEVICE.
-               </para>
-
-               <para>
-               Options:
-               </para>
-
-               <para>
-               <screen>
-                       -s      List size of a partition
-                       -c      Print or change partition Id
-                       -l      List partitions of each device
-                       -d      Idem, but in a format suitable for later input
-                       -i      Number cylinders etc. from 1 instead of from 0
-                       -uS     Accept/report in units of sectors
-                       -uB     Accept/report in units of blocks
-                       -uC     Accept/report in units of cylinders
-                       -uM     Accept/report in units of MB
-                       -T      List the known partition types
-                       -D      For DOS-compatibility: waste a little space
-                       -R      Make kernel reread partition table
-                       -N NUM  Change only the partition with number NUM
-                       -n      Do not actually write to disk
-                       -O FILE Save the sectors that will be overwritten to FILE
-                       -I FILE Restore these sectors from FILE
-               </screen>
-               </para>
-
-               <para>
-               Dangerous options:
-               </para>
-
-               <para>
-               <screen>
-                       -g      Print the kernel's idea of the geometry
-                       -x      Also list extended partitions on output
-                               or expect descriptors for them on input
-                       -L      Do not complain about things irrelevant for Linux
-                       -q      Suppress warning messages
-               </screen>
-               </para>
-
-               <para>
-               You can override the detected geometry using:
-               </para>
-
-               <para>
-               <screen>
-                       -C NUM  Set the number of cylinders to use
-                       -H NUM  Set the number of heads to use
-                       -S NUM  Set the number of sectors to use
-               </screen>
-               </para>
-
-               <para>
-               You can disable all consistency checking with:
-               </para>
-
-               <para>
-               <screen>
-                       -f      Do what I say, even if it is stupid
-               </screen>
-               </para>
-       </sect1>
 
        <sect1 id="sh">
            <title>sh</title>
                        -n      Run as a foreground process
                        -K      Do not start up the klogd process
                        -O FILE Use an alternate log file (default=/var/log/messages)
+                       -R HOST[:PORT] Log messages to HOST on PORT (default=514) over UDP.
                </screen>
                </para>
 
 
                <para>
                <screen>
+               $ syslogd -R masterlog:514
+               $ syslogd -R 192.168.1.1:601
                </screen>
                </para>
        </sect1>
 
                <para>
                <screen>
-                       f FILE          Use FILE for tarfile (or stdin if '-')
-                       O               Extract to stdout
-                       --exclude FILE  Exclude FILE
-                       v               List files processed
+                       f FILE                  Use FILE for tarfile (or stdin if '-')
+                       O                               Extract to stdout
+                       exclude FILE    File to exclude
+                       v                               List files processed
                </screen>
                </para>