move remaining help text from include/usage.src.h
Signed-off-by: Pere Orga <gotrunks@gmail.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
committed by
Denys Vlasenko
parent
73ef15cf38
commit
5bc8c005a8
@ -5,7 +5,20 @@
|
||||
* Copyright 2002 Andi Kleen, SuSE Labs.
|
||||
*
|
||||
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
|
||||
*/
|
||||
*/
|
||||
|
||||
//usage:#define setarch_trivial_usage
|
||||
//usage: "personality PROG ARGS"
|
||||
//usage:#define setarch_full_usage "\n\n"
|
||||
//usage: "Personality may be:\n"
|
||||
//usage: " linux32 Set 32bit uname emulation\n"
|
||||
//usage: " linux64 Set 64bit uname emulation"
|
||||
//usage:
|
||||
//usage:#define linux32_trivial_usage NOUSAGE_STR
|
||||
//usage:#define linux32_full_usage ""
|
||||
//usage:
|
||||
//usage:#define linux64_trivial_usage NOUSAGE_STR
|
||||
//usage:#define linux64_full_usage ""
|
||||
|
||||
#include <sys/personality.h>
|
||||
|
||||
|
Reference in New Issue
Block a user