mirror of
https://github.com/simh/simh.git
synced 2026-04-15 08:01:30 +00:00
SCP: Correct help and doc to properly describe file compare IF command
This commit is contained in:
1
scp.h
1
scp.h
@@ -303,6 +303,7 @@ t_stat sim_exp_show (FILE *st, CONST EXPECT *exp, const char *match);
|
||||
t_stat sim_exp_showall (FILE *st, const EXPECT *exp);
|
||||
t_stat sim_exp_check (EXPECT *exp, uint8 data);
|
||||
CONST char *match_ext (CONST char *fnam, const char *ext);
|
||||
int sim_cmp_string (const char *s1, const char *s2);
|
||||
t_stat show_version (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr);
|
||||
t_stat set_dev_debug (DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr);
|
||||
t_stat show_dev_debug (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr);
|
||||
|
||||
Reference in New Issue
Block a user