From f66b38eb1c7d3182efc7b7e4e903dd321c4a68b4 Mon Sep 17 00:00:00 2001 From: Jason Leschnik Date: Mon, 24 Oct 2016 19:39:40 +1100 Subject: [PATCH] fix minor typos in Pager.sgml --- LDP/howto/docbook/Pager.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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