diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-04-12 19:14:35 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-04-12 19:14:35 +0000 |
commit | 4f3d2deaa499af34c22a7f9be121131b0a5894b5 (patch) | |
tree | 6002e5889002346712e3861a6c0c984fbad2627f | |
parent | 34fc71f5a36d3db48148ec338be76407364a5f60 (diff) | |
download | busybox-4f3d2deaa499af34c22a7f9be121131b0a5894b5.tar.gz |
- better wording.
Closes bug #656.
-rw-r--r-- | examples/inittab | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/inittab b/examples/inittab index ce711ac6c..5f2af8724 100644 --- a/examples/inittab +++ b/examples/inittab @@ -17,7 +17,7 @@ # be unique, although if it isn't you may have strange results. If this # field is left blank, it is completely ignored. Also note that if # BusyBox detects that a serial console is in use, then all entries -# containing non-empty id fields will _not_ be run. BusyBox init does +# containing non-empty id fields will be ignored. BusyBox init does # nothing with utmp. We don't need no stinkin' utmp. # # <runlevels>: The runlevels field is completely ignored. |