diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-07-10 08:30:37 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-07-10 08:30:37 +0000 |
commit | d4e0a1c82dc2e362f589e2aba666ce317863905d (patch) | |
tree | 8fccedd6f21b41113bc245685243631f81c425f7 /share/man/man8/man8.alpha | |
parent | 386b5882adf72040ab3ef4905399571a746f75a5 (diff) |
fix some lists and macros;
Diffstat (limited to 'share/man/man8/man8.alpha')
-rw-r--r-- | share/man/man8/man8.alpha/MAKEDEV.8 | 10 | ||||
-rw-r--r-- | share/man/man8/man8.alpha/boot_alpha.8 | 14 |
2 files changed, 12 insertions, 12 deletions
diff --git a/share/man/man8/man8.alpha/MAKEDEV.8 b/share/man/man8/man8.alpha/MAKEDEV.8 index f140a49bce3..adf1c8b6113 100644 --- a/share/man/man8/man8.alpha/MAKEDEV.8 +++ b/share/man/man8/man8.alpha/MAKEDEV.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: MAKEDEV.8,v 1.4 2003/06/02 16:16:26 miod Exp $ +.\" $OpenBSD: MAKEDEV.8,v 1.5 2003/07/10 08:30:36 jmc Exp $ .\" .\" Copyright (c) 2001 Miodrag Vallat. .\" All rights reserved. @@ -72,8 +72,8 @@ The alpha supports the following devices. Where a device name is followed by a hash sign ("#"), the hash sign must be replaced by a unit number. .Pp -.Sy Pseudo\-names -.Bl -tag -width wsmouse indent -compact +.Sy Pseudo-names +.Bl -tag -width wsmouse -compact .It Ar all All known devices for the alpha. .It Ar std @@ -85,8 +85,8 @@ Configuration specific devices. All wscons-related devices. .El .Pp -.Sy Device\-names -.Bl -tag -width wsmouse indent -compact +.Sy Device-names +.Bl -tag -width wsmouse -compact .It Ar bpf# Berkeley packet filters. .It Ar cd# diff --git a/share/man/man8/man8.alpha/boot_alpha.8 b/share/man/man8/man8.alpha/boot_alpha.8 index 00008e81eea..ecab120866f 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.9 2003/06/06 19:28:06 jmc Exp $ +.\" $OpenBSD: boot_alpha.8,v 1.10 2003/07/10 08:30:36 jmc Exp $ .\" .\" Copyright (c) 2002, Miodrag Vallat. .\" All rights reserved. @@ -32,7 +32,7 @@ .Ss Cold starts When powered on, the SRM firmware will proceed to its initialization, and will boot an operating system if the -.Ev Em auto_action +.Em auto_action variable is set to .Dq boot or @@ -45,26 +45,26 @@ After a panic, or if the system is rebooted via or .Xr shutdown 8 , the SRM console will only restart the system if the -.Ev Em auto_action +.Em auto_action variable is set to .Dq boot . .Ss Boot process options The SRM console will attempt to boot a kernel named from the -.Ev Em boot_file +.Em boot_file environment variable, on the device listed in the -.Ev Em bootdef_dev +.Em bootdef_dev variable. A list of the recognized SRM devices can be obtained with the command .Ic show dev at the SRM prompt. If the -.Ev Em boot_file +.Em boot_file variable is not set or empty, .Pa /bsd will be used by default. .Pp The kernel will be passed the options listed in the -.Ev Em boot_osflags +.Em boot_osflags variable. Option letters are case insensitive. The following option letters are recognized: |