summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-10-01 00:15:13 +0000
committerru <ru@FreeBSD.org>2004-10-01 00:15:13 +0000
commit6131d82787166d0acb377d04faa1ec7b3d51261d (patch)
tree70f14364027f9ce3f646c56785a667a02f604a0e /sys/boot
parent58eb051f4ed2f48719a88defdd0859bd398a45fb (diff)
downloadFreeBSD-src-6131d82787166d0acb377d04faa1ec7b3d51261d.zip
FreeBSD-src-6131d82787166d0acb377d04faa1ec7b3d51261d.tar.gz
The "autoboot" command also has a third (optional) parameter.
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/common/help.common7
-rw-r--r--sys/boot/common/loader.84
2 files changed, 9 insertions, 2 deletions
diff --git a/sys/boot/common/help.common b/sys/boot/common/help.common
index 0e13978..e437695 100644
--- a/sys/boot/common/help.common
+++ b/sys/boot/common/help.common
@@ -40,6 +40,13 @@
kernel.
################################################################################
+# Tbcachestat DGet disk block cache stats
+
+ bcachestat
+
+ Displays statistics about disk cache usage. For depuration only.
+
+################################################################################
# Techo DEcho arguments
echo [-n] [<message>]
diff --git a/sys/boot/common/loader.8 b/sys/boot/common/loader.8
index 44090d6..6fb6b76 100644
--- a/sys/boot/common/loader.8
+++ b/sys/boot/common/loader.8
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd September 30, 2004
+.Dd October 1, 2004
.Dt LOADER 8
.Os
.Sh NAME
@@ -131,7 +131,7 @@ interpreting mode.
The builtin commands available are:
.Pp
.Bl -tag -width Ds -compact
-.It Ic autoboot Op Ar seconds
+.It Ic autoboot Op Ar seconds Op Ar prompt
Proceeds to bootstrap the system after a number of seconds, if not
interrupted by the user.
Displays a countdown prompt
OpenPOWER on IntegriCloud