Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Beppu <beppu@lbox.org>2000-01-18 18:45:59 +0300
committerJohn Beppu <beppu@lbox.org>2000-01-18 18:45:59 +0300
commit3a1b6be7d809ab947967f114b1a52a0e3097b8e7 (patch)
treeee4b4ca0dc4c9182ca3818e9222cfbe1247a4bce
parent05100cd4776d9900c6c12def21eae8cec2cab766 (diff)
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 @@
+=head1 NAME
+
+busybox - I am BusyBox of borg. Unix will be assimilated.
+
+=head1 SYNOPSIS
+
+busybox <command> [options...]
+
+=head1 DESCRIPTION
+
+BusyBox is a multi-call binary that combines many common Unix utilities into
+a single executable. This is a size optimization.
+
+=head1 SEE ALSO
+
+textutils(1), shellutils(1), etc...
+
+=head1 MAINTAINER
+
+Erik Andersen <erik@lineo.com>
+
+=head1 AUTHORS
+
+=over 4
+
+=item Bruce Perens <perens@technocrat.net>
+
+=item Erik Andersen <erik@lineo.com>
+
+=item Randolph Chung <rchung@debian.org>
+
+=item John Beppu <beppu@lineo.com>
+
+=back
+
+=cut