From 3fe7f9f20b6562e667ff3c9388a6ce00bd1ba19f Mon Sep 17 00:00:00 2001 From: Erik Andersen Date: Wed, 19 Apr 2000 03:59:10 +0000 Subject: More minor updates to docs (and making apps behave as the docs suggest they should) -Erik --- docs/busybox.pod | 30 ++++++++++++++++++++++++++---- 1 file changed, 26 insertions(+), 4 deletions(-) (limited to 'docs/busybox.pod') 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: =item loadacm -FIXME -- this command does not yet have proper documentation +Usage: loadacm + +Loads an acm from standard input. + +Example: + + $ loadacm < /etc/i18n/acmname ------------------------------- @@ -817,12 +823,21 @@ Usage: loadfont Loads a console font from standard input. +Example: + + $ loadfont < /etc/i18n/fontname ------------------------------- =item loadkmap -FIXME -- this command does not yet have proper documentation +Usage: loadkmap + +Loads a binary keyboard translation table from standard input. + +Example: + + $ loadkmap < /etc/i18n/lang-keymap ------------------------------- @@ -1297,7 +1312,14 @@ Usage: sh lash -- the BusyBox LAme SHell (command interpreter) -FIXME -- this command does not yet have proper documentation +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. ------------------------------- @@ -1781,4 +1803,4 @@ Enrique Zanardi =cut -# $Id: busybox.pod,v 1.16 2000/04/18 00:00:52 erik Exp $ +# $Id: busybox.pod,v 1.17 2000/04/19 03:59:10 erik Exp $ -- cgit v1.2.3