aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorErik Andersen <andersen@codepoet.org>2000-04-19 03:59:10 +0000
committerErik Andersen <andersen@codepoet.org>2000-04-19 03:59:10 +0000
commit3fe7f9f20b6562e667ff3c9388a6ce00bd1ba19f (patch)
tree98c78a2d9487f52752ed3057d9dd233be6f65161 /docs
parenta3e57ca7008cbaf612675b9de3dd18109f8150de (diff)
downloadbusybox-w32-3fe7f9f20b6562e667ff3c9388a6ce00bd1ba19f.tar.gz
busybox-w32-3fe7f9f20b6562e667ff3c9388a6ce00bd1ba19f.tar.bz2
busybox-w32-3fe7f9f20b6562e667ff3c9388a6ce00bd1ba19f.zip
More minor updates to docs (and making apps behave as the docs
suggest they should) -Erik
Diffstat (limited to 'docs')
-rw-r--r--docs/busybox.pod30
1 files changed, 26 insertions, 4 deletions
diff --git a/docs/busybox.pod b/docs/busybox.pod
index a946e2857..0a61839e4 100644
--- a/docs/busybox.pod
+++ b/docs/busybox.pod
@@ -807,7 +807,13 @@ Example:
807 807
808=item loadacm 808=item loadacm
809 809
810FIXME -- this command does not yet have proper documentation 810Usage: loadacm
811
812Loads an acm from standard input.
813
814Example:
815
816 $ loadacm < /etc/i18n/acmname
811 817
812------------------------------- 818-------------------------------
813 819
@@ -817,12 +823,21 @@ Usage: loadfont
817 823
818Loads a console font from standard input. 824Loads a console font from standard input.
819 825
826Example:
827
828 $ loadfont < /etc/i18n/fontname
820 829
821------------------------------- 830-------------------------------
822 831
823=item loadkmap 832=item loadkmap
824 833
825FIXME -- this command does not yet have proper documentation 834Usage: loadkmap
835
836Loads a binary keyboard translation table from standard input.
837
838Example:
839
840 $ loadkmap < /etc/i18n/lang-keymap
826 841
827------------------------------- 842-------------------------------
828 843
@@ -1297,7 +1312,14 @@ Usage: sh
1297 1312
1298lash -- the BusyBox LAme SHell (command interpreter) 1313lash -- the BusyBox LAme SHell (command interpreter)
1299 1314
1300FIXME -- this command does not yet have proper documentation 1315This command does not yet have proper documentation.
1316
1317Use lash just as you would use any other shell. It properly handles pipes,
1318redirects, job control, can be used as the shell for scripts (#!/bin/sh), and
1319has a sufficient set of builtins to do what is needed. It does not (yet)
1320support Bourne Shell syntax. If you need things like "if-then-else", "while",
1321and such, use ash or bash. If you just need a very simple and extremely small
1322shell, this will do the job.
1301 1323
1302------------------------------- 1324-------------------------------
1303 1325
@@ -1781,4 +1803,4 @@ Enrique Zanardi <ezanardi@ull.es>
1781 1803
1782=cut 1804=cut
1783 1805
1784# $Id: busybox.pod,v 1.16 2000/04/18 00:00:52 erik Exp $ 1806# $Id: busybox.pod,v 1.17 2000/04/19 03:59:10 erik Exp $