aboutsummaryrefslogtreecommitdiff
path: root/applets.h
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-03-15 18:14:25 +0000
committerEric Andersen <andersen@codepoet.org>2001-03-15 18:14:25 +0000
commit0d3a02eba76772e59c7832da6108776f576e9f1c (patch)
tree48d31f686c050abe08cce28c6a1e25c5695c2b3f /applets.h
parent670bea210e924b46b7cefc7036550dfb20437f5e (diff)
downloadbusybox-0d3a02eba76772e59c7832da6108776f576e9f1c.tar.gz
Update the documentation so examples are autoincluded in the output text.
Fix up docs/busybox.pod with the latest autogenerated output. -Erik
Diffstat (limited to 'applets.h')
-rw-r--r--applets.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/applets.h b/applets.h
index f85f45720..c8005f830 100644
--- a/applets.h
+++ b/applets.h
@@ -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)