More minor updates to docs (and making apps behave as the docs
[oweals/busybox.git] / docs / busybox.pod
index 9926cffd28c58e4fe3ff9de5af366aeaf70f41b4..0a61839e4e5e4bf8ac835b4add6fc34281f74aa3 100644 (file)
@@ -68,7 +68,7 @@ Example:
 
 -------------------------------
 
-=item cat
+=item cat  
 
 Usage: cat [file ...]
 
@@ -86,11 +86,11 @@ Example:
 Usage: chgrp [OPTION]... GROUP FILE...
 
 Change the group membership of each FILE to GROUP.
+
 Options:
 
        -R      change files and directories recursively
+
 Example:
 
        $ ls -l /tmp/foo
@@ -166,7 +166,7 @@ Example:
 Usage: chown [OPTION]...  OWNER[.[GROUP] FILE...
 
 Changes the owner and/or group of each FILE to OWNER and/or GROUP.
+
 Options:
 
        -R      change files and directories recursively
@@ -807,19 +807,37 @@ Example:
 
 =item loadacm
 
-FIXME
+Usage: loadacm
+
+Loads an acm from standard input.
+
+Example:
+
+       $ loadacm < /etc/i18n/acmname
 
 -------------------------------
 
 =item loadfont
 
-FIXME
+Usage: loadfont
+
+Loads a console font from standard input.
+
+Example:
+
+       $ loadfont < /etc/i18n/fontname
 
 -------------------------------
 
 =item loadkmap
 
-FIXME
+Usage: loadkmap
+
+Loads a binary keyboard translation table from standard input.
+
+Example:
+
+       $ loadkmap < /etc/i18n/lang-keymap
 
 -------------------------------
 
@@ -1294,7 +1312,14 @@ Usage: sh
 
 lash -- the BusyBox LAme SHell (command interpreter)
 
-FIXME
+This command does not yet have proper documentation.  
+
+Use lash just as you would use any other shell.  It properly handles pipes,
+redirects, job control, can be used as the shell for scripts (#!/bin/sh), and
+has a sufficient set of builtins to do what is needed.  It does not (yet)
+support Bourne Shell syntax.  If you need things like "if-then-else", "while",
+and such, use ash or bash.  If you just need a very simple and extremely small
+shell, this will do the job.
 
 -------------------------------
 
@@ -1532,10 +1557,7 @@ Example:
 
 =item tr
 
-Usage:  tr [-csu] string1 string2
-        tr [-cu] -d string1
-        tr [-cu] -s string1
-        tr [-cu] -ds string1 string2
+Usage:  tr [B<-cdsu>] string1 [string2]
 
 Translate, squeeze, and/or delete characters from standard
 input, writing to standard output.
@@ -1596,7 +1618,7 @@ Example:
 
 Usage: uname [OPTION]...
 
-Print certain system information.  With no OPTION, same as -s.
+Print certain system information.  With no OPTION, same as B<-s>.
 
 Options:
 
@@ -1715,7 +1737,7 @@ Repeatedly outputs a line with all specified STRING(s), or `y'.
 
 =item zcat
 
-This is essentially an alias for invoking "gunzip -c", where 
+This is essentially an alias for invoking "gunzip B<-c>", where 
 it decompresses the file inquestion and send the output to stdout. 
 
 -------------------------------
@@ -1781,4 +1803,4 @@ Enrique Zanardi <ezanardi@ull.es>
 
 =cut
 
-# $Id: busybox.pod,v 1.13 2000/04/17 16:16:10 erik Exp $
+# $Id: busybox.pod,v 1.17 2000/04/19 03:59:10 erik Exp $