diff options
author | Erik Andersen <andersen@codepoet.org> | 2000-04-19 03:59:10 +0000 |
---|---|---|
committer | Erik Andersen <andersen@codepoet.org> | 2000-04-19 03:59:10 +0000 |
commit | 3fe7f9f20b6562e667ff3c9388a6ce00bd1ba19f (patch) | |
tree | 98c78a2d9487f52752ed3057d9dd233be6f65161 /docs | |
parent | a3e57ca7008cbaf612675b9de3dd18109f8150de (diff) | |
download | busybox-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.pod | 30 |
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 | ||
810 | FIXME -- this command does not yet have proper documentation | 810 | Usage: loadacm |
811 | |||
812 | Loads an acm from standard input. | ||
813 | |||
814 | Example: | ||
815 | |||
816 | $ loadacm < /etc/i18n/acmname | ||
811 | 817 | ||
812 | ------------------------------- | 818 | ------------------------------- |
813 | 819 | ||
@@ -817,12 +823,21 @@ Usage: loadfont | |||
817 | 823 | ||
818 | Loads a console font from standard input. | 824 | Loads a console font from standard input. |
819 | 825 | ||
826 | Example: | ||
827 | |||
828 | $ loadfont < /etc/i18n/fontname | ||
820 | 829 | ||
821 | ------------------------------- | 830 | ------------------------------- |
822 | 831 | ||
823 | =item loadkmap | 832 | =item loadkmap |
824 | 833 | ||
825 | FIXME -- this command does not yet have proper documentation | 834 | Usage: loadkmap |
835 | |||
836 | Loads a binary keyboard translation table from standard input. | ||
837 | |||
838 | Example: | ||
839 | |||
840 | $ loadkmap < /etc/i18n/lang-keymap | ||
826 | 841 | ||
827 | ------------------------------- | 842 | ------------------------------- |
828 | 843 | ||
@@ -1297,7 +1312,14 @@ Usage: sh | |||
1297 | 1312 | ||
1298 | lash -- the BusyBox LAme SHell (command interpreter) | 1313 | lash -- the BusyBox LAme SHell (command interpreter) |
1299 | 1314 | ||
1300 | FIXME -- this command does not yet have proper documentation | 1315 | This command does not yet have proper documentation. |
1316 | |||
1317 | Use lash just as you would use any other shell. It properly handles pipes, | ||
1318 | redirects, job control, can be used as the shell for scripts (#!/bin/sh), and | ||
1319 | has a sufficient set of builtins to do what is needed. It does not (yet) | ||
1320 | support Bourne Shell syntax. If you need things like "if-then-else", "while", | ||
1321 | and such, use ash or bash. If you just need a very simple and extremely small | ||
1322 | shell, 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 $ |