summaryrefslogtreecommitdiffstats
path: root/share/examples
diff options
context:
space:
mode:
authoradam <adam@FreeBSD.org>1994-09-19 20:10:10 +0000
committeradam <adam@FreeBSD.org>1994-09-19 20:10:10 +0000
commitac3a51c29fba63f03911287a90fa4f9f5db791f1 (patch)
tree8322fa0ec4cefbea9595508d139540b5bce5118b /share/examples
parentb804a3e757ee17bd3aa1e7a91477bdb6e89d1a0b (diff)
downloadFreeBSD-src-ac3a51c29fba63f03911287a90fa4f9f5db791f1.zip
FreeBSD-src-ac3a51c29fba63f03911287a90fa4f9f5db791f1.tar.gz
More reasonable example of BOOTWAIT parameter
Added comment about multiplication factor
Diffstat (limited to 'share/examples')
-rw-r--r--share/examples/etc/make.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf
index 754249e..6edbb41 100644
--- a/share/examples/etc/make.conf
+++ b/share/examples/etc/make.conf
@@ -1,4 +1,4 @@
-# $Id: make.conf,v 1.8 1994/06/16 17:13:53 ache Exp $
+# $Id: make.conf,v 1.9 1994/09/19 02:02:55 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
@@ -47,10 +47,10 @@
#
# 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.
+# loop overhead. This value is approximately in 1/100ths of a second.
#
#BOOTWAIT=0
-#BOOTWAIT=640000
+#BOOTWAIT=3000
#
#
# Allow 'cc' to generate all FPU codes. Do not use this if you intend to
OpenPOWER on IntegriCloud