Subject: misc/32668: wsdisplay(4) man page small fixes
To: None <misc-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: None <njoly@pasteur.fr>
List: netbsd-bugs
Date: 01/30/2006 00:35:00
>Number: 32668
>Category: misc
>Synopsis: wsdisplay(4) man page small fixes
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: misc-bug-people
>State: open
>Class: doc-bug
>Submitter-Id: net
>Arrival-Date: Mon Jan 30 00:35:00 +0000 2006
>Originator: Nicolas Joly
>Release: NetBSD 3.99.15
>Organization:
Institut Pasteur, Paris.
>Environment:
System: NetBSD cixy.dial.pasteur.fr 3.99.15 NetBSD 3.99.15 (CIXY) #10: Sat Jan 21 11:06:55 CET 2006 njoly@cixy.dial.pasteur.fr:/local/src/NetBSD/obj/i386/sys/arch/i386/compile/CIXY i386
Architecture: i386
Machine: i386
>Description:
While reading the wsdisplay(4) man page i noticed the following:
- Missing paragraph separator before options in synopsis.
- A small typo `attribues' instead of `attributes'.
- A cross-reference to a missing `ega(4)' man page.
>How-To-Repeat:
man 4 wsdisplay
>Fix:
Index: share/man/man4/wsdisplay.4
===================================================================
RCS file: /cvsroot/src/share/man/man4/wsdisplay.4,v
retrieving revision 1.27
diff -u -r1.27 wsdisplay.4
--- share/man/man4/wsdisplay.4 18 Jul 2005 00:21:58 -0000 1.27
+++ share/man/man4/wsdisplay.4 30 Jan 2006 00:24:05 -0000
@@ -50,6 +50,7 @@
.Cd "wsdisplay0 at smg0"
(VAXstation small monochrome display)
.Cd "wsdisplay* at ... kbdmux N"
+.Pp
.Cd options WSDISPLAY_BORDER_COLOR=WSCOL_XXX
.Cd options WSDISPLAY_CHARFUNCS
.Cd options WSDISPLAY_CUSTOM_BORDER
@@ -476,7 +477,7 @@
.Va kernel_attrs
variables are a combination of
.Va WSATTR_*
-bits, and specify the attribues used to draw messages.
+bits, and specify the attributes used to draw messages.
The
.Va default_bg ,
.Va default_fg ,
@@ -553,7 +554,7 @@
.El
.Sh SEE ALSO
.Xr ioctl 2 ,
-.Xr ega 4 ,
+.\" .Xr ega 4 ,
.Xr pcdisplay 4 ,
.Xr tty 4 ,
.Xr vga 4 ,