[Xcb] [Bug 90231] Missing string end in xcb-requests man page

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Apr 29 23:20:15 PDT 2015


https://bugs.freedesktop.org/show_bug.cgi?id=90231

Alan Coopersmith <alan.coopersmith at oracle.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED

--- Comment #1 from Alan Coopersmith <alan.coopersmith at oracle.com> ---
The string is correct in the man page sources:

        printf("The _NET_WM_NAME atom has ID %u\n", reply->atom);

but \n is an nroff command to "Interpolates number register x" (where x is
the character following the \n sequence), thus the replacement of \n" with 0.

We need to instead use the nroff escape sequence \e to print \ there.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/xcb/attachments/20150430/beeb2ceb/attachment.html>


More information about the Xcb mailing list