1 /* ***********************************************************
2 * *
3 * Copyright, C Honeywell Information Systems Inc., 1984 *
4 * *
5 *********************************************************** */
6
7 /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
8 /* */
9 /* volume_reloader_lss.ct - This is the available command list for the Person_id Volume_Reloader. */
10 /* */
11 /* 0) Created: October 1984 by Greg Texada */
12 /* 1) Modified 1985-02-21, BIM: Renamed to have _lss at the end. */
13 /* */
14 /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
15
16 /* Always use the search rules to find these commands*/
17
18
19 display_volume_log: display_volume_log;
20
21 exec_com ec: exec_com;
22
23 help h: help;
24
25 home_dir hd: home_dir;
26
27 logout: logout;
28
29 merge_volume_log: merge_volume_log;
30
31 recover_volume_log: recover_volume_log;
32
33 reload_volume: reload_volume;
34
35 end_reload_volume: end_reload_volume;
36
37 system: system;
38
39 user: user;
40
41 verify_dump_volume: verify_dump_volume;