From owner-freebsd-doc Sun Mar 28 14:40:18 1999 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B25861545D for ; Sun, 28 Mar 1999 14:40:17 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id OAA71405; Sun, 28 Mar 1999 14:40:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from ma3.seikyou.ne.jp (ma3.seikyou.ne.jp [202.211.152.179]) by hub.freebsd.org (Postfix) with ESMTP id E830914C29 for ; 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 To: FreeBSD-gnats-submit@freebsd.org Cc: vanitas@ma3.seikyou.ne.jp X-Send-Pr-Version: 3.2 Subject: docs/10841: [send-pr]: typos in man page screen.4 (c -> n) Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10841 >Category: docs >Synopsis: typos in man page screen.4 (c -> n) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Sun Mar 28 14:40:00 PST 1999 >Closed-Date: >Last-Modified: >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: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message