Subject: xsrc/36446: Missing line break in XChangeProperty man page
To: None <xsrc-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Magnus Henoch <mange@freemail.hu>
List: netbsd-bugs
Date: 06/05/2007 17:20:00
>Number:         36446
>Category:       xsrc
>Synopsis:       Missing line break in XChangeProperty man page
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    xsrc-manager
>State:          open
>Class:          doc-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Jun 05 17:20:00 +0000 2007
>Originator:     Magnus Henoch
>Release:        NetBSD 4.99.16
>Organization:
	
>Environment:
	
	
System: NetBSD zemdatav 4.99.16 NetBSD 4.99.16 (IBOOK) #3: Fri Mar 30 12:56:33 CEST 2007 magnus@zemdatav:/media/e/netbsd/obj/sys/arch/macppc/compile/IBOOK macppc
Architecture: powerpc
Machine: macppc
>Description:
	In the man page for XChangeProperty et al, the prototype for
	XChangeProperty doesn't appear on its own line, but merged
	with the previous line.
>How-To-Repeat:
	man XChangeProperty
	/XChangeProperty
>Fix:
	This patch should work (untested, since I didn't feel like
	rebuilding X or figuring out how to build part of it):

Index: xfree/xc/doc/man/X11/XGetWProp.man
===================================================================
RCS file: /cvsroot/xsrc/xfree/xc/doc/man/X11/XGetWProp.man,v
retrieving revision 1.1.1.4
diff -u -r1.1.1.4 XGetWProp.man
--- xfree/xc/doc/man/X11/XGetWProp.man	18 Mar 2005 13:05:24 -0000	1.1.1.4
+++ xfree/xc/doc/man/X11/XGetWProp.man	5 Jun 2007 15:45:03 -0000
@@ -153,6 +153,7 @@
 .HP
 Atom *XListProperties\^(\^Display *\fIdisplay\fP\^, Window \fIw\fP\^, int
 *\fInum_prop_return\fP\^); 
+.HP
 int XChangeProperty\^(\^Display *\fIdisplay\fP\^, Window \fIw\fP\^, Atom
 \fIproperty\fP\^, Atom \fItype\fP\^, int \fIformat\fP\^, int \fImode\fP\^,
 unsigned char *\fIdata\fP\^, int \fInelements\fP\^); 

>Unformatted: