Update the documentation so examples are autoincluded in the output text.

Fix up docs/busybox.pod with the latest autogenerated output.
 -Erik
This commit is contained in:
Eric Andersen
2001-03-15 18:14:25 +00:00
parent 670bea210e
commit 0d3a02eba7
9 changed files with 2757 additions and 1031 deletions

View File

@ -135,7 +135,7 @@
APPLET(false, false_main, _BB_DIR_BIN)
#endif
#ifdef BB_FBSET
APPLET_NOUSAGE("fbset", fbset_main, _BB_DIR_USR_SBIN)
APPLET(fbset, fbset_main, _BB_DIR_USR_SBIN)
#endif
#ifdef BB_FDFLUSH
APPLET(fdflush, fdflush_main, _BB_DIR_BIN)