aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Beppu <beppu@lbox.org>2000-01-18 15:45:59 +0000
committerJohn Beppu <beppu@lbox.org>2000-01-18 15:45:59 +0000
commit3a1b6be7d809ab947967f114b1a52a0e3097b8e7 (patch)
treeee4b4ca0dc4c9182ca3818e9222cfbe1247a4bce
parent05100cd4776d9900c6c12def21eae8cec2cab766 (diff)
downloadbusybox-w32-3a1b6be7d809ab947967f114b1a52a0e3097b8e7.tar.gz
busybox-w32-3a1b6be7d809ab947967f114b1a52a0e3097b8e7.tar.bz2
busybox-w32-3a1b6be7d809ab947967f114b1a52a0e3097b8e7.zip
the beginnings of a proper man page for busybox.
-rw-r--r--docs/busybox.pod36
1 files changed, 36 insertions, 0 deletions
diff --git a/docs/busybox.pod b/docs/busybox.pod
new file mode 100644
index 000000000..d189ce577
--- /dev/null
+++ b/docs/busybox.pod
@@ -0,0 +1,36 @@
1=head1 NAME
2
3busybox - I am BusyBox of borg. Unix will be assimilated.
4
5=head1 SYNOPSIS
6
7busybox <command> [options...]
8
9=head1 DESCRIPTION
10
11BusyBox is a multi-call binary that combines many common Unix utilities into
12a single executable. This is a size optimization.
13
14=head1 SEE ALSO
15
16textutils(1), shellutils(1), etc...
17
18=head1 MAINTAINER
19
20Erik Andersen <erik@lineo.com>
21
22=head1 AUTHORS
23
24=over 4
25
26=item Bruce Perens <perens@technocrat.net>
27
28=item Erik Andersen <erik@lineo.com>
29
30=item Randolph Chung <rchung@debian.org>
31
32=item John Beppu <beppu@lineo.com>
33
34=back
35
36=cut