diff options
author | Sam James <sam@gentoo.org> | 2023-07-21 15:57:05 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-08-05 05:32:14 +0100 |
commit | f342efa52fb54c55f009b694af1899e431300629 (patch) | |
tree | c817c32b45bf447d63032c8858ad08d518db4151 /src | |
parent | libsbutil: add sbio_faccessat and use it in sb_exists (diff) | |
download | sandbox-f342efa52fb54c55f009b694af1899e431300629.tar.gz sandbox-f342efa52fb54c55f009b694af1899e431300629.tar.bz2 sandbox-f342efa52fb54c55f009b694af1899e431300629.zip |
Rename multiple personalities feature
"schizo" isn't a particularly sensitive term, and it's not very clear what it
means to non-native English speakers anyway. Name it after what the feature
really does: multiple (Linux) personality support using ptrace.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'src')
-rw-r--r-- | src/options.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/options.c b/src/options.c index 5332318..2105fdc 100644 --- a/src/options.c +++ b/src/options.c @@ -69,10 +69,10 @@ static void show_version(void) #else "next is OK! :D\n" #endif -#ifndef SB_SCHIZO -# define SB_SCHIZO "no" +#ifndef SB_PERSONALITIES +# define SB_PERSONALITIES "no" #endif - " schizo: " SB_SCHIZO "\n" + " personalities: " SB_PERSONALITIES "\n" "\nconfigured with these options:\n%s\n", sb_sonfigure_opts ); |