NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

misc/40059: wsconsctl(8) manpage doesn't list wscons.conf(5) in its `SEE ALSO' section



>Number:         40059
>Category:       misc
>Synopsis:       wsconsctl(8) manpage doesn't list wscons.conf(5) in its `SEE 
>ALSO' section
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    misc-bug-people
>State:          open
>Class:          doc-bug
>Submitter-Id:   net
>Arrival-Date:   Fri Nov 28 21:55:01 +0000 2008
>Originator:     Bug Hunting
>Release:        -CURRENT
>Organization:
>Environment:
>Description:
The `SEE ALSO' section in the wsconsctl(8) manpage doesn't list
wscons.conf(5). The wscons.conf(5) manpage _does_ list wsconsctl(8),
so that _is_ correct.
>How-To-Repeat:
"man 8 wsconsctl"; see the `SEE ALSO' section.
>Fix:
Apply the following patch:

$ diff -u /usr/src/sbin/wsconsctl/wsconsctl.8 wsconsctl.8.new                   
                                                                               
--- /usr/src/sbin/wsconsctl/wsconsctl.8 2008-11-28 22:32:04.000000000 +0100
+++ wsconsctl.8.new     2008-11-28 22:33:03.000000000 +0100
@@ -201,6 +201,7 @@
 .Sh SEE ALSO
 .Xr pckbd 4 ,
 .Xr wscons 4 ,
+.Xr wscons.conf 5 ,
 .Xr wsconscfg 8 ,
 .Xr wsfontload 8
 .Sh HISTORY



Home | Main Index | Thread Index | Old Index