Opened 7 years ago
Last modified 5 years ago
#150 closed defect
subsystem>bce>boot.info listing of commands and keywords is incorrect — at Initial Version
| Reported by: | canthony | Owned by: | Eric Swenson |
|---|---|---|---|
| Priority: | minor | Milestone: | MR12.7 |
| Component: | Documentation | Version: | MR12.6f |
| Keywords: | bce boot | Cc: |
Description
boot.info shows the syntax as
boot {command} {keywords} {-control_arg}
and lists the commands as
mult slav stan star
Using "boot salv" results in:
system_startup_: salv is not a legal command. Type help for a list of commands.
Examination of system_startup_.pl1, command_abbrev shows the following accepted abbreviations
av, ld, mult, dlv, dv, shut, stan, star, sv, alv, addd, deld, sdu
Although "salvage_dirs" is a command, "salv" is not a valid abbreviation and cannot be used in a boot command.
Second, the following keywords are listed:
nodt nolv rlvs rpvs
Examination of system_startup_.pl1. intk_card.parms shows the following tested values:
nodt nolv nosc
and accept_rpv.pl1:
rpvs rlvs
"nosc" should be documented.
