diff options
author | Erik Andersen <andersen@codepoet.org> | 2000-04-18 00:00:52 +0000 |
---|---|---|
committer | Erik Andersen <andersen@codepoet.org> | 2000-04-18 00:00:52 +0000 |
commit | a6c752201e9031b51a6d89349f1cec1f690f56ef (patch) | |
tree | 808a54e0dc112d8b32326ccdb411e4300dc65d76 /docs | |
parent | 91e581fa0438b39ceb0ffb4ddcb90ee4d260ae81 (diff) | |
download | busybox-w32-a6c752201e9031b51a6d89349f1cec1f690f56ef.tar.gz busybox-w32-a6c752201e9031b51a6d89349f1cec1f690f56ef.tar.bz2 busybox-w32-a6c752201e9031b51a6d89349f1cec1f690f56ef.zip |
Updates
-Erik
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Makefile | 6 | ||||
-rw-r--r-- | docs/busybox.pod | 15 |
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 | ||
5 | all:: clean doc | 5 | all: clean doc |
6 | 6 | ||
7 | doc: | 7 | doc: |
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 | ||
17 | clean:: | 17 | clean: |
18 | @rm -f ../BusyBox.html ../BusyBox.1 ../BusyBox.txt pod2html* | 18 | @rm -f ../BusyBox.html ../BusyBox.1 ../BusyBox.txt pod2html* |
19 | 19 | ||
20 | distclean: clean | 20 | distclean: 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 | ||
73 | Usage: cat [file ...] | 73 | Usage: cat [file ...] |
74 | 74 | ||
@@ -807,19 +807,22 @@ Example: | |||
807 | 807 | ||
808 | =item loadacm | 808 | =item loadacm |
809 | 809 | ||
810 | FIXME | 810 | FIXME -- this command does not yet have proper documentation |
811 | 811 | ||
812 | ------------------------------- | 812 | ------------------------------- |
813 | 813 | ||
814 | =item loadfont | 814 | =item loadfont |
815 | 815 | ||
816 | FIXME | 816 | Usage: loadfont |
817 | |||
818 | Loads a console font from standard input. | ||
819 | |||
817 | 820 | ||
818 | ------------------------------- | 821 | ------------------------------- |
819 | 822 | ||
820 | =item loadkmap | 823 | =item loadkmap |
821 | 824 | ||
822 | FIXME | 825 | FIXME -- this command does not yet have proper documentation |
823 | 826 | ||
824 | ------------------------------- | 827 | ------------------------------- |
825 | 828 | ||
@@ -1294,7 +1297,7 @@ Usage: sh | |||
1294 | 1297 | ||
1295 | lash -- the BusyBox LAme SHell (command interpreter) | 1298 | lash -- the BusyBox LAme SHell (command interpreter) |
1296 | 1299 | ||
1297 | FIXME | 1300 | FIXME -- 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 $ |