diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2004-09-30 17:11:26 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2004-09-30 17:11:26 +0000 |
| commit | 25d34c013fd9a02d11da19f8e7c7092755aeb746 (patch) | |
| tree | 064a96dfe500e5e1d8dd33dda21c0c2bbcbc48c3 /sys | |
| parent | ced68b5b2c2fb34a6ada465de81c0270b68db770 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/boot/common/help.common | 2 | ||||
| -rw-r--r-- | sys/boot/common/loader.8 | 6 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sys/boot/common/help.common b/sys/boot/common/help.common index 9263bf449d37f..a93137c2397ef 100644 --- a/sys/boot/common/help.common +++ b/sys/boot/common/help.common @@ -249,7 +249,7 @@ Variable substitution is performed on the prompt. The default prompt can be set with: - set prompt=\$currdev> + set prompt=\${interpret} ################################################################################ # Tset Srootdev DSet the root filesystem diff --git a/sys/boot/common/loader.8 b/sys/boot/common/loader.8 index 9686c9bedc207..0f8bde2084ca3 100644 --- a/sys/boot/common/loader.8 +++ b/sys/boot/common/loader.8 @@ -395,7 +395,11 @@ Value of .Nm Ns 's prompt. Defaults to -.Dq Li "${currdev}>" . +.Dq Li "${interpret}" . +If variable +.Va prompt +is unset, the default prompt is +.Ql > . .It Va root_disk_unit 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 |
