diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-03-15 18:14:25 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-03-15 18:14:25 +0000 |
commit | a84a4eff66a0b8bf6bb238c6d7b6ee604fe5caee (patch) | |
tree | 48d31f686c050abe08cce28c6a1e25c5695c2b3f /include/applets.h | |
parent | 260fc2c4f0d502b375dd1b182f27daeb253ee367 (diff) | |
download | busybox-w32-a84a4eff66a0b8bf6bb238c6d7b6ee604fe5caee.tar.gz busybox-w32-a84a4eff66a0b8bf6bb238c6d7b6ee604fe5caee.tar.bz2 busybox-w32-a84a4eff66a0b8bf6bb238c6d7b6ee604fe5caee.zip |
Update the documentation so examples are autoincluded in the output text.
Fix up docs/busybox.pod with the latest autogenerated output.
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@2088 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'include/applets.h')
-rw-r--r-- | include/applets.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/applets.h b/include/applets.h index f85f45720..c8005f830 100644 --- a/include/applets.h +++ b/include/applets.h | |||
@@ -135,7 +135,7 @@ | |||
135 | APPLET(false, false_main, _BB_DIR_BIN) | 135 | APPLET(false, false_main, _BB_DIR_BIN) |
136 | #endif | 136 | #endif |
137 | #ifdef BB_FBSET | 137 | #ifdef BB_FBSET |
138 | APPLET_NOUSAGE("fbset", fbset_main, _BB_DIR_USR_SBIN) | 138 | APPLET(fbset, fbset_main, _BB_DIR_USR_SBIN) |
139 | #endif | 139 | #endif |
140 | #ifdef BB_FDFLUSH | 140 | #ifdef BB_FDFLUSH |
141 | APPLET(fdflush, fdflush_main, _BB_DIR_BIN) | 141 | APPLET(fdflush, fdflush_main, _BB_DIR_BIN) |