diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-09-30 20:59:33 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-09-30 20:59:33 +0000 |
commit | e0f5500bb577addcd26217737401f83c5cd293c2 (patch) | |
tree | e2c229aedab7f70b3cf22295d10f6c65777d0a1d | |
parent | 506177df7f69e4edba8096af6cafe124245526c5 (diff) | |
download | busybox-w32-e0f5500bb577addcd26217737401f83c5cd293c2.tar.gz busybox-w32-e0f5500bb577addcd26217737401f83c5cd293c2.tar.bz2 busybox-w32-e0f5500bb577addcd26217737401f83c5cd293c2.zip |
Fix init docs
-rw-r--r-- | include/usage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h index 1e0fe6805..8dd501dde 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -863,7 +863,7 @@ | |||
863 | "\n" \ | 863 | "\n" \ |
864 | " Unrecognized actions (like initdefault) will cause init to emit an\n" \ | 864 | " Unrecognized actions (like initdefault) will cause init to emit an\n" \ |
865 | " error message, and then go along with its business. All actions are\n" \ | 865 | " error message, and then go along with its business. All actions are\n" \ |
866 | " run in the reverse order from how they appear in /etc/inittab.\n" \ | 866 | " run in the order they appear in /etc/inittab.\n" \ |
867 | "\n" \ | 867 | "\n" \ |
868 | " <process>: \n" \ | 868 | " <process>: \n" \ |
869 | "\n" \ | 869 | "\n" \ |