Add manpage.

This commit is contained in:
HiFiPhile 2024-04-06 14:07:04 +02:00
parent 9ef3175875
commit ab766a5493
2 changed files with 6 additions and 2 deletions

View file

@ -345,7 +345,9 @@ Toggle conversion to uppercase on output
.IP "\fBctrl-t v"
Show version
.IP "\fBctrl-t x"
Send a file using the XMODEM protocol (prompts for file name)
Send a file using the XMODEM-1K protocol (prompts for file name)
.IP "\fBctrl-t X"
Send a file using the XMODEM-CRC protocol (prompts for file name)
.IP "\fBctrl-t y"
Send a file using the YMODEM protocol (prompts for file name)
.IP "\fBctrl-t ctrl-t"

View file

@ -257,7 +257,9 @@ KEYS
ctrl-t v Show version
ctrl-t x Send a file using the XMODEM protocol (prompts for file name)
ctrl-t x Send a file using the XMODEM-1K protocol (prompts for file name)
ctrl-t X Send a file using the XMODEM-CRC protocol (prompts for file name)
ctrl-t y Send a file using the YMODEM protocol (prompts for file name)