Fixed typo in help text

This commit is contained in:
Mark Pizzolato 2013-02-06 17:47:18 -08:00
parent a91b6db21e
commit 74b8a7d4e8

View file

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