diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-08-13 14:10:36 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-08-13 14:10:36 +0000 |
commit | e091d0c2ac8a8047e7eceb649826f86681603f65 (patch) | |
tree | ec9b40e714884b3d61cfcff2635bd7b10c401dd3 /sbin/init | |
parent | f6daca0dac7c21a5371e4e7e12484bd93ad82d18 (diff) | |
download | src-test2-e091d0c2ac8a8047e7eceb649826f86681603f65.tar.gz src-test2-e091d0c2ac8a8047e7eceb649826f86681603f65.zip |
Notes
Diffstat (limited to 'sbin/init')
-rw-r--r-- | sbin/init/init.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/init/init.8 b/sbin/init/init.8 index 1b31f11d6376..d1622c76d2d9 100644 --- a/sbin/init/init.8 +++ b/sbin/init/init.8 @@ -143,7 +143,7 @@ leaves it unchanged. Otherwise, .Nm raises the level to 1 before going multi-user for the first time. -Since the level can not be reduced, it will be at least 1 for +Since the level cannot be reduced, it will be at least 1 for subsequent operation, even on return to single-user. If a level higher than 1 is desired while running multi-user, it can be set before going multi-user, e.g., by the startup script |