diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-01-16 16:43:15 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-01-16 16:43:15 +0000 |
commit | e3c5e9a37ac2cb062e9a8b2b2ce095b9d9610cd8 (patch) | |
tree | 7aa09c607b9c8503166b94ee903debfcb6323863 | |
parent | 9ec23e8a7f2d5c1a5019d6985c7a360fa88f9ede (diff) |
add timeout variable, alphabetize the var list; pointed out by Rob Francis <rfrancis@slurb.com>
-rw-r--r-- | sys/arch/i386/stand/boot/boot.8 | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/sys/arch/i386/stand/boot/boot.8 b/sys/arch/i386/stand/boot/boot.8 index f46893212f6..cb0f65c09e1 100644 --- a/sys/arch/i386/stand/boot/boot.8 +++ b/sys/arch/i386/stand/boot/boot.8 @@ -1,6 +1,6 @@ -.\" $OpenBSD: boot.8,v 1.24 2000/12/27 18:50:53 brad Exp $ +.\" $OpenBSD: boot.8,v 1.25 2001/01/16 16:43:14 mickey Exp $ .\" -.\" Copyright (c) 1997-2000 Michael Shalayeff +.\" Copyright (c) 1997-2001 Michael Shalayeff .\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without @@ -220,8 +220,6 @@ Variables include: .Bl -tag -compact -width boothow .It Nm addr Address at which to load the kernel. -.It Nm howto -Options to pass to the loaded kernel. .It Nm debug Debug flag if .Nm @@ -230,13 +228,18 @@ was compiled with DEBUG defined. Boot device name (i.e., .Li fd0a , .Li sd0a ) . +.It Nm howto +Options to pass to the loaded kernel. +.It Nm image +File name containing the kernel image. +.It Nm timeout +Number of seconds boot will wait for human intervention before +booting the default kernel image. .It Nm tty Active console device name (i.e., .Li com0 , .Li com1 , .Li pc0 ) . -.It Nm image -File name containing the kernel image. .El .It stty Op Ar device Op Ar speed Displays or sets the |