svn commit: r218981 - stable/7/etc

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


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

Log:
  MFH r218477: Fix termcap entry typo.

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

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