diff options
author | Eric Andersen | 2001-03-15 18:14:25 +0000 |
---|---|---|
committer | Eric Andersen | 2001-03-15 18:14:25 +0000 |
commit | 0d3a02eba76772e59c7832da6108776f576e9f1c (patch) | |
tree | 48d31f686c050abe08cce28c6a1e25c5695c2b3f /applets.h | |
parent | 670bea210e924b46b7cefc7036550dfb20437f5e (diff) | |
download | busybox-0d3a02eba76772e59c7832da6108776f576e9f1c.zip busybox-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |