1
0
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:
Mark Pizzolato
2019-03-26 01:38:01 -07:00
parent ddb4cb4661
commit 9c75a7bfaa
3 changed files with 10 additions and 3 deletions

1
scp.h
View File

@@ -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);