diff options
author | Michael Knudsen <mk@cvs.openbsd.org> | 2006-07-26 07:27:11 +0000 |
---|---|---|
committer | Michael Knudsen <mk@cvs.openbsd.org> | 2006-07-26 07:27:11 +0000 |
commit | 3667d73033cf93032bbbafed056c205a4eea65db (patch) | |
tree | 38181dff872e2b5b5622deba2ec89408a7676679 /share/man/man8 | |
parent | 8e816fd43d3514d1ad6793e33c8981e67ac44a88 (diff) |
Alpha boot has defaulted to multiuser for a long time, so better stop
lying now.
ok martin
Diffstat (limited to 'share/man/man8')
-rw-r--r-- | share/man/man8/man8.alpha/boot_alpha.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man8/man8.alpha/boot_alpha.8 b/share/man/man8/man8.alpha/boot_alpha.8 index bc38f329252..e3ffcc90945 100644 --- a/share/man/man8/man8.alpha/boot_alpha.8 +++ b/share/man/man8/man8.alpha/boot_alpha.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: boot_alpha.8,v 1.13 2004/12/27 16:41:09 miod Exp $ +.\" $OpenBSD: boot_alpha.8,v 1.14 2006/07/26 07:27:10 mk Exp $ .\" .\" Copyright (c) 2002, Miodrag Vallat. .\" All rights reserved. @@ -72,6 +72,7 @@ The following option letters are recognized: .Pp .It Cm a Boot the system multi-user. +This is the default behaviour of the kernel if no flags are specified. .It Cm b Enter the debugger, .Xr ddb 4 , @@ -92,7 +93,6 @@ required. Prompt for the root filesystem device after the devices have been configured. .It Cm s Boot the system single-user. -This is the default behaviour of the kernel if no flags are specified. .El .Ss Abnormal system termination In case of system crashes, the kernel will usually enter the kernel |