diff options
author | beppu <beppu@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-01-18 15:45:59 +0000 |
---|---|---|
committer | beppu <beppu@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-01-18 15:45:59 +0000 |
commit | d40f9157deb5a81e0bfb213ff29242cd45d59b8d (patch) | |
tree | ee4b4ca0dc4c9182ca3818e9222cfbe1247a4bce /docs | |
parent | 0c6ce908e746fc9d1d3e8d5afc07e8b8ad613cec (diff) | |
download | busybox-w32-d40f9157deb5a81e0bfb213ff29242cd45d59b8d.tar.gz busybox-w32-d40f9157deb5a81e0bfb213ff29242cd45d59b8d.tar.bz2 busybox-w32-d40f9157deb5a81e0bfb213ff29242cd45d59b8d.zip |
the beginnings of a proper man page for busybox.
git-svn-id: svn://busybox.net/trunk/busybox@314 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'docs')
-rw-r--r-- | docs/busybox.pod | 36 |
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 | |||
3 | busybox - I am BusyBox of borg. Unix will be assimilated. | ||
4 | |||
5 | =head1 SYNOPSIS | ||
6 | |||
7 | busybox <command> [options...] | ||
8 | |||
9 | =head1 DESCRIPTION | ||
10 | |||
11 | BusyBox is a multi-call binary that combines many common Unix utilities into | ||
12 | a single executable. This is a size optimization. | ||
13 | |||
14 | =head1 SEE ALSO | ||
15 | |||
16 | textutils(1), shellutils(1), etc... | ||
17 | |||
18 | =head1 MAINTAINER | ||
19 | |||
20 | Erik 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 | ||