From hiloshi@seikyou.ne.jp Sun Mar 28 14:31:25 1999
Return-Path: <hiloshi@seikyou.ne.jp>
Received: from ma3.seikyou.ne.jp (ma3.seikyou.ne.jp [202.211.152.179])
	by hub.freebsd.org (Postfix) with ESMTP id E830914C29
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 28 Mar 1999 14:31:23 -0800 (PST)
	(envelope-from hiloshi@seikyou.ne.jp)
Received: from hiloshi.seikyou.ne.jp (kyoto-492.seikyou.ne.jp [202.211.148.47])
	by ma3.seikyou.ne.jp (8.9.3/3.7WNSK99010601) with ESMTP id HAA29999;
	Mon, 29 Mar 1999 07:31:02 +0900
Received: (from hiloshi@localhost) by hiloshi.seikyou.ne.jp (8.8.5/3.5Wpl7) id HAA00758; Mon, 29 Mar 1999 07:30:57 +0900 (JST)
Message-Id: <199903282230.HAA00758@hiloshi.seikyou.ne.jp>
Date: Mon, 29 Mar 1999 07:30:57 +0900 (JST)
From: Kaneda Hiloshi <vanitas@ma3.seikyou.ne.jp>
Sender: hiloshi@seikyou.ne.jp
To: FreeBSD-gnats-submit@freebsd.org
Cc: vanitas@ma3.seikyou.ne.jp
Subject: [send-pr]: typos in man page screen.4 (c -> n)
X-Send-Pr-Version: 3.2

>Number:         10841
>Category:       docs
>Synopsis:       typos in man page screen.4 (c -> n)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 28 14:40:00 PST 1999
>Closed-Date:    Sun May 16 16:49:49 PDT 1999
>Last-Modified:  Sun May 16 16:54:13 PDT 1999
>Originator:     Kanenda
>Release:        FreeBSD 2.2.1-RELEASE i386
>Organization:
FreeBSD jp-man project
>Environment:

$Id: screen.4,v 1.10 1998/06/08 06:11:59 jkoshy Exp $
http://www.freebsd.org/cgi/cvsweb.cgi/src/share/man/man4/man4.i386/screen.4?rev=1.10

>Description:

The man page screen.4 has descriptions such as:

   E[=cF    set normal foreground color to n

at line 140-149.  ``E[=cF'' should be ``E[=nF'' (c -> n).

>How-To-Repeat:

man 4 screen

>Fix:
	
Apply this patch:

--- screen.4.orig	Mon Mar 29 07:05:29 1999
+++ screen.4	Mon Mar 29 07:25:39 1999
@@ -137,16 +137,16 @@
 --	E[=nA	Set the border color to color n
 		(see table) (if supported by HW)
 
---	E[=cF	set normal foreground color to n 	--
+--	E[=nF	set normal foreground color to n 	--
 		(see table)
 
---	E[=cG	set normal background color to n 	--
+--	E[=nG	set normal background color to n 	--
 		(see table)
 
---	E[=cH	set reverse foreground color to n 	--
+--	E[=nH	set reverse foreground color to n 	--
 		(see table)
 
---	E[=cI	set reverse background color to n 	--
+--	E[=nI	set reverse background color to n 	--
 		(see table)
 
 		   n= 0 black	n= 8 grey

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: steve 
State-Changed-When: Sun May 16 16:49:49 PDT 1999 
State-Changed-Why:  
Committed thanks!  I will MFC shortly. 
>Unformatted:
