Check one and only one of start, stop are given.
[oweals/busybox.git] / docs / busybox.sgml
index 1d2e9268a4d259ff6c712791ae4703a9c03111ef..b54d68ee58e01a469c842fa177156c92fc60e631 100644 (file)
                halt, hdparm, head, hexdump, hostid, hostname, httpd, hush, hwclock, 
                id, ifconfig, ifdown, ifup, inetd, init, insmod, ip, ipcalc, iplink,
                iproute, iptunnel, kill, killall, klogd, lash, length, linuxrc,
-               ln, loadacm, loadfont, loadkmap, logger, login, logname, logread,
+               ln, loadfont, loadkmap, logger, login, logname, logread,
                losetup, ls, lsmod, makedevs, md5sum, mesg, minit, mkdir, mkfifo,
                mkfs.minix, mknod, mkswap, mktemp, modprobe, more, mount, msh,
                msvc, mt, mv, nameif, nc, netstat, nslookup, od, openvt, passwd,
                </para>
        </sect1>
 
-       <sect1 id="loadacm">
-           <title>loadacm</title>
-
-               <para>
-               Usage: loadacm
-               </para>
-
-               <para>
-               Load an acm from stdin.
-               </para>
-
-               <para>
-               Example:
-               </para>
-
-               <para>
-               <screen>
-                       $ loadacm &lt; /etc/i18n/acmname
-               </screen>
-               </para>
-       </sect1>
-
        <sect1 id="loadfont">
            <title>loadfont</title>
 
                </para>
        </sect1>
 
+       <sect1 id="logread">
+           <title>logread</title>
+
+               <para>
+               Usage: logread [OPTION]...
+               </para>
+
+               <para>
+               Shows the messages from syslogd (using circular buffer).
+               </para>
+
+               <para>
+               Options:
+               </para>
+
+               <para>
+               <screen>
+                       -f      Output data as the log grows.
+               </screen>
+               </para>
+
+               <para>
+               Example:
+               </para>
+
+               <para>
+               <screen>
+                       $ logread
+               </screen>
+               </para>
+       </sect1>
+
        <sect1 id="ls">
            <title>ls</title>
 
                        -O FILE Use an alternate log file (default=/var/log/messages)
                        -R HOST[:PORT] Log remotely to IP or hostname on PORT (default PORT=514/UDP)
                        -L      Log locally as well as network logging (default is network only)
-                       -C      Log to a circular buffer. Read this buffer using 'logread'
+                       -C [size(KiB)] Log to a circular buffer. Read this buffer using 'logread'
                </screen>
                </para>