Bug 148500

Summary: [patch] fix spelling in /etc/gettytab
Product: Documentation Reporter: Warren Block <wblock>
Component: Books & ArticlesAssignee: Benedict Reuschling <bcr>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Warren Block 2010-07-11 21:20:06 UTC
Fix weirdo spelling of "weirdo" in weirdo gettytab file.

Fix: Apply patch:

--- gettytab.orig	2010-07-11 14:10:32.000000000 -0600
+++ gettytab	2010-07-11 14:12:28.000000000 -0600
@@ -165,7 +165,7 @@
 	:ht:np:sp#115200:
 
 #
-# Wierdo special case for fast crt's with hardcopy devices
+# Weirdo special case for fast crt's with hardcopy devices
 #
 8|T9600|CRT with hardcopy:\
 	:nx=T300:tc=9600-baud:


Patch attached with submission follows:
How-To-Repeat: less +/Wierdo /etc/gettytab
Comment 1 Benedict Reuschling freebsd_committer freebsd_triage 2010-07-11 21:29:08 UTC
Responsible Changed
From-To: freebsd-doc->bcr

I'll take that.
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-07-12 20:09:28 UTC
Author: bcr (doc committer)
Date: Mon Jul 12 19:09:18 2010
New Revision: 209954
URL: http://svn.freebsd.org/changeset/base/209954

Log:
  Fix spelling of "weirdo" in /etc/gettytab comment.
  
  PR:             docs/148500
  Submitted by:   Warren Block (wblock at wonkity dot com)
  Approved by:    ed@
  MFC after:      1 week

Modified:
  head/etc/gettytab

Modified: head/etc/gettytab
==============================================================================
--- head/etc/gettytab	Mon Jul 12 17:50:38 2010	(r209953)
+++ head/etc/gettytab	Mon Jul 12 19:09:18 2010	(r209954)
@@ -165,7 +165,7 @@ P|Pc|Pc console:\
 	:ht:np:sp#9600:
 
 #
-# Wierdo special case for fast crt's with hardcopy devices
+# Weirdo special case for fast crt's with hardcopy devices
 #
 8|T9600|CRT with hardcopy:\
 	:nx=T300:tc=9600-baud:
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
Comment 3 Benedict Reuschling freebsd_committer freebsd_triage 2010-07-12 20:14:56 UTC
State Changed
From-To: open->patched

The patch was committed to HEAD. Leave it in this state until 
the MFC is through.
Comment 4 dfilter service freebsd_committer freebsd_triage 2010-07-19 20:54:57 UTC
Author: bcr (doc committer)
Date: Mon Jul 19 19:54:37 2010
New Revision: 210253
URL: http://svn.freebsd.org/changeset/base/210253

Log:
  MFC r209954:
  
  Fix spelling of "weirdo" in /etc/gettytab comment.
  
  PR:             docs/148500
  Submitted by:   Warren Block (wblock at wonkity dot com)
  Approved by:    ed@

Modified:
  stable/8/etc/gettytab
Directory Properties:
  stable/8/etc/   (props changed)

Modified: stable/8/etc/gettytab
==============================================================================
--- stable/8/etc/gettytab	Mon Jul 19 19:52:02 2010	(r210252)
+++ stable/8/etc/gettytab	Mon Jul 19 19:54:37 2010	(r210253)
@@ -165,7 +165,7 @@ P|Pc|Pc console:\
 	:ht:np:sp#115200:
 
 #
-# Wierdo special case for fast crt's with hardcopy devices
+# Weirdo special case for fast crt's with hardcopy devices
 #
 8|T9600|CRT with hardcopy:\
 	:nx=T300:tc=9600-baud:
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
Comment 5 Benedict Reuschling freebsd_committer freebsd_triage 2010-07-19 21:06:01 UTC
State Changed
From-To: patched->closed

MFC is done, PR closed. Thanks for sending the patch.