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-w32-4f3d2deaa499af34c22a7f9be121131b0a5894b5.tar.gz busybox-w32-4f3d2deaa499af34c22a7f9be121131b0a5894b5.tar.bz2 busybox-w32-4f3d2deaa499af34c22a7f9be121131b0a5894b5.zip |
- 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 @@ | |||
17 | # be unique, although if it isn't you may have strange results. If this | 17 | # be unique, although if it isn't you may have strange results. If this |
18 | # field is left blank, it is completely ignored. Also note that if | 18 | # field is left blank, it is completely ignored. Also note that if |
19 | # BusyBox detects that a serial console is in use, then all entries | 19 | # BusyBox detects that a serial console is in use, then all entries |
20 | # containing non-empty id fields will _not_ be run. BusyBox init does | 20 | # containing non-empty id fields will be ignored. BusyBox init does |
21 | # nothing with utmp. We don't need no stinkin' utmp. | 21 | # nothing with utmp. We don't need no stinkin' utmp. |
22 | # | 22 | # |
23 | # <runlevels>: The runlevels field is completely ignored. | 23 | # <runlevels>: The runlevels field is completely ignored. |