diff --git a/LDP/howto/docbook/Pager.sgml b/LDP/howto/docbook/Pager.sgml index 625ba00d..586ab62d 100644 --- a/LDP/howto/docbook/Pager.sgml +++ b/LDP/howto/docbook/Pager.sgml @@ -113,7 +113,7 @@ Here are a few notes about the settings in the sendpage.h file, which you will n #define POSIX_OPEN -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. +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. For the modem init, I use the simple string and rely on NVRAM settings instead:#define MODEM_INIT ATEVXH. I use RTS/CTS flow control:#define C_FLAG CTRSCTS|HUPCL. and DTR toggle#define TOGGLE_DTR