diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-02-01 16:38:40 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-02-01 16:38:40 +0000 |
commit | 315df967df0885612fe70a456e0d3600c839490d (patch) | |
tree | 4f0c518d9c249f253dc95c91e353a241f87a8562 /share/man/man8/man8.alpha | |
parent | 2c126ba1bd2f230ba3ac166c86e58316625334e2 (diff) |
typos;
added .Fl to flags for boot_*
ok deraadt@
Diffstat (limited to 'share/man/man8/man8.alpha')
-rw-r--r-- | share/man/man8/man8.alpha/boot_alpha.8 | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/share/man/man8/man8.alpha/boot_alpha.8 b/share/man/man8/man8.alpha/boot_alpha.8 index eb02ae21ab6..24c7e6866e9 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.6 2002/10/17 23:18:48 miod Exp $ +.\" $OpenBSD: boot_alpha.8,v 1.7 2003/02/01 16:38:39 jmc Exp $ .\" .\" Copyright (c) 2002, Miodrag Vallat. .\" All rights reserved. @@ -69,27 +69,28 @@ variable. Option letters are case insensitive. The following option letters are recognized: .Bl -tag -width "XXX" -offset indent -compact -.It a +.Pp +.It Cm a Boot the system multi-user. -.It b +.It Cm b Enter the debugger, .Xr ddb 4 , as soon as the kernel console has been initialized. -.It c +.It Cm c Enter the .Dq User Kernel Configuration mode upon startup .Pq Xr boot_config 8 . -.It d +.It Cm d Create a kernel crash dump immediately after the devices have been configured. This option is only available on kernels compiled with .Qq option DEBUG . -.It h +.It Cm h On the next system reboot, always halt the system, even if a reboot is required. -.It n +.It Cm n Prompt for the root filesystem device after the devices have been configured. -.It s +.It Cm s Boot the system single-user. This is the default behaviour of the kernel if no flags are specified. .El |