mirror of
https://github.com/sheumann/hush.git
synced 2025-01-03 00:31:16 +00:00
typo fix
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
3227d3f982
commit
ef215558fa
@ -657,7 +657,7 @@
|
|||||||
"\n ::respawn:/bin/cttyhack /bin/sh" \
|
"\n ::respawn:/bin/cttyhack /bin/sh" \
|
||||||
"\nGiving controlling tty to shell running with PID 1:" \
|
"\nGiving controlling tty to shell running with PID 1:" \
|
||||||
"\n $ exec cttyhack sh" \
|
"\n $ exec cttyhack sh" \
|
||||||
"\nStarting an interative shell from boot shell script:" \
|
"\nStarting interactive shell from boot shell script:" \
|
||||||
"\n setsid cttyhack sh" \
|
"\n setsid cttyhack sh" \
|
||||||
|
|
||||||
#define cut_trivial_usage \
|
#define cut_trivial_usage \
|
||||||
|
@ -366,7 +366,7 @@ config CTTYHACK
|
|||||||
|
|
||||||
$ exec cttyhack sh
|
$ exec cttyhack sh
|
||||||
|
|
||||||
Starting an interative shell from boot shell script:
|
Starting an interactive shell from boot shell script:
|
||||||
|
|
||||||
setsid cttyhack sh
|
setsid cttyhack sh
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user