man: new applet. ~600 bytes.
This commit is contained in:
@@ -237,6 +237,7 @@ USE_LSATTR(APPLET(lsattr, _BB_DIR_BIN, _BB_SUID_NEVER))
|
||||
USE_LSMOD(APPLET(lsmod, _BB_DIR_SBIN, _BB_SUID_NEVER))
|
||||
USE_UNLZMA(APPLET_ODDNAME(lzmacat, unlzma, _BB_DIR_USR_BIN, _BB_SUID_NEVER, lzmacat))
|
||||
USE_MAKEDEVS(APPLET(makedevs, _BB_DIR_SBIN, _BB_SUID_NEVER))
|
||||
USE_MAN(APPLET(man, _BB_DIR_SBIN, _BB_SUID_NEVER))
|
||||
USE_MATCHPATHCON(APPLET(matchpathcon, _BB_DIR_USR_SBIN, _BB_SUID_NEVER))
|
||||
USE_MD5SUM(APPLET_ODDNAME(md5sum, md5_sha1_sum, _BB_DIR_USR_BIN, _BB_SUID_NEVER, md5sum))
|
||||
USE_MDEV(APPLET(mdev, _BB_DIR_SBIN, _BB_SUID_NEVER))
|
||||
|
@@ -2300,6 +2300,14 @@
|
||||
"/dev/hda[0-15]\n"
|
||||
#endif
|
||||
|
||||
#define man_trivial_usage \
|
||||
"[OPTION]... [MANPAGE]..."
|
||||
#define man_full_usage \
|
||||
"Format and display manual page\n" \
|
||||
"\nOptions:" \
|
||||
"\n -a Display all pages" \
|
||||
"\n -w Show page locations" \
|
||||
|
||||
#define matchpathcon_trivial_usage \
|
||||
"[-n] [-N] [-f file_contexts_file] [-p prefix] [-V]"
|
||||
#define matchpathcon_full_usage \
|
||||
|
Reference in New Issue
Block a user