*: add comment about APPLET_ODDNAME format
It confused me more than once Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
@ -43,6 +43,7 @@
|
||||
//config: depends on UNEXPAND && LONG_OPTS
|
||||
|
||||
//applet:IF_EXPAND(APPLET(expand, BB_DIR_USR_BIN, BB_SUID_DROP))
|
||||
// APPLET_ODDNAME:name main location suid_type help
|
||||
//applet:IF_UNEXPAND(APPLET_ODDNAME(unexpand, expand, BB_DIR_USR_BIN, BB_SUID_DROP, unexpand))
|
||||
|
||||
//kbuild:lib-$(CONFIG_EXPAND) += expand.o
|
||||
|
@ -30,6 +30,7 @@
|
||||
//config: help
|
||||
//config: Print users currently logged on.
|
||||
|
||||
// APPLET_ODDNAME:name main location suid_type help
|
||||
//applet:IF_USERS(APPLET_ODDNAME(users, who, BB_DIR_USR_BIN, BB_SUID_DROP, users))
|
||||
//applet:IF_WHO(APPLET(who, BB_DIR_USR_BIN, BB_SUID_DROP))
|
||||
|
||||
|
Reference in New Issue
Block a user