fix minor typos in Pager.sgml

This commit is contained in:
Jason Leschnik 2016-10-24 19:39:40 +11:00
parent b00b6401c8
commit f66b38eb1c
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ Here are a few notes about the settings in the sendpage.h file, which you will n
<LISTITEM><PARA>#define POSIX_OPEN</PARA></LISTITEM>
</ITEMIZEDLIST>
</PARA></LISTITEM>
<LISTITEM><PARA>For the modem definition, I recommend using:#define MODEM_DEV "/dev/modem" or "/dev/cua0" [com 1] or "/dev/cua1" [com 2]. In new Kernel version it is better to use "/dev/ttyS0" or /dev/ttyS1" etc.... If you have new version then use use the later one else you use the previous one.</PARA></LISTITEM>
<LISTITEM><PARA>For the modem definition, I recommend using:#define MODEM_DEV "/dev/modem" or "/dev/cua0" [com 1] or "/dev/cua1" [com 2]. In new Kernel version it is better to use "/dev/ttyS0" or /dev/ttyS1" etc.... If you have new version then use the later one else you use the previous one.</PARA></LISTITEM>
<LISTITEM><PARA>For the modem init, I use the simple string and rely on NVRAM settings instead:#define MODEM_INIT ATEVXH.</PARA></LISTITEM>
<LISTITEM><PARA> I use RTS/CTS flow control:#define C_FLAG CTRSCTS|HUPCL.</PARA></LISTITEM>
<LISTITEM><PARA>and DTR toggle#define TOGGLE_DTR</PARA></LISTITEM></ITEMIZEDLIST>