svn commit: r218980 - stable/8/etc

Ulrich Spoerlein uqs at FreeBSD.org
Wed Feb 23 20:24:10 UTC 2011


Author: uqs
Date: Wed Feb 23 20:24:10 2011
New Revision: 218980
URL: http://svn.freebsd.org/changeset/base/218980

Log:
  MFH r218477: Fix termcap entry typo.

Modified:
  stable/8/etc/termcap.small
Directory Properties:
  stable/8/etc/   (props changed)

Modified: stable/8/etc/termcap.small
==============================================================================
--- stable/8/etc/termcap.small	Wed Feb 23 20:13:07 2011	(r218979)
+++ stable/8/etc/termcap.small	Wed Feb 23 20:24:10 2011	(r218980)
@@ -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