aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorErik Andersen <andersen@codepoet.org>2000-04-18 00:00:52 +0000
committerErik Andersen <andersen@codepoet.org>2000-04-18 00:00:52 +0000
commita6c752201e9031b51a6d89349f1cec1f690f56ef (patch)
tree808a54e0dc112d8b32326ccdb411e4300dc65d76 /docs
parent91e581fa0438b39ceb0ffb4ddcb90ee4d260ae81 (diff)
downloadbusybox-w32-a6c752201e9031b51a6d89349f1cec1f690f56ef.tar.gz
busybox-w32-a6c752201e9031b51a6d89349f1cec1f690f56ef.tar.bz2
busybox-w32-a6c752201e9031b51a6d89349f1cec1f690f56ef.zip
Updates
-Erik
Diffstat (limited to 'docs')
-rw-r--r--docs/Makefile6
-rw-r--r--docs/busybox.pod15
2 files changed, 11 insertions, 10 deletions
diff --git a/docs/Makefile b/docs/Makefile
index 10550f6df..472d29e84 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -2,7 +2,7 @@
2# ------------------------ 2# ------------------------
3# Copyright (C) 2000 Erik Andersen <andersee@debian.org> GPL 3# Copyright (C) 2000 Erik Andersen <andersee@debian.org> GPL
4 4
5all:: clean doc 5all: clean doc
6 6
7doc: 7doc:
8 @echo 8 @echo
@@ -14,10 +14,8 @@ doc:
14 pod2text busybox.pod > ../BusyBox.txt 14 pod2text busybox.pod > ../BusyBox.txt
15 @rm -f pod2html* 15 @rm -f pod2html*
16 16
17clean:: 17clean:
18 @rm -f ../BusyBox.html ../BusyBox.1 ../BusyBox.txt pod2html* 18 @rm -f ../BusyBox.html ../BusyBox.1 ../BusyBox.txt pod2html*
19 19
20distclean: clean 20distclean: clean
21 21
22.PHONY: all clean distclean doc
23
diff --git a/docs/busybox.pod b/docs/busybox.pod
index 06800c301..a946e2857 100644
--- a/docs/busybox.pod
+++ b/docs/busybox.pod
@@ -68,7 +68,7 @@ Example:
68 68
69------------------------------- 69-------------------------------
70 70
71=item cat 71=item cat
72 72
73Usage: cat [file ...] 73Usage: cat [file ...]
74 74
@@ -807,19 +807,22 @@ Example:
807 807
808=item loadacm 808=item loadacm
809 809
810FIXME 810FIXME -- this command does not yet have proper documentation
811 811
812------------------------------- 812-------------------------------
813 813
814=item loadfont 814=item loadfont
815 815
816FIXME 816Usage: loadfont
817
818Loads a console font from standard input.
819
817 820
818------------------------------- 821-------------------------------
819 822
820=item loadkmap 823=item loadkmap
821 824
822FIXME 825FIXME -- this command does not yet have proper documentation
823 826
824------------------------------- 827-------------------------------
825 828
@@ -1294,7 +1297,7 @@ Usage: sh
1294 1297
1295lash -- the BusyBox LAme SHell (command interpreter) 1298lash -- the BusyBox LAme SHell (command interpreter)
1296 1299
1297FIXME 1300FIXME -- this command does not yet have proper documentation
1298 1301
1299------------------------------- 1302-------------------------------
1300 1303
@@ -1778,4 +1781,4 @@ Enrique Zanardi <ezanardi@ull.es>
1778 1781
1779=cut 1782=cut
1780 1783
1781# $Id: busybox.pod,v 1.15 2000/04/17 17:46:46 beppu Exp $ 1784# $Id: busybox.pod,v 1.16 2000/04/18 00:00:52 erik Exp $