diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-12-10 22:17:56 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-12-10 22:17:56 +0000 |
commit | b001e9a843346a011af4121c746e80ad9624efe8 (patch) | |
tree | bc584baff01bc93121c3707f3dc2a071fd72da15 /sbin/init/init.8 | |
parent | ac50f25813376da2b771534d3cfe5c7e2e4baade (diff) |
better wording, helped by krw and roughly ok deraadt;
Diffstat (limited to 'sbin/init/init.8')
-rw-r--r-- | sbin/init/init.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/init/init.8 b/sbin/init/init.8 index 7cedea4fab8..61ad2ffb688 100644 --- a/sbin/init/init.8 +++ b/sbin/init/init.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: init.8,v 1.33 2004/02/24 13:14:29 jmc Exp $ +.\" $OpenBSD: init.8,v 1.34 2005/12/10 22:17:55 jmc Exp $ .\" $NetBSD: init.8,v 1.6 1995/03/18 14:56:31 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -47,10 +47,10 @@ The .Nm program is the last stage of the boot process. -It normally runs the automatic reboot sequence as described in +It normally executes the sequence of events described in .Xr reboot 8 , and if this succeeds, begins multi-user operation. -If the reboot scripts fail, +If the boot scripts fail, .Nm commences single-user operation by giving the superuser a shell on the console. |