<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:alan.coopersmith@oracle.com" title="Alan Coopersmith <alan.coopersmith@oracle.com>"> <span class="fn">Alan Coopersmith</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED - Missing string end in xcb-requests man page"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=90231">bug 90231</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>NEW
           </td>
           <td>ASSIGNED
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED - Missing string end in xcb-requests man page"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=90231#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED - Missing string end in xcb-requests man page"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=90231">bug 90231</a>
              from <span class="vcard"><a class="email" href="mailto:alan.coopersmith@oracle.com" title="Alan Coopersmith <alan.coopersmith@oracle.com>"> <span class="fn">Alan Coopersmith</span></a>
</span></b>
        <pre>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.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the QA Contact for the bug.</li>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>