diff options
| author | Denys Vlasenko <vda.linux@googlemail.com> | 2011-07-04 19:09:07 (GMT) |
|---|---|---|
| committer | Denys Vlasenko <vda.linux@googlemail.com> | 2011-07-04 19:09:07 (GMT) |
| commit | d7fa9eab0400c9d6292b56bc5d03726cddb38f1c (patch) | |
| tree | 00919a8c7772e6f84465c8bd77adda708f8cd71e | |
| parent | 436551764eb49c852fd143a1655bc64c9ac1a2cf (diff) | |
| download | busybox-website-d7fa9eab0400c9d6292b56bc5d03726cddb38f1c.tar.gz busybox-website-d7fa9eab0400c9d6292b56bc5d03726cddb38f1c.tar.bz2 | |
Typo fix
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| -rw-r--r-- | FAQ.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -761,7 +761,7 @@ int main(int argc, char *argv) Job control will be turned off since your shell can not obtain a controlling terminal. This typically happens when you run your shell on /dev/console. The kernel will not provide a controlling terminal on the /dev/console - device. Your should run your shell on a normal tty such as tty1 or ttyS0 + device. You should run your shell on a normal tty such as tty1 or ttyS0 and everything will work. </p> <p> |
