svn commit: r218477 - head/etc

Ulrich Spoerlein uqs at FreeBSD.org
Wed Feb 9 10:06:31 UTC 2011


Author: uqs
Date: Wed Feb  9 10:06:31 2011
New Revision: 218477
URL: http://svn.freebsd.org/changeset/base/218477

Log:
  Fix termcap entry typo.
  
  MFC after:	2 weeks

Modified:
  head/etc/termcap.small

Modified: head/etc/termcap.small
==============================================================================
--- head/etc/termcap.small	Wed Feb  9 09:20:27 2011	(r218476)
+++ head/etc/termcap.small	Wed Feb  9 10:06:31 2011	(r218477)
@@ -171,7 +171,7 @@ cons60l1|cons60-iso8859-1:\
 cons60l1-m|cons60-iso8859-1-mono:\
 	:li#60:tc=cons25l1-m:
 # 132x25 ISO 8859-1 FreeBSD console
-cons25l1-w|:cons25w-iso8859-1:\
+cons25l1-w|cons25w-iso8859-1:\
 	:co#132:tc=cons25l1:
 cons30l1-w|cons30w-iso8859-1:\
 	:co#132:tc=cons30l1:


More information about the svn-src-all mailing list