improve the comment for BOOTWAIT

This commit is contained in:
Adam David 1996-02-15 21:14:36 +00:00
parent e1f4e80c88
commit 6f3ce68f18
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=14102
3 changed files with 15 additions and 12 deletions

View File

@ -1,4 +1,4 @@
# $Id: make.conf,v 1.23 1995/09/30 17:20:27 ache Exp $
# $Id: make.conf,v 1.24 1996/01/05 18:54:07 ache Exp $
#
# This file, if present, will be read by make (see /usr/share/mk/sys.mk).
# It allows you to override macro definitions to make without changing
@ -45,9 +45,10 @@
#PRINTER= ps
#
#
# How many times to check if a key has been pressed before giving up and
# booting the default kernel. 0 actually means check once, but saves the
# loop overhead. This value is approximately in milliseconds.
# How long to wait for a console keypress before booting the default kernel.
# This value is approximately in milliseconds. Keypresses are accepted by the
# BIOS before booting from disk, making it possible to give custom boot
# parameters even when this is set to 0.
#
#BOOTWAIT=0
#BOOTWAIT=30000

View File

@ -1,4 +1,4 @@
# $Id: make.conf,v 1.23 1995/09/30 17:20:27 ache Exp $
# $Id: make.conf,v 1.24 1996/01/05 18:54:07 ache Exp $
#
# This file, if present, will be read by make (see /usr/share/mk/sys.mk).
# It allows you to override macro definitions to make without changing
@ -45,9 +45,10 @@
#PRINTER= ps
#
#
# How many times to check if a key has been pressed before giving up and
# booting the default kernel. 0 actually means check once, but saves the
# loop overhead. This value is approximately in milliseconds.
# How long to wait for a console keypress before booting the default kernel.
# This value is approximately in milliseconds. Keypresses are accepted by the
# BIOS before booting from disk, making it possible to give custom boot
# parameters even when this is set to 0.
#
#BOOTWAIT=0
#BOOTWAIT=30000

View File

@ -1,4 +1,4 @@
# $Id: make.conf,v 1.23 1995/09/30 17:20:27 ache Exp $
# $Id: make.conf,v 1.24 1996/01/05 18:54:07 ache Exp $
#
# This file, if present, will be read by make (see /usr/share/mk/sys.mk).
# It allows you to override macro definitions to make without changing
@ -45,9 +45,10 @@
#PRINTER= ps
#
#
# How many times to check if a key has been pressed before giving up and
# booting the default kernel. 0 actually means check once, but saves the
# loop overhead. This value is approximately in milliseconds.
# How long to wait for a console keypress before booting the default kernel.
# This value is approximately in milliseconds. Keypresses are accepted by the
# BIOS before booting from disk, making it possible to give custom boot
# parameters even when this is set to 0.
#
#BOOTWAIT=0
#BOOTWAIT=30000