Update of /cvsroot/serialconsole/sc
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv13646
Modified Files:
	.cvsignore Makefile sc.1 
Log Message:
some minor details
Index: .cvsignore
===================================================================
RCS file: /cvsroot/serialconsole/sc/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- .cvsignore	16 Nov 2006 23:43:44 -0000	1.2
+++ .cvsignore	26 Nov 2010 02:01:07 -0000	1.3
@@ -1,2 +1,3 @@
 .gdb_history
 sc
+sc.dSYM
Index: Makefile
===================================================================
RCS file: /cvsroot/serialconsole/sc/Makefile,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- Makefile	26 Jan 2009 11:07:52 -0000	1.12
+++ Makefile	26 Nov 2010 02:01:07 -0000	1.13
@@ -11,7 +11,7 @@
 CFLAGS+=	-Wall -g
 
 # Release version
-CFLAGS+=	-DSC_VERSION='"0.95"'
+CFLAGS+=	-DSC_VERSION='"0.96"'
 
 # Enable this for operating systems that have a broken poll(2)
 # implementation:
@@ -22,6 +22,7 @@
 #CFLAGS+=	-DDEFAULTDEVICE='"cuad0"'
 
 #CFLAGS+=	-DDEFAULTDEVICE='"ttyS0"'	# for Linux
+#CFLAGS+=	-DDEFAULTDEVICE='"ttyUSB0"'	# for Linux USB devices
 
 # default speed to use
 #CFLAGS+=	-DDEFAULTSPEED='"9600"'
@@ -30,7 +31,7 @@
 #CFLAGS+=	-DDEFAULTPARMS='"8n1"'
 
 ### install options
-PREFIX?=/usr/local
+PREFIX?=$(DESTDIR)/usr/local
 
 all:	sc
 
Index: sc.1
===================================================================
RCS file: /cvsroot/serialconsole/sc/sc.1,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- sc.1	6 Mar 2009 00:28:38 -0000	1.9
+++ sc.1	26 Nov 2010 02:01:07 -0000	1.10
@@ -96,7 +96,9 @@
 .Fl e
 option.  Some escape actions output a message indicating which action was executed.  To turn off those messages use the
 .Fl q
-option.
+option.  A note for non-english keyboard layouts: your ~ key may be in
+compose mode to create characters like ~a.  In this case you will have to
+press ~ twice to send a single character to the sc program.
 .Pp
 The supported escapes (assuming the default
 .Ql ~ )
  |