Bug 20575 - man page for XCreatePixmapFromBitmapData doesn't match signature
Summary: man page for XCreatePixmapFromBitmapData doesn't match signature
Status: RESOLVED FIXED
Alias: None
Product: xorg
Classification: Unclassified
Component: Lib/Xlib (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: Xorg Project Team
QA Contact: Xorg Project Team
URL:
Whiteboard:
Keywords: janitor, patch
Depends on:
Blocks:
 
Reported: 2009-03-10 02:02 UTC by Caolán McNamara
Modified: 2009-03-16 14:18 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
fix man page (670 bytes, patch)
2009-03-10 02:02 UTC, Caolán McNamara
no flags Details | Splinter Review
actually, might as well fix the two other ones that don't match that I see as well (1.87 KB, patch)
2009-03-10 02:44 UTC, Caolán McNamara
no flags Details | Splinter Review

Description Caolán McNamara 2009-03-10 02:02:04 UTC
Created attachment 23716 [details] [review]
fix man page

There's a "unsigned int bg" listed in the man page when it should be "unsigned long bg". Trivial patch attached
Comment 1 Caolán McNamara 2009-03-10 02:44:06 UTC
Created attachment 23717 [details] [review]
actually, might as well fix the two other ones that don't match that I see as well
Comment 2 Alan Coopersmith 2009-03-16 14:18:25 UTC
Thanks for the fix!   Patch applied to git master:

commit 837703c8651e1321a50147a8311c56e4758ce08a
Author: Caolan McNamara <caolanm@redhat.com>
Date:   Mon Mar 16 14:15:50 2009 -0700

    Bug 20575: man page for XCreatePixmapFromBitmapData doesn't match signature
    
    X.Org Bug #20575 <http://bugs.freedesktop.org/show_bug.cgi?id=20575>
    Patch #23717 <http://bugs.freedesktop.org/attachment.cgi?id=23717>
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.