Date: 07 Aug 2001 22:57:22 -0700 From: swear@aa.net (Gary W. Swearingen) To: FreeBSD-gnats-submit@freebsd.org Subject: docs/29534: syscons(4), sc(4) reference non-existant file for color values. Message-ID: <mn1ymnrt4t.ymn@localhost.localdomain>
index | next in thread | raw e-mail
>Number: 29534
>Category: docs
>Synopsis: syscons(4), sc(4) reference non-existant file for color values.
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: freebsd-doc
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: doc-bug
>Submitter-Id: current-users
>Arrival-Date: Tue Aug 07 23:00:03 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator: Gary W. Swearingen
>Release: FreeBSD 4.3-STABLE i386
>Organization:
none
>Environment:
n/a
================
>Description:
syscons(4) and sc(4) references non-existant "/usr/include/machine/pc/display.h"
file for users to get color values from (for setting driver options
in kernel configuration).
Tag-along: The man pages are identical and probably waste storage.
================
>How-To-Repeat:
<code/input/activities to reproduce the problem (multiple lines)>
================
>Fix:
Apply this PR/patch to the source file. I notice that the two man
pages are hard links of each other. I don't know how handle the
patching, but this should be close.
patch -d "some uncompressed man/man4 dir" < this-PR
As for the tag-along (see above), I don't know how to "link" man
pages together in the compressed form. ("gnudoit" unsuccessfully
attempts to do it with ".so man1/gnuserv.1" and I failed with
".so man4/sc.4.gz".)
*** /tmp/old-sc.4 Tue Aug 7 21:52:59 2001
--- sc.4 Tue Aug 7 22:07:30 2001
***************
*** 312,318 ****
.It Dv SC_KERNEL_CONS_REV_ATTR=_attribute_
These options will set the default colors.
Available colors are defined in
! .Pa /usr/include/machine/pc/display.h .
See
.Sx EXAMPLES
below.
--- 312,319 ----
.It Dv SC_KERNEL_CONS_REV_ATTR=_attribute_
These options will set the default colors.
Available colors are defined in
! .Pa /usr/src/sys/arch/include/pc/display.h,
! where "arch" is the platform architecture, e.g., "i386" or "alpha".
See
.Sx EXAMPLES
below.
>Release-Note:
>Audit-Trail:
>Unformatted:
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?mn1ymnrt4t.ymn>
