Fixed the default value of the $prompt variable, document what

happens if $prompt is unset.
This commit is contained in:
Ruslan Ermilov 2004-09-30 17:11:26 +00:00
parent ced68b5b2c
commit 25d34c013f
2 changed files with 6 additions and 2 deletions

View File

@ -249,7 +249,7 @@
Variable substitution is performed on the prompt. The default Variable substitution is performed on the prompt. The default
prompt can be set with: prompt can be set with:
set prompt=\$currdev> set prompt=\${interpret}
################################################################################ ################################################################################
# Tset Srootdev DSet the root filesystem # Tset Srootdev DSet the root filesystem

View File

@ -395,7 +395,11 @@ Value of
.Nm Ns 's .Nm Ns 's
prompt. prompt.
Defaults to Defaults to
.Dq Li "${currdev}>" . .Dq Li "${interpret}" .
If variable
.Va prompt
is unset, the default prompt is
.Ql > .
.It Va root_disk_unit .It Va root_disk_unit
If the code which detects the disk unit number for the root disk is If the code which detects the disk unit number for the root disk is
confused, e.g.\& by a mix of SCSI and IDE disks, or IDE disks with confused, e.g.\& by a mix of SCSI and IDE disks, or IDE disks with