mirror of
https://github.com/simh/simh.git
synced 2026-04-27 12:28:49 +00:00
Fixed typo in help text
This commit is contained in:
@@ -383,9 +383,9 @@ return detach_unit (uptr);
|
|||||||
t_stat ptr_help (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, char *cptr)
|
t_stat ptr_help (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, char *cptr)
|
||||||
{
|
{
|
||||||
fprintf (st, "PC11 Paper Tape Reader (PTP)\n\n");
|
fprintf (st, "PC11 Paper Tape Reader (PTP)\n\n");
|
||||||
fprintf (st, "The paper tape punch (PTP) writes data to a disk file. The POS register\n");
|
fprintf (st, "The paper tape reader (PTP) reads data from a disk file. The POS register\n");
|
||||||
fprintf (st, "specifies the number of the next data item to be written. Thus, by changing\n");
|
fprintf (st, "specifies the number of the next data item to be read. Thus, by changing\n");
|
||||||
fprintf (st, "POS, the user can backspace or advance the punch.\n");
|
fprintf (st, "POS, the user can backspace or advance the reader.\n");
|
||||||
fprint_set_help (st, dptr);
|
fprint_set_help (st, dptr);
|
||||||
fprint_show_help (st, dptr);
|
fprint_show_help (st, dptr);
|
||||||
fprint_reg_help (st, dptr);
|
fprint_reg_help (st, dptr);
|
||||||
|
|||||||
Reference in New Issue
Block a user