diff -ru libX11-1.2.orig/man/XCreateColormap.man libX11-1.2/man/XCreateColormap.man --- libX11-1.2.orig/man/XCreateColormap.man 2009-03-10 08:57:17.000000000 +0000 +++ libX11-1.2/man/XCreateColormap.man 2009-03-10 09:27:27.000000000 +0000 @@ -147,7 +147,7 @@ .SH SYNTAX .HP Colormap XCreateColormap\^(\^Display *\fIdisplay\fP\^, Window \fIw\fP\^, -Visual *\fIvisual\fP\^, int \fIalloc\fP\^,); +Visual *\fIvisual\fP\^, int \fIalloc\fP\^); .HP Colormap XCopyColormapAndFree\^(\^Display *\fIdisplay\fP\^, Colormap \fIcolormap\fP\^); diff -ru libX11-1.2.orig/man/XCreateFontCursor.man libX11-1.2/man/XCreateFontCursor.man --- libX11-1.2.orig/man/XCreateFontCursor.man 2009-03-10 08:57:17.000000000 +0000 +++ libX11-1.2/man/XCreateFontCursor.man 2009-03-10 09:21:05.000000000 +0000 @@ -151,7 +151,7 @@ .HP Cursor XCreatePixmapCursor\^(\^Display *\fIdisplay\fP\^, Pixmap \fIsource\fP\^, Pixmap \fImask\fP\^, XColor *\fIforeground_color\fP\^, XColor -*\fIbackground_color\fP\^, unsigned int \fIx\fP\^, \fIy\fP\^); +*\fIbackground_color\fP\^, unsigned int \fIx\fP\^, unsigned int \fIy\fP\^); .HP Cursor XCreateGlyphCursor\^(\^Display *\fIdisplay\fP\^, Font \fIsource_font\fP\^, Font \fImask_font\fP\^, unsigned int \fIsource_char\fP\^, diff -ru libX11-1.2.orig/man/XReadBitmapFile.man libX11-1.2/man/XReadBitmapFile.man --- libX11-1.2.orig/man/XReadBitmapFile.man 2009-03-10 08:57:17.000000000 +0000 +++ libX11-1.2/man/XReadBitmapFile.man 2009-03-10 08:58:23.000000000 +0000 @@ -160,7 +160,7 @@ .HP Pixmap XCreatePixmapFromBitmapData\^(\^Display *\fIdisplay\fP\^, Drawable \fId\fP\^, char *\fIdata\fP\^, unsigned int \fIwidth\fP, unsigned int -\fIheight\fP\^, unsigned long \fIfg\fP, unsigned int \fIbg\fP\^, unsigned int +\fIheight\fP\^, unsigned long \fIfg\fP, unsigned long \fIbg\fP\^, unsigned int \fIdepth\fP\^); .HP Pixmap XCreateBitmapFromData(\^Display *\fIdisplay\fP\^, Drawable \fId\fP\^,