mirror of
https://github.com/simh/simh.git
synced 2026-01-25 19:56:25 +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)
|
||||
{
|
||||
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, "specifies the number of the next data item to be written. Thus, by changing\n");
|
||||
fprintf (st, "POS, the user can backspace or advance the punch.\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 read. Thus, by changing\n");
|
||||
fprintf (st, "POS, the user can backspace or advance the reader.\n");
|
||||
fprint_set_help (st, dptr);
|
||||
fprint_show_help (st, dptr);
|
||||
fprint_reg_help (st, dptr);
|
||||
|
||||
Reference in New Issue
Block a user