From 0d3a02eba76772e59c7832da6108776f576e9f1c Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 15 Mar 2001 18:14:25 +0000 Subject: Update the documentation so examples are autoincluded in the output text. Fix up docs/busybox.pod with the latest autogenerated output. -Erik --- include/applets.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/applets.h') 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 @@ 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) -- cgit v1.2.3