Opened 7 years ago

Last modified 5 years ago

#150 closed defect

subsystem>bce>boot.info listing of commands and keywords is incorrect — at Version 1

Reported by: canthony Owned by: Eric Swenson
Priority: minor Milestone: MR12.7
Component: Documentation Version: MR12.6f
Keywords: bce boot Cc:

Description (last modified by Eric Swenson)

boot.info shows the syntax as

boot {command} {keywords} {-control_arg}

and lists the commands as

mult salv 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.

Change History (1)

comment:1 by Eric Swenson, 7 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.