diff options
author | Eric Andersen | 1999-11-22 06:01:01 +0000 |
---|---|---|
committer | Eric Andersen | 1999-11-22 06:01:01 +0000 |
commit | 5d44d1fda593248c154ec68b38ce946a69f9b0fc (patch) | |
tree | 3c9c2fe966a64b69a46897de94771fc3dde50b01 /busybox.def.h | |
parent | 0f4c0848c7057dd696d82f9a0ca5cc8749a4131a (diff) | |
download | busybox-5d44d1fda593248c154ec68b38ce946a69f9b0fc.zip busybox-5d44d1fda593248c154ec68b38ce946a69f9b0fc.tar.gz |
Stuf
Diffstat (limited to 'busybox.def.h')
-rw-r--r-- | busybox.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/busybox.def.h b/busybox.def.h index a48deec..77ab4b5 100644 --- a/busybox.def.h +++ b/busybox.def.h @@ -74,7 +74,7 @@ // //Enable init being called as /linuxrc #define BB_FEATURE_LINUXRC -// Use termios to manipulate the screen (more is much pretties with this on) +// Use termios to manipulate the screen ('more' is prettier with this on) #define BB_FEATURE_USE_TERMIOS // calculate terminal & column widths #define BB_FEATURE_AUTOWIDTH |